Thoughts on .Net & Coding
.Net Articles, tutorials, reviews, code and more...
Browse by Tags
All Tags
»
.NET Framework
(
RSS
)
ADO.NET
ASP.NET
C#
Visual Studio
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...
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...
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...
More Posts
Search
Go
This Blog
Home
Contact
About
Tags
.NET
.NET Framework
ADO.NET
AJAX
ASP.NET
Book Review
C#
Entity Framework
General
HTML5
jQuery
MVC
Visual Studio
Yoga
Navigation
Home
Blogs
Archives
January 2012 (4)
December 2011 (4)
November 2011 (2)
October 2011 (2)
September 2011 (1)
August 2011 (2)
July 2011 (7)
May 2011 (3)
April 2011 (2)
March 2011 (3)
February 2011 (2)
January 2011 (3)
December 2010 (5)
November 2010 (4)
February 2007 (1)
January 2007 (1)
December 2006 (2)
November 2006 (4)
October 2006 (2)
September 2006 (4)
August 2006 (2)
Follow Me
Twitter
Facebook
Google+
My Web Sites
.Net & Coding
Thus said a Yogi
Syndication
RSS
Atom