Error!
Success!

By tag: notagain

showing:  of
0
kicks

Filtering List Items - The Yield Return Solution  (Unpublished)

Here we are talking about filtering list items again :).


Kicked By:
Drop Kicked By:
0
kicks

C#:- Usage of As Keyword in C#  (Unpublished)

This article show a little hidden keyword in C# called "As" its usage when it is benificial to use it and when its not.


Kicked By:
Drop Kicked By:
0
kicks

How to build your own Digg Client in SIlverlight 2  (Unpublished)

Silverlight 2 is a impressive RIA creator. Learn how to make a application using the API from a popular social bookmarking site.


Kicked By:
Drop Kicked By:
0
kicks

LINQ To SQL is Dead - Read Between the Lines  (Unpublished)

David Hayden with some great points on the Linq to SQL announcement and some ideas on how the project could be saved.


Kicked By:
Drop Kicked By:
0
kicks

Microsoft kills Linq to SQL  (Unpublished)

Ayende (aka Oren) expresses disbelief at Microsoft's decision to effectively kill off LINQ to SQL.


Kicked By:
Drop Kicked By:
0
kicks

LINQ To SQL Gets Kicked to the Curb... Needs A Good Home!  (Unpublished)

Great post on why L2S needs to be supported by the community and why a L2S targeted at the community is a good idea.


Kicked By:
Drop Kicked By:
0
kicks

For vs Foreach Performance (in .NET)  (Unpublished)

Timing the difference between a "for" loop and a more "modern" version using "foreach" and Enumerable.Range.


Kicked By:
Drop Kicked By:
0
kicks

Enumerations and Strings - Stop the Madness!  (Unpublished)

a great little utility class that can parse strings to enumerations generically.


Kicked By:
Drop Kicked By:
0
kicks

Out, Out, Damn Ref  (Unpublished)

The difference between the out and ref keywords in C# .. and other questions this brings up.


Kicked By:
Drop Kicked By:
0
kicks

A different approach for raising events  (Unpublished)

This article describes different approaches how to raise events in C#.


Kicked By:
Drop Kicked By:
0
kicks

Stored Procedures vs. Ad-Hoc (yet again yawn)  (Unpublished)

Inspired by Chris Love's Things I Hate About NET post http://www.dotnetkicks.com/aspnet/Things_I_Hate_About_NET I respond to his love of (yech) Stored Procedures.


Kicked By:
Drop Kicked By:
0
kicks

A New Pattern for Event Declaration  (Unpublished)

A better and safer way to declare events in c#


Kicked By:
Drop Kicked By:
0
kicks

.NET Event Techniques  (Unpublished)

A very simple technique to avoid the need for a null check prior to raising an event


Kicked By:
Drop Kicked By:
0
kicks

Correct event invocation  (Unpublished)

Be aware that if there are no subscribers a .NET event will be null. Therefore when raising the event from C# test it for null first.


Kicked By:
Drop Kicked By:
0
kicks

Chaining the C# ?? Operator  (Unpublished)

The C# 2.0 ?? operator makes it easy to assign a default value to nulls. Nothing new here, but did you know that you can also chain the operator to quickly check many value and find the first non-null value?


Kicked By:
Drop Kicked By: