Click here to Skip to main content
15,867,686 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 

21 Oct 2013 by Member 7874525
This how you can monitor your database changes
27 Jan 2015 by SREENATH GANGA
Auto updating the exe if the latest exe is available in the network share
20 Jun 2015 by vaid_sumit
Achieving Low Coupling & High Cohesion by applying SOLID principles
2 Apr 2015 by Dr Gadgit
Written in C# and VS2010 as a class libary to be used in your own project.
3 Sep 2014 by debashishPaul
How to convert LINQ query to DataTable
21 Sep 2014 by Arora Sumit
Routing in MVC
25 Aug 2014 by Anoop Kr Sharma
In this Tip/Trick, I am going to show How to create Simple Paint Application in C#
28 Apr 2015 by Hassan Alrehamy
JSON Deserialization in depth concept and Dictionary mapping. Special Thanks to Dr. Coral Walker
20 Nov 2011 by Bernhard Hiller
That's far too obscure.All you need to do is store a reference to the TabPage instance which was removed from the TabPages collection of the TabControl. You may use the form where the TabControl is placed for that purpose.You could also create your own TabControl which has an extra property...
29 May 2014 by Randy Kroeger
Created a POC that dynamically builds a predicate using Expression and Reflection.
27 May 2014 by OriginalGriff
This is really easy - but it's hard to work out for the first time. For example, get a list of files, and group them by the date which is in the 2nd to 10th characters of the name, ignoring extensions. Easy!
7 Mar 2012 by Sunil_Sebastian
Duplicate Notifier for a List using ObservableCollection.
17 Jun 2014 by cjb110
A String To Brush Converter for WPF/Silverlight
20 Jun 2014 by SREENATH GANGA
Making a TextBox accept Regional Language Input (Malayalam)
25 Jul 2014 by Kishor Deshpande
Methods which facilitate the conversion from string to value type
3 Jan 2016 by JoaoSousa23
Using MVC, Entity Framework, ASP.NET5 Scaffolding, and Azure SQLServer you can create a web application that stores your information on an SQL Azure database. This demo shows you how to create a web application with MVC and Entity Framework 7, that communicate with a SQL Azure Database
22 Sep 2016 by Steffen Ploetz
This tip shall help to select the desired GCFunction for fill operations.
2 Aug 2012 by Himanshu Thawait
WCF With No config file needed – all setting in code only, No IIS – Self hosted, consume by channel factory
28 Jul 2013 by Raja.Krishnasamy
Attached the test data with method for regression testing by declaring ref type in attribute
7 Apr 2014 by subhajit bhadury
nKnight - RBAC Solution for C#.NET
24 May 2014 by lixinwang
Web Controls
9 Sep 2015 by Bob Stoom
New drag-and-drop intuitive engine on the OCR MODI base
10 Sep 2015 by Rohit Nanda
The easiest way to send form data to Google Docs/Spreadsheet from your web page, using your own form and AJAX. Nowadays, Google Docs/Drive is a widely used service for data storage and documents sharing.
20 Dec 2015 by JoaoSousa23
This article walks you through the steps for create a report in Excel using EPPlus (ExcelPackage)
26 Mar 2016 by Sumit Samediya
Here we will learn how to remove default background color of ListBox item on selection in Windows Universal App
10 Dec 2016 by OmarIsaid
Solution for passing data from View to controller, contains useful concepts for beginner developers
6 May 2010 by Narsimlu Keshagouni
The code shows how to implement currency masking (format like $21,900) in Silverlight DataGrid using the IValueConverter. User can edit the data in numbers with out entering the commas.Having knowledge in Silverlight data binding to DataGrid is enough to understand the code.Create a simple...
16 Mar 2012 by Carlos Conceição
This article how you can use TextToCalcExpression to generate Linq Expressions in runtime
14 Mar 2013 by Rumman92
A simple web scraper that loads only the readable contents of a website.
14 Jul 2014 by SREENATH GANGA
To set the Connectionstring and the other configuration variables in a file and access it dynamically
23 Oct 2014 by BrokenEvent
.NET WinForms Tray icon implemenation with Win7 and Vista features: GUID identification, large custom icons, custom UI instead of the hint, etc.
4 Nov 2014 by Diwakar M A
WPF based preloader animation sample. Let's make WPF applications more interactive during long process.
15 Jul 2015 by how_fun
Create PDF from CRM 2013/2015 online/on-prem with Jscript / plugin. All in the solution file, no custom page or Silverlight.
7 Mar 2016 by OrlandoCurioso
When GridSplitter stops resizing by mouse, yet operates by keyboard arrows
7 Aug 2010 by defwebserver
Current masking in Silverlight Datagrid
10 Oct 2011 by Sandesh M Patil
Prevent firing button click event when refreshing the page
12 Feb 2014 by charles henington
This is an alternative for "Send Mail With Attachment File"
5 Jul 2012 by Pasan Eeriyagama
how to get gridview selected row value to text box which is in another windows form
6 Sep 2012 by Christopher John Paul
Prevent users from entering comma
8 Oct 2012 by Sonali Agarwal
Here I am showing the local time in various timezones in the world
5 Oct 2012 by TheCoolCoder
Numbering for Multilevel ASP.Net Treeview using CSS Counters
1 Nov 2012 by Md Kamruzzaman Sarker
Bookmark extraction from PDF files and showing it in a treeview.
27 Nov 2012 by Fenil Desai
Increase ASP.NET Application performance with explicit casting
14 Dec 2012 by Rumman92
An application which allows user to create the encrypted message and then emails it to the desired person.
11 Mar 2013 by Omar Isaid
Passing data from page to another page using Page.Items Property
20 Apr 2014 by Zhuyun Dai
Your build will fail if you print 'Error:' in your custom Build Events of Visual Studio.
18 Jun 2014 by Vashisth121
Tips to manage state during exceptions
14 Nov 2014 by Mohtshm Zubair
IHttpModule intercepting EndRequest to convert URL passed to Response.Redirect.
17 Jan 2015 by LLLLGGGG
A really simple implementation of a C# menu for console applications
17 Feb 2015 by Christ Akkermans
Code for verifying the resources used by DisplayAttribute in order to catch any missing resource strings
10 May 2015 by Ankit Bansal MVP
This articles explains the insertion of data into SQL Database using Stored Procedures with Output Parameters. Some Bootstrapping is also used to create a good looking HTML.
15 Jul 2015 by Bryan Tubbs
This tip will show how to sort a list of a particular class type from a SqlDataReader object by dynamically creating a lambda expression to carry out the process of sorting the list.
30 Jan 2011 by T-C
Use an extension method that applies to any object to Cast to other types
12 Oct 2012 by Bitla Phanindra
How to solve error: 404.2 The page you are requesting cannot be served
18 Oct 2012 by tahirshaikh23Dec
Using the Microsoft Translator API with Spy++ logic.
22 Apr 2013 by assamheart
Crop a photo and signature from an scanned image
21 Sep 2014 by Prakash Lekhak
Create a Class-Collection of another Class, Extend a class like a List
1 Mar 2015 by vivektiwari97701
Datatype conversion in query (Excel query) add null column for unavailable field in destination database
4 Sep 2015 by Gerardo Recinto
10 Dec 2016 by Cory Charlton
A thread-safe implementation of the ObservableCollection class
26 Mar 2014 by emerR46
Simple and easy to use code in resizing all controls
20 Dec 2016 by Shivi Gupta Lucknow
Using JavaScript and jquery, I will demonstrate how to call codebehind method from the client side. There are three ways of doing so.
13 Jul 2015 by Yuriy Anisimov
Expressmapper - lightweight, lighting fast and easy to use .NET mapper
23 Nov 2015 by Rofiqul Islam
This tip will help convert numbers to words in C#, SQL Server, and Crystal Reports.
25 Feb 2014 by JatinKhimani
Nested GridView With Editing Facility of both gridview.
8 Mar 2015 by Komail Haider
.Net control/wrapper for the Google NEW ReCaptcha API 2.0
11 Oct 2012 by Mr. Tapan Kumar
In this article I will describe how to integrate paypal in your asp.net web application
15 Aug 2015 by IssaharNoam
Simple and customizable Chat Conversation control, with DataTable datasource, inspired by SMS application balloons in OnePlus One Android smartphone.
13 Dec 2012 by suis
Integrating Google direction and geocoding services using C#. NET code behind.
1 Oct 2015 by VijayRana
Some useful MVC Attributes (Bind Attribute, HandleError Attribute, HiddenInput Attribute, Remote Attribute)
21 Nov 2012 by AdamNThompson
A reusable component for makeing REST service requests using C#
28 Dec 2014 by Pritam Deshmukh
This tip elaborates few useful tricks and shortcuts of VS 2013 mainly for professional edition (You can find them with Ultimate version too).
5 Nov 2014 by Jeong, WonYoung(Brad)
Making BitField with C# alternative to BitField made with union and struct of C++
15 Jul 2014 by Yamin Khakhu
4 Mar 2015 by giaosucan
Introduce the simple way to display 3D Model in your window application
17 May 2014 by Mukund Thakker
In this post, we will see how we can convert date time in "X Time ago" format in C#.
24 Apr 2014 by Cuba Cubicula
Attached behavior that saves control's template in a file as XAML
17 Jun 2015 by Ricardo R Carneiro
In this tip, I describe how to post/send data of a table (or list) of HTML for a LIST/ARRAY in C#.
26 Sep 2014 by Rapuru Amarendra
This tip presents an example of datatable in responsive using bootstrap and dataTable.js
11 Jan 2013 by Kumar_Jitendra
The asynchronous controller enables you to write asynchronous action methods.
20 May 2014 by Ed Nutting
How to fix LocalDB / SQL Server: "Cannot open database "XYZ" requested by the login. The login failed. Login failed for user ABC"
22 Oct 2012 by Rajesh Kariyavula
Find the Odds Out in A Generic List
26 Aug 2015 by Clifford Nelson
If you are having issues with getting the WPF Focus() method working, then maybe all you need to do is add a delay on the Initialized event before setting the focus. This solution is a nice demonstration of the features of TPL, and how easy TPL can make doing asynchronous programming in the UI.
15 Oct 2014 by Jose Segarra
Fast, really fast, import/export from Excel OOXML
27 Nov 2014 by Bhagyashree Chaudhari - Member 10473634
Show dialog box with very few lines of code
24 Feb 2014 by JatinKhimani
Export Gridview data in Excel formate with gridview design.
27 Oct 2014 by Israel Gebreselassie
This tip/trick shows you how to edit the web.config file dynamically .
16 Feb 2015 by Nandakishore G N
Send and receive XMPP messages in Windows phone 8
6 Mar 2017 by Member 13040242
This article explains the Session creation during HTTP Module pipeline
16 Sep 2014 by Arkadeep De
Bind an image slider without database in ASP.NET
27 Mar 2013 by metastruct
Easy to use class for downloading, uploading, and other FTP commands.
17 Apr 2014 by gunjan k saxena
This tip will help to create an action filter to compress the contents like Json, partial view, etc.
27 Apr 2014 by munagalasantosh
Receive IPV6 or IPV4 based data using TcpListener
12 Dec 2014 by karimbaig5
This tip provides an idea about how to insert a record into a table having no primary key using LINQ to SQL.
5 May 2015 by Sandeep Kumar Tripathi
This tip is used for creating SSRS Report Subscription by using C#.