Click here to Skip to main content
15,891,033 members
Everything / .NET / .NET 3.5

.NET 3.5

.NET3.5

Great Reads

by Jeffrey Walton
Import and export Cryptographic Keys in PKCS#8 and X.509 formats, using Crypto++, C#, and Java.
by Daniel Vaughan
Calcium provides much of what one needs to rapidly build a multifaceted and sophisticated modular application. Includes a host of modules and services, and an infrastructure that is ready to use in your next application.
by Sacha Barber
It would probably be like Cinch, an MVVM framework for WPF.
by Marc Clifton
Review your project dependencies.

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 Sufyan S Jabr
All that you need to know when working with MSDTC, troubleshooting and problem solving.
by Jayson Ragasa
Multi RDP Client .NET is used for managing your RDP connections. It allows you to Import/Export .RDP files, disconnect all connection at one click, and connect all your servers at one click as well.
by Rahman Masudur
Few tricks about using a Resource Dictionary in WPF

All Articles

Sort by Updated

.NET 3.5 

27 Nov 2012 by Aadhar Joshi
Creating job in sql server which automates taking backup of all stored procedures and functions in physical drive.
17 Aug 2012 by Abey Thomas
This is an issue which can happen for a variety of reasons - but how do you find the right one?
9 May 2013 by Abhay@Accenture
22 Jul 2016 by Abhay@Accenture
Performance tuning using SqlBulkCopy
19 Dec 2016 by Abhay@Accenture
Get an extension attribute from AD using Principal Extensions in System.DirectoryServices.AccountManagement
17 Apr 2012 by abhinavshastri
How to Call WebService Dynamically and Read WebService Definition
10 Sep 2009 by Abhishek Sur
It is to be noted, .NET has lately introducedResponse.RedirectParmanent() after a long await. The main motive of this is tohave permanent response redirection to the Search Engines.Response.RedirectParmanent() is an extension function introduced in .NET 4.0.Themain motive of it is to indicate
21 Nov 2012 by AdamNThompson
A reusable component for makeing REST service requests using C#
30 May 2012 by Ahsan Murshed
This article gives ideas to developers to increase development time productivity using the free Visual Studio 2010 extensions.
22 Sep 2014 by Ajith K Gatty
This tip helps you to reset all your DropDownList values to the default one when a DropDownList changes its selection.
15 Jan 2013 by Alessandro Lentini
How to write a simple multi-thread queue for the typical producer-consumer process
15 Jul 2014 by AlexF185
A dynamic progress bar control easy to use and literally plug and play
14 Oct 2010 by ambatisreedhar
Export to Excel,default formatting of excel,excel number format,excel date format,excel currency format
15 Jun 2014 by Amin Esmaeily
This trick is about how to effectively reduce reserved memory by process.
7 Jul 2013 by Amit_Mittal
An easy way to bind XAML with properties defined in code behind
2 Sep 2014 by Andre van Dun
Generate game list based on list of players in C#
7 Jun 2012 by AndrewSmith
Creating a custom base job class for quartz scheduler development
11 Feb 2010 by Angsuman Chakraborty
Introduction...
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.
14 Apr 2014 by Ankur .K. Vishwakarma
This tip shows you a T/SQL function to split a string concatenated by a delimiter.
9 Mar 2012 by ankushpawar
Priority Scenario
10 Jun 2010 by Anshul R
The Perfect Translation/Conversion of Code
27 May 2011 by Anshul R
Dim value As Boolean = My.Computer.Network.IsAvailable can be used in a situation where the only network a system will be connected to is the Internet.Dim value As Boolean = My.Computer.Network.Ping(hostNameOrAddress ,timeout) hostNameOrAddress can be any valid website -...
14 Mar 2013 by Anshul R
Quick way to read RSS
4 Apr 2010 by Anthony Daly
Download source - 30 KBDownload library - 5 KBIntroductionThis set of Non-Repeatable Collections has a very simple concept - to only allow one item of each type to be added, meaning that you cannot have duplicate items in the collection.BackgroundAlthough the .NET Framework...
20 May 2012 by Anup Kumar Verma
Printer independent Watermark on webpage print in asp.net & C#
18 Sep 2012 by Anup Kumar Verma
Taskbar Notification like animation in WPF from code behind
24 Feb 2014 by Anupam Singh_
This tip is all about understanding the controller factory and exploring it...
16 Dec 2011 by ARanadhir
How to get property name using Expression
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.
13 Feb 2014 by Ashwin. Shetty
Lazy loading object in DI using Castle Windsor & System.Lazy
14 May 2014 by atlaste
How to fix hiding controls in the Visual Studio user control designer
11 Sep 2016 by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
18 Aug 2010 by B. Verboven
Convert a generic list of (recursive) objects into a simple hierarchical TreeList
18 Mar 2012 by B. Verboven
This is an alternative for "A simple generic TreeList".
14 Jul 2013 by Bahram Ettehadieh
A simple way to implement "Dynamic Authorization" with the ability to assign permissions for actions to roles or users.
16 Aug 2012 by Balwant.mnd
My requirement is to convert a single column of a table to another multi column table with the save data that single column contained.
24 Apr 2014 by Bankey Sharma
Converting DataReader Result into List of Objects Using Generic Type, Property Attribute and Reflection
29 Mar 2012 by barrd
Fix an exception related to ISupportInitialize.BeginInit and learn why it happens.
14 Feb 2014 by BenScharbach
How-To Convert a String Collection to a Multi-Enum item using TryParse
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...
26 Mar 2014 by biffthebootmaker
Winform programmatically creating a form and with corresponding events
2 Dec 2012 by Bikash Karmokar
Connecting Windows Form Application With ADO.NET in C#
3 Sep 2013 by blitzkrieged
An alternative ProgressBar for C# with extra functionality
24 Jan 2019 by Bloody Chicken
How to automatically create a dump file when the program hangs
29 Jul 2011 by Bob Sandberg
How would you do this, if objects included inside one of the serialized objects was an abstract class? E.g.:abstract class Base{ public int x;}class A : Base{ public int y;}class B : A{ public int z;}class SomeOtherClass{ public string...
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.
1 Aug 2014 by Bryan Lyman
A method for duplicating a web page (including all scripts and styles) to run as if it originated from your own server, then modify server-side and client-side functionality afterwards.
16 Mar 2012 by Carlos Conceição
This article how you can use TextToCalcExpression to generate Linq Expressions in runtime
6 Mar 2012 by cass3000
Read n bytes from the serial port in .net
8 Sep 2008 by cesar_boucas
A custom derivative of ServiceHostFactory to control how WCF service hosts are created.
1 May 2012 by Chamila Nishantha
This tip describes how to create your own printing functionality rather than using built in print functionality on Microsoft Report Viewer.
5 May 2012 by Chamila Nishantha
Adding report pages to create one report
14 Nov 2012 by chanakamax
Convert RTF TO HTML
6 Sep 2012 by Christopher John Paul
Ajax Asynchronous Postback Method
17 Jun 2014 by cjb110
A String To Brush Converter for WPF/Silverlight
1 Oct 2015 by Clifford Nelson
Presents a behavior to prevent entry of anything but digits into a control
20 Mar 2013 by CodeHawkz
Often we try to synchronize scrolling, but WPF does not have a direct support for this one. Therefore, this article is on that.
7 May 2012 by coolnavjot31
Custom paging with only 10 pages shown in pager.
10 Dec 2016 by Cory Charlton
A thread-safe implementation of the ObservableCollection class
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).
10 May 2013 by d.ban
A LINQ tutorial for beginners.
11 Dec 2012 by Dane Balia
An Understanding of what it does and how it can help.....
1 Aug 2011 by Daniel Gidman
Serializable Extra Types for .NET 4[^]Does what you are looking for using attributes.
15 May 2015 by Daniel Nguyen Vinh
The iTextSharp API is a powerful Open Source tool for creating PDF documents on the fly; it has the ability to generate multilingual PDF but it does not come with the default setting. In order to display Unicode characters such as Vietnamese, please follow our post
5 Apr 2013 by dapeacenforcement
Easy way to edit the right ListViewItem (Row/Column) after MouseDoubleClick.
6 Mar 2015 by Darkencrow
A multi-drawer style collapsable UI container
12 Jul 2013 by Deenuji
Select multiple checkboxes in a GridView in an online shopping website.
2 Jun 2012 by deepaktripathi
Using auto complete textbox in jQuery Tabs content via AJAX in an Microsoft MVC project.
28 Mar 2013 by dgDavidGreene
Helper utility replaces magic string property names.
13 Oct 2015 by dibley1973
A simple C# extension method to convert List into a delimited text string. Ideal for creating CSV files!
9 Dec 2013 by dietmar paul schoder
How to get the location of a specific IP-address
7 Dec 2014 by Dinand.dotnet
How to easily run a function in C# from the view using ajax/jquery
17 Jun 2013 by Dipti Dutta
KeyDown event handler to restrict numbers to two decimal places.
18 Feb 2013 by dirigo
Preventing a log file from growing forever
4 Nov 2014 by Diwakar M A
WPF based preloader animation sample. Let's make WPF applications more interactive during long process.
16 Apr 2013 by Dnyaneshwar Kondbale
Get ClientID of User control which is register on Page In JavaScript.
5 Mar 2017 by DotNetSteve
Creating an extension class for View Models to save public properties using Generics and Delegates, replacing a reflection implementation
12 May 2011 by DrABELL
Hello Steven,As FYI: recently I have published on CodeProject a short article (tip) on rather efficient implementation of GCD/LCM based on Euclid algorithm. They use iteration instead of recursion, because re-cursive algorithms in general and in this particular case are relatively...
15 Feb 2013 by Dread_Sharp
How to build an easy plugin system with C# which only takes about 30 lines of code!
26 Nov 2012 by efero
How to search information from TFS based on Change Set and comment.
23 Mar 2012 by Elvis Begluk
Dynamically generate LINQ query with a custom property.
11 Feb 2015 by Emiliano El Mariachi
Here is a small library to help you have an automatic undo/redo feature without explicit dependency on Undo/Redo system.
18 Aug 2014 by Emiliarge
Read and write data to Access databases without limitations caused by the use of the SQL.
30 Aug 2014 by Emiliarge
2 ways to read and write data to *.xls and *.xls files and display it on DataGridView.
9 Feb 2014 by Er. Mayank Kothari
Generate barcode image in web application
15 May 2012 by Erol Esen
This tip uses the elegant LINQ to solve pesky daily problems.
14 Jan 2014 by Erol Esen
This tip is about modifying the ingredient quantities of a recipe using LINQ.
4 Apr 2010 by Eugene Sichkar
Actually .net 3.5 have non-repeatable collection class - HashSet class and ISet interface.
10 Dec 2009 by EuGenius_Krivbass
Today I was trying to save list of entities those were generated by DBMLThis code shows how you can store your list in XML string and put it in ViewState, after that you get your list back.Using the CodeYou can use this code as you need.Here is class Serializatorpublic class...
8 Apr 2014 by Fabrizio Stellato
Run ngen to optimize your application during the installation process
17 Dec 2012 by fadi_sayyed
WPF Compare two brushes IsEquals
7 Jun 2013 by FatzBomb
How to convert a written number to a numerical value anywhere in a string.
1 Nov 2012 by Fenil Desai
Check which .NET Framework version is installed from command line