kwiksand

Stories kicked by kwiksand

Software Development: One Step Forward, Two Steps Back..(hd911.com)

submitted by kwiksandkwiksand(10) 3 years, 10 months ago

The common trend in some software development houses is "one step forward, two steps back..." and mine is no exception, even at the expense of months in time. read more...

add a comment |category: |Views: 6

tags: another

Simple C# Delegate Sample(geekswithblogs.net)

submitted by joycscjoycsc(1597) 4 years, 3 months ago

New developers often ask me about C# delegate, as they got a bit confused about the basic concept and specially maximum of the reference contains and discussed from an advanced view. Well I think delegate is really simple, when you grab it's basic idea. read more...

add a comment |category: |Views: 37

tags: another

Extending the string object in c#(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

Four methods to extend your string, ToCamel(), Capitalize(), CapitalizeAll() and ToPascal(). read more...

add a comment |category: |Views: 310

tags: another

I want one of these without reflection, please!(nunos.zi-yu.com)

submitted by nunosnunos(135) 4 years, 5 months ago

A case of bad use of reflection. read more...

add a comment |category: |Views: 1

tags: another

Tricks for Web Project(weblogs.asp.net)

submitted by smartacrobatsmartacrobat(25) 4 years, 5 months ago

Nice Tricks for asp.net web project. read more...

add a comment |category: |Views: 12

tags: another

Working With Connection Strings in ASP.NET 2.0(oyonti.com)

submitted by oyontioyonti(25) 4 years, 5 months ago

If you work with data, then you need a way to connect to your data source and manipulate the information contained within. In .Net, as always, there are a number of ways to tackle this issue. This article provides an overview of the most common methods and links to further reading. read more...

add a comment |category: |Views: 12

tags: another

Automatically mapping datatable to objects(improve.dk)

submitted by orcaorca(820) 4 years, 5 months ago

I often need to transfer data from my business layer to my presentation layers in a strongly typed way. In this example I'll use the following very struct and corresponding DataTable to represent the data I need to transfer. read more...

2 comments |category: |Views: 90

tags: another

SQL Server 2008 will have IntelliSense(3poundmass.wordpress.com)

submitted by IDelectableIDelectable(290) 4 years, 5 months ago

Hurray! read more...

6 comments |category: |Views: 14

tags: another

Dynamic generics with reflection (.NET)(psantos-blog.zi-yu.com)

submitted by donbonifaciodonbonifacio(280) 4 years, 5 months ago

Example on how to call typed generic methods having just the type's name. read more...

add a comment |category: |Views: 3

tags: another

AjaxDataControls GridView Part One(weblogs.asp.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 5 months ago

Shows the very basic features of AjaxDataControls GridView Functionalities. read more...

add a comment |category: |Views: 2

tags: another

Useful Tips for Master Page(dotnetspider.com)

submitted by kamal_cekamal_ce(255) 4 years, 5 months ago

Useful Tips for Master Page Control access in Java Csript read more...

add a comment |category: |Views: 18

tags: another

vb.net and Hungarian variable Naming Convention(hobbylobby.wordpress.com)

submitted by hobbylobbyhobbylobby(100) 4 years, 5 months ago

Debating Hungarian Naming convention. read more...

add a comment |category: |Views: 7

tags: another

Why ASP.NET Message Board Systems Have Failed(itwebmonkey.com)

submitted by davidsdavids(480) 4 years, 5 months ago

A brief summary of why so many web sites still use php message board systems over asp.net systems. read more...

add a comment |category: |Views: 6

tags: another

Type casting – the difference between as and () operators(olegsych.spaces.live.com)

submitted by rpattersonrpatterson(745) 4 years, 5 months ago

In C#, you have two different ways to perform type casting (a.k.a. explicit type conversion) – as and () operators. The difference between the two operators is not limited to just syntax, they work differently. It is subtle enough to trap even experienced developers read more...

add a comment |category: |Views: 12

tags: another

Creating Globally Unique Identifiers (GUIDs) in .NET(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 4 years, 5 months ago

It is important in many business systems that items are marked with a unique reference. Often this is a sequential number generated by a database or a code entered by a user. In some situations, these options are not enough so GUIDs may be employed. read more...

add a comment |category: |Views: 1

tags: another

Extended Vertical Label Control in C# .NET(codeproject.com)

submitted by randzrandz(10) 4 years, 6 months ago

This article describes how to create a custom vertical label user control in C#.NET. The user control provides drawing of text from top or from bottom, from bottom to top and supports transparent background (still a work in progress). read more...

add a comment |category: |Views: 437

tags: another