akkio

Stories kicked by akkio

What’s Wrong with a Data-Driven Approach?(elegantcode.com)

submitted by adminjewadminjew(1490) 3 years, 8 months ago

Suppose we are building yet-another-order-basket-application. We have the requirement for adding items to an order, otherwise the business of our entire company falls down and we are losing tons of money (while not overdramatizing things). read more...

add a comment |category: |Views: 13

tags: another

StartsWithAnyOf extension method(blog.freakcode.com)

submitted by niikniik(365) 3 years, 8 months ago

Simple reusable extension method for the string object that saves time and increases readability read more...

add a comment |category: |Views: 16

tags: another

Creating a Content Management System for your ASP.NET Web Site(blog.evonet.com.au)

submitted by bartekmbartekm(485) 3 years, 8 months ago

This article will show you how to integrate the popular FCKeditor HTML Text editor into an ASP.NET site to provide your users with the ability to edit their web site without them having to access the underlying HTML or source files. read more...

add a comment |category: |Views: 512

tags: another

XAML Tools and Editors(longhorncorner.com)

submitted by mcbkrusemcbkruse(125) 3 years, 8 months ago

In this article, I talk about some companies that have already developed or developing XAML tools for developers. read more...

add a comment |category: |Views: 40

tags: another

Configuration changes in NHibernate 2.0(davesquared.blogspot.com)

submitted by daviddavid(405) 3 years, 9 months ago

A quick summary of the web/app.config changes required when moving from NHibernate 1.2 to the newly released 2.0. read more...

add a comment |category: |Views: 59

tags: another

30 Common String Operations in C# and VB.NET – Part II(dotnetcurry.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 9 months ago

In the previous article, 30 Common String Operations in C# and VB.NET – Part I, we explored 15 common String operations while working with the String class. In Part II of the article, we will continue with the series and cover 15 more. read more...

add a comment |category: |Views: 461

tags: another

Kidoos - A technology community portal(kidoos.net)

submitted by ninethsenseninethsense(15) 3 years, 9 months ago

Kidoos.net is a non-profit - community portal dedicated to technology. read more...

add a comment |category: |Views: 15

tags: another

Bouncing Ball Movement in a 2D Level(krissteele.net)

submitted by DigitalDuffmanDigitalDuffman(340) 3 years, 9 months ago

Making an enemy that bounces like a ball around a 2D level, not just bounces at the screen boundries. read more...

add a comment |category: |Views: 124

tags: another

ASP.NET Routing documentation at QuickStarts(quickstarts.asp.net)

submitted by JemmJemm(9604) 3 years, 9 months ago

"ASP.NET routing enables you to use URLs that do not have to map to specific files in a Web site. Because the URL does not have to map to a file, you can use URLs in a Web application that are descriptive of the user's action and therefore more easily understood by users." read more...

1 comment |category: |Views: 280

tags: another