Browse by Tags

Aggregating RSS Feeds - Quick code sample
13 December 11 01:12 PM | bipinjoshi
.NET framework provides classes to read and write RSS and ATOM feeds. I already wrote a couple of articles illustrating the use of these classes. These classes reside in System.ServiceModel.Syndication namespace and primarily work with one feed at a time...
Filed under: ,
Using Visual Studio Debugger Attributes
23 July 11 12:38 AM | bipinjoshi
Visual Studio provides a rich debugging experience to developers, helping them write robust and bug free code. In simple projects, the inbuilt facilities of Visual Studio debugger may be sufficient for your purpose, however, while debugging complex projects...
Using DynamicObject and ExpandoObject
11 July 11 06:44 PM | bipinjoshi
C# is primarily a statically typed language. That means the compiler needs to know in advance about the data type of a variable. In the absence of this information, the compiler will throw a compilation error and will refuse to compile the code. In spite...
Filed under: ,
BinaryIntellect Code Generator (BETA) released
29 November 06 04:18 AM | bipinjoshi
One of the things I like about software development is the ability to automate monotonous tasks. Few weeks back I needed a free code generator for generating typical insert, update, delete, select all and select by Id kind of stored procedures and classes...
Filed under: ,
More Posts