Click here to Skip to main content
15,881,757 members
Everything / Programming Languages / C# 3.5

C# 3.5

C#3.5

Great Reads

by Nithyaduruvan, Sathishkumar_P
This article describes about the export functionality of Excel sheet from WPF datagrid.
by FatCatProgrammer
StarReport: WPF-less GDI+.NET report component.
by Member 7874525
This how you can monitor your database changes
by SREENATH GANGA
Auto updating the exe if the latest exe is available in the network share

Latest Articles

by NikStar
Using OutgoingMessageProperties and OperationContextScope to implement authorization by http header for WCF client that communicates with non WCF-based web services.
by gggustafson
This article is a significant revision to the earlier version and introduces a new version of ViewFile.
by Ashwin. Shetty
.NET Delegates & its 5 different features (Func, Action, Predicate, Converter, Comparison)
by Mansur Kurtov
This article shows how to use reflections in C#.

All Articles

Sort by Score

C# 3.5 

3 Feb 2017 by tranthanhtu.vn
In "REST - Overview" article, I were introduced the basic rules in RESTful, Can you show me how to implement in WebApi?Ok, in this article, we will learn how to implement those rules in WebApi using C#.Where could I get sourcode was used in this article?Please checkout the code at https://github.com
30 Sep 2013 by Md. Rashim Uddin
How to download different types of files in asp.net
5 Apr 2014 by Pragmateek
Synchronization, Memory Visibility and Leaky Abstractions
16 Sep 2011 by kribo
C# & SQLite – System.Data.SQLite 1007000
4 Jan 2012 by zenwalker1985
Refactoring Hooking and Unhooking Events TIP
26 Jan 2012 by XPG Live
How to initialize a game on Android with XPG
7 May 2014 by Nitesh Kejriwal
How to Convert a Date Time to “X minutes ago” in C#
12 Aug 2015 by Gaurav Aroraa
How to Serialize/Deserialize objects programatically?
11 May 2012 by Md. Rashim Uddin
How to log and trace WCF Soap messages?
7 Jan 2016 by levelnis
Article outlining one approach for adding custom HTTP 301 redirects to a webforms application using an HttpModule
11 Oct 2013 by SonuKSingh
Types of constructors available in C#
13 Aug 2015 by Gaurav Aroraa
NHibernate threw an error when used Reserved SQLserver kerywords with in mappings, queries, etc.
20 Aug 2015 by Gaurav Aroraa
Writing simple odd even Kata in C#
15 Jul 2012 by Christopher John Paul
JQuery Confirm Box is very simple, and it can be easily customized
8 Jul 2010 by Artem Smirnov
The following is not a problem with JustMock, it's a problem with trying to write a unit test involving a complex framework, and isolating parts of it not meant to be isolated.
8 Feb 2013 by zenwalker1985
A small tool called BoxCop which is basically a static analyzer just like FxCop