Click here to Skip to main content
15,886,689 members

Articles by Sarang Date (Articles: 4, Tip/Tricks: 4)

Articles: 4, Tip/Tricks: 4

RSS Feed

Average article rating: 4.05

General Programming
Algorithms
6 May 2010   Updated: 7 May 2010   Rating: 4.33/5    Votes: 6   Popularity: 3.37
Licence: CPOL    Views: 39,327     Bookmarked: 12   Downloaded: 534
Please Sign up or sign in to vote.
The following article describes C# implementation of various basic and advanced operations including some of the programming problems involving singly linked list
6 May 2010   Updated: 18 May 2010   Rating: 2.61/5    Votes: 13   Popularity: 2.90
Licence: CPOL    Views: 62,332     Bookmarked: 6   Downloaded: 241
Please Sign up or sign in to vote.
Code illustrations of various string reversal algorithms in C#
Sorting
11 May 2010   Updated: 11 May 2010   Rating: 4.69/5    Votes: 27   Popularity: 6.47
Licence: CPOL    Views: 118,521     Bookmarked: 73   Downloaded: 1,973
Please Sign up or sign in to vote.
A simplistic view of various Comparison-based sorting algorithms written in C#, with verbose instructions for each iteration and pass.
Web Development
ASP.NET
7 May 2010   Updated: 7 May 2010   Rating: 4.56/5    Votes: 9   Popularity: 4.35
Licence: CPOL    Views: 63,402     Bookmarked: 28   Downloaded: 0
Please Sign up or sign in to vote.
This article demonstrates how to use the newly added QueryExtender control in ASP.NET 4 to filter data dynamically on a web page using declarative syntax.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 1.92

General Programming
6 May 2010   Updated: 6 May 2010   Rating: 1.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 6,780     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The other day my colleague was probing around whether to return a value or to throw an exception in general scenarios and I initially told him that throwing exceptions almost always incur performance costs as compared to a returned value. We had then left the discussion there itself but...
6 May 2010   Updated: 6 May 2010   Rating: 1.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 9,581     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Yesterday during code review, one suggestion that came up from the reviewer was to always use Prefix-casting instead of As-casting in our code and that brings out the question why? The answer lies in choosing a tradeoff between reliability and performance. The primary difference between...
6 May 2010   Updated: 6 May 2010   Rating: 1.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 10,461     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Introduction My Colleagues Guru and Amit brought an interesting discussion on the use of timers in a multithreaded environment. I have tried below to clarify a few things about different timer classes and their usage scenarios with pros and cons. This info is based on the various blogs I...
String
17 May 2010   Updated: 17 May 2010   Rating: 4.68/5    Votes: 17   Popularity: 5.64
Licence: CPOL    Views: 29,510     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
Any string input can have these many possible states1) String is null2) String is empty3) String contains nothing but white space4) String has some contentTill now, .NET had static method for stringbool string.IsNullOrEmpty()which handled first two conditions for...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Technical Lead Microsoft India R&D Pvt. Ltd. Hyderabad
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.