All Articles  My Articles  Submit A New Article
123456789101112131415NextLast

"Everything" RSS / ATOM Feed Parser Peter Bromberg on 06-Jan-09 for 2 Points
A canonicalized, generic solution to the problem of parsing any kind of RSS or ATOM feed and returning a usable collection for databinding. View My Articles
How to send and receive messages through message queuing in .Net kalit sikka on 06-Jan-09 for 5 Points
Message queuing makes it easy for application developers to communicate with application programs quickly and reliably by sending and receiving messages. Messaging provides you with guaranteed message delivery and a robust, fail-safe way to carry out many of your business processes. The MessageQueue component allows you to easily incorporate message-based communication into your applications. Using this component and its associated language features, you can send and receive messages, explor View My Articles
How to Read text file as database kalit sikka on 05-Jan-09 for 10 Points
How to Read text file as database View My Articles
SQL Server 2005 Paging Performance Tip Robbe Morris on 04-Jan-09 for 0 Points
This quick tip demonstrates how to get the total rows as part of the paging query as well as how avoid a common coding error with joins that can harm performance. It also provides a faster alternative to the SQL Server's paging syntax using TABLE variables. View My Articles
Display code of web page. Ketan Mer on 02-Jan-09 for 10 Points
Display code of web page. View My Articles
Fully Scalable Excel File Importer class for .net using Microsoft Jet driver Diablo iii on 31-Dec-08 for 25 Points
Instead of using third-party drivers and losing control on file data imports from excel, we can write our own excel file importer class using JET OLDEDB drivers that are available from Microsoft. View My Articles
Generic Chart Color Manager class that can be used for any charts Diablo iii on 31-Dec-08 for 10 Points
We use many third-party controls to apply colors/manage chart stuff. This generic class removes all confusions. View My Articles
Helper class to style the infragistics wingrid Diablo iii on 31-Dec-08 for 10 Points
We end up writing styles for each and every grid that we use in our project. This helper class provides all the styles at one place. View My Articles
Using Reflection to detemine as Assembly Info in and out. Diablo iii on 29-Dec-08 for 10 Points
Sample article that describes how easy it is to determine the assembly info in and out. The assembly holds a vital information and can also be retrieved during runtime using reflection. Some of the information that can be retrieved are: 1. Assembly attributes - Type, BaseType, type of class, is it sealed, is it abstract. e.t.c 2. Base attributes 3. Properties defined. View My Articles
123456789101112131415NextLast

promotion
Silverlight    WPF    WCF    WWF    LINQ   
JavaScript    AJAX    ASP.NET    XAML   
C#    VB.NET    VB 6.0    GDI+    IIS    XML   
.NET Generics    Anonymous Methods    Delegate   
Visual Studio .NET    Expression Blend    Virus   
Windows Vista    Windows XP    Windows Update   
Windows 2003 Server    Windows 2008 Server   
SQL Server    Microsoft Excel    Microsoft Word   
SharePoint    BizTalk    Virtual Earth   
.NET Compact Framework    Web Service   

"Everything" RSS / ATOM Feed Parser
How to send and receive messages through message queuing in .Net
How to Read text file as database
SQL Server 2005 Paging Performance Tip
Display code of web page.
Fully Scalable Excel File Importer class for .net using Microsoft Jet driver
Generic Chart Color Manager class that can be used for any charts
Helper class to style the infragistics wingrid
Using Reflection to detemine as Assembly Info in and out.
Helper class to play with Window (Owners and position)
Resolving displayname from the culture using the XmlLanguage and LanguageSpecificStringDictionary class