Click here to Skip to main content
15,887,135 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 Updated

C# 3.5 

3 Nov 2015 by #realJSOP
This is an alternative for "Compareing Two Complex objects of same class"
14 Aug 2015 by 1sumitanand
AutoComplete Textbox with Validations
28 Jan 2015 by _Rizwan_Khalid_
Here I will show you how we can register and use multiple classes implementing same interface when Autofac is used as dependencies registrar.
5 Jul 2013 by Abhay giri
Here we see how can we invoke other orchestration by using Call orchestration shape
21 Nov 2012 by AdamNThompson
A reusable component for makeing REST service requests using C#
24 May 2014 by agent_kruger
There is usually a mis-conception with people thinking "DataGridView Cell.Value" gets the current value of the cell in datagridview. This article will tell you the difference between "EditedFormattedValue v/s Value in Datagridview".
17 Jun 2015 by Ahmed E Osama
Run an executable that is inside the resources in C#
6 Jul 2012 by Ajitchahal
This is quite useful if you are building a crawler or need to download images from public sources. Transparent images can be easily discarded.
16 Mar 2015 by Alex_1
Cool menu, MVC bootstrap menu HTML helper
29 Nov 2015 by Amit Singh Baghel
Saving Details Table Data (An HTML Table) in Database by converting it into a jagged array and passing it to a table type parameter
31 Jan 2013 by Anand Gunasekaran
Listview Paging Feature to split the records of the listview in sevaral pages.
2 Sep 2014 by Andre van Dun
Generate game list based on list of players in C#
2 Jul 2015 by Andrew Rober
Windows software licensing data and information in a nutshell
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.
25 Aug 2014 by Anoop Kr Sharma
In this Tip/Trick, I am going to show How to create Simple Paint Application in C#
14 Nov 2014 by Anurag Prajesh
Add new user registeration information in XML with C#
1 Dec 2014 by Anurag Prajesh
How to add banner and slideshow in your website with adrotator
14 Oct 2012 by AnuragTripathi
Convertor for Unicode to Krutidev and vice-versa.
6 Dec 2014 by ArindamSarkar
How to add dropdown inside Editable Kendo Grid
2 Mar 2016 by ArindamSarkar
Tips and tricks to quickly find out how to manipulate Excel using .NET Managed Code
16 Sep 2014 by Arkadeep De
Bind an image slider without database in ASP.NET
21 Sep 2014 by Arora Sumit
Routing in MVC
24 Sep 2014 by arpanmukherjee1
A base viewmodel implementing IDataErrorInfo
24 Apr 2014 by Arvind Singh Baghel
I am writing code to encrypt password in connection string in config file and decrypt password while getting connection from config file.
22 Apr 2013 by assamheart
Crop a photo and signature from an scanned image
16 Jul 2013 by Atulkumar P Patel
Anti Patterns are wrong practice followed by Developers. They are opposite to Design Patterns.
24 Apr 2014 by Bankey Sharma
Converting DataReader Result into List of Objects Using Generic Type, Property Attribute and Reflection
13 Oct 2011 by bbirajdar
How to find an open port in a machine using C#.
13 Oct 2011 by bbirajdar
LINQ: Get all the values from a column in a DataTable in C#
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...
27 Nov 2014 by Bhagyashree Chaudhari - Member 10473634
Show dialog box with very few lines of code
12 Oct 2012 by Bitla Phanindra
How to solve error: 404.2 The page you are requesting cannot be served
9 Sep 2015 by Bob Stoom
New drag-and-drop intuitive engine on the OCR MODI base
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.
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.
16 Mar 2012 by Carlos Conceição
This article how you can use TextToCalcExpression to generate Linq Expressions in runtime
12 Feb 2014 by charles henington
This is an alternative for "Send Mail With Attachment File"
6 May 2015 by chris.obrien.07
How to create a user friendly way of updating user-id (AccountId) fields
17 Feb 2015 by Christ Akkermans
Code for verifying the resources used by DisplayAttribute in order to catch any missing resource strings
6 Sep 2012 by Christopher John Paul
Prevent users from entering comma
17 Jun 2014 by cjb110
A String To Brush Converter for WPF/Silverlight
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.
10 Dec 2016 by Cory Charlton
A thread-safe implementation of the ObservableCollection class
24 Apr 2014 by Cuba Cubicula
Attached behavior that saves control's template in a file as XAML
2 Nov 2014 by D Sarthi Maheshwari
A suggested solution to create Partition based Dictionary (reducing chances of OOM errors and adding capability to hold bigger KVP set in Dictionary).
3 Sep 2014 by debashishPaul
How to convert LINQ query to DataTable
22 Aug 2015 by Deepak Kr Choudhary
This article is about the session use in ASP.NET.
7 Aug 2010 by defwebserver
Current masking in Silverlight Datagrid
23 Sep 2015 by dibley1973
Call stored procedures in a type safe way using my StoredProcedureFramework for .NET
11 Jun 2013 by Dipankar Hazari
How to populate a dynamically created menu bar from the database according to user credentials using C# .NET and ASP.NET.
4 Nov 2014 by Diwakar M A
WPF based preloader animation sample. Let's make WPF applications more interactive during long process.
2 Apr 2015 by Dr Gadgit
Written in C# and VS2010 as a class libary to be used in your own project.
28 Sep 2012 by Dr. Vinayak Ashok Bharadi
Homomorphic filtering is a generalized technique for signal and image processing, involving a nonlinear mapping to a different domain in which linear filter techniques are applied, followed by mapping back to the original domain.
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"
26 Mar 2014 by emerR46
Simple and easy to use code in resizing all controls
9 Feb 2014 by Er. Mayank Kothari
Generate barcode image in web application
27 Nov 2012 by Fenil Desai
Increase ASP.NET Application performance with explicit casting
11 Sep 2015 by Gaurav B Sinha
Finding the second largest element in an array using Linq
15 Oct 2011 by George Swan
The tcpEndPoints array has duplicates and members outside the required range. It may be better to restrict the array members to the required range, sort them, and remove the duplicates. The first free port can then be found by finding the first non-sequential value.using...
4 Sep 2015 by Gerardo Recinto
4 Mar 2015 by giaosucan
Introduce the simple way to display 3D Model in your window application
9 Jun 2014 by Godwinsmith
Function to find the exact address of particular latitude and longitude using Google maps service in C#
25 Apr 2014 by grantliu
Utilize NLog.net in a Service-oriented architecture
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 Jan 2014 by Handy Torres
POCO to CAML simplifies creating of CAML queries by using expression trees.
28 Apr 2015 by Hassan Alrehamy
JSON Deserialization in depth concept and Dictionary mapping. Special Thanks to Dr. Coral Walker
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
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.
1 Sep 2015 by idreeskhan
String interpolation or String handling in C# 6.0 with new feature
27 Oct 2014 by Israel Gebreselassie
This tip/trick shows you how to edit the web.config file dynamically .
15 Aug 2015 by IssaharNoam
Simple and customizable Chat Conversation control, with DataTable datasource, inspired by SMS application balloons in OnePlus One Android smartphone.
24 Feb 2014 by JatinKhimani
Export Gridview data in Excel formate with gridview design.
25 Feb 2014 by JatinKhimani
Nested GridView With Editing Facility of both gridview.
19 Jan 2015 by JatinKhimani
Develop a web application in 3 layer architecture code style
5 Nov 2014 by Jeong, WonYoung(Brad)
Making BitField with C# alternative to BitField made with union and struct of C++
3 Oct 2014 by JoaoSousa23
This tip walks you through the steps for creating a ASP.NET MVC 5 Web Application using Bootstrap as template for layout.
20 Dec 2015 by JoaoSousa23
This article walks you through the steps for create a report in Excel using EPPlus (ExcelPackage)
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
15 Oct 2014 by Jose Segarra
Fast, really fast, import/export from Excel OOXML
18 Oct 2011 by Kabwla.Phone
Which will crash if the datatype of the column is not a string.You might also want to note that this only works for typed datasets.This version works for all datasets, can handle any datatype, and handles null values: table.Rows.AsQueryable() // make...
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.
13 Nov 2011 by KazMaxLtd
This article describes how to hide or show TabControl tabs at runtime
7 Aug 2012 by kennysun
encrypt all stored procedures in SQL server with powershell
27 Dec 2013 by Kishan Zunjare
Configure different email provider sources using the Provider design pattern
9 Aug 2013 by Kishan Zunjare
Configure email providers like SMTP/GMail using Dependency Injection.
25 Jul 2014 by Kishor Deshpande
Methods which facilitate the conversion from string to value type
30 May 2013 by KK Kod
How to compress JavaScript and CSS files in a web application to reduce page loading time, using GZIP.
8 Mar 2015 by Komail Haider
.Net control/wrapper for the Google NEW ReCaptcha API 2.0
11 Jan 2013 by Kumar_Jitendra
The asynchronous controller enables you to write asynchronous action methods.
24 May 2014 by lixinwang
Web Controls
17 Jan 2015 by LLLLGGGG
A really simple implementation of a C# menu for console applications