Click here to Skip to main content
15,884,010 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 Score

.NET 3.5 

15 Feb 2013 by Dread_Sharp
How to build an easy plugin system with C# which only takes about 30 lines of code!
19 Mar 2012 by Rishikesh_Singh
The article displays how to save user setting or preference at run time.
24 Jan 2010 by Md. Marufuzzaman
Using of .NET TransactionScope
14 Dec 2014 by MarkLTX
Automatically implement INotifyPropertyChanged for every property in Entity Framework 6.0 entity classes
9 Dec 2013 by dietmar paul schoder
How to get the location of a specific IP-address
1 Oct 2015 by Clifford Nelson
Presents a behavior to prevent entry of anything but digits into a control
7 Oct 2014 by Milad Ashrafi
We need this script for database based ASP.NET websites for using HTML content in post pages.
28 Apr 2015 by Hassan Alrehamy
JSON Deserialization in depth concept and Dictionary mapping. Special Thanks to Dr. Coral Walker
23 Jul 2010 by Pandey Vinay
This is a direction to use Google Maps API Rest Services instead of using it from JavaScript.
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...
17 Apr 2012 by abhinavshastri
How to Call WebService Dynamically and Read WebService Definition
8 Apr 2014 by Fabrizio Stellato
Run ngen to optimize your application during the installation process
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!
29 Mar 2012 by barrd
Fix an exception related to ISupportInitialize.BeginInit and learn why it happens.
7 Jun 2012 by AndrewSmith
Creating a custom base job class for quartz scheduler development
25 Feb 2013 by TnTinMn
UpdateDefaultButton - Allows detecting change in ActiveControl
14 Feb 2014 by BenScharbach
How-To Convert a String Collection to a Multi-Enum item using TryParse
28 May 2014 by Thava Rajan
Copy and insert data at any postion in your datagridview
17 Jun 2014 by cjb110
A String To Brush Converter for WPF/Silverlight
20 Jun 2014 by NobsterTheLobster
Implements a taskbar notifier using an invisible window and a popup control
27 Jan 2015 by HiDensity
Class providing methods to count up a string using a definable character set.
22 Jul 2016 by Abhay@Accenture
Performance tuning using SqlBulkCopy
11 Sep 2016 by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
11 Feb 2010 by Angsuman Chakraborty
Introduction...
25 May 2012 by Tauseef M
This tool is used for Encryption of Database in SQL Server 2008 Enterprise Edition
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
20 Sep 2012 by Sreedhar Puligundla
Simple steps to create SQL joins by using SQL Server 2008 Management Studio
25 Mar 2013 by jkirkerx
Basically a slideshow script, but more simple in design and easier to deploy.
9 May 2013 by Abhay@Accenture
29 May 2013 by Surendra Adhikari SA
Implimenting a message box that closes automatically using thread.
14 Jun 2013 by Mike Meinz
Source code to demonstrate the creation of a new task in Windows Task Scheduler.
26 Aug 2013 by linush
How to serialize a kendo treeview current view into JSON data
11 Oct 2013 by heemanshubhalla
How to use Masked Textbox control in .NET
7 Apr 2014 by subhajit bhadury
nKnight - RBAC Solution for C#.NET
14 Apr 2014 by Ankur .K. Vishwakarma
This tip shows you a T/SQL function to split a string concatenated by a delimiter.
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.
16 Mar 2017 by Robert Bettinelli
Easy JSON Recursion in VB.NET with nested levels
25 Dec 2011 by Juan Davel
Managing Application Scoped Connection Strings
16 Mar 2012 by Carlos Conceição
This article how you can use TextToCalcExpression to generate Linq Expressions in runtime
24 Apr 2012 by Matt T Heffron
This is an alternative for "Legendre Symbol (C# code)"
27 Nov 2012 by Aadhar Joshi
Creating job in sql server which automates taking backup of all stored procedures and functions in physical drive.
19 May 2013 by Yossi Yaari
A solution for monitoring Events called during test.
19 May 2013 by Yossi Yaari
A basic yet generic state machine implementation
23 May 2014 by MB Seifollahi
A SharePoint Server Object Model List Mapper to CRUD
14 May 2014 by atlaste
How to fix hiding controls in the Visual Studio user control designer
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.
19 Jun 2015 by ss9o9o9o
Transferring backup files from a remote SQL Server and Dynamic SQL Connection with Restore utility.
4 Apr 2010 by Eugene Sichkar
Actually .net 3.5 have non-repeatable collection class - HashSet class and ISet interface.
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...
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...
1 Aug 2011 by Daniel Gidman
Serializable Extra Types for .NET 4[^]Does what you are looking for using attributes.
7 May 2012 by coolnavjot31
Custom paging with only 10 pages shown in pager.
18 May 2012 by PIEBALDconsult
This is an alternative for "The Elegant Art of Programming"
31 Jul 2012 by HemendraSingh88
Hi, here we will see how to query a DataSet with LINQ(Language Integrated Query).
12 Sep 2012 by Praveen Kumar Chauhan (PRK)
Sending Data Through XML to web Services
5 Oct 2012 by TheCoolCoder
Numbering for Multilevel ASP.Net Treeview using CSS Counters
7 Nov 2012 by Wendelius
This is an alternative for "Manipulating a string array using a Lambda Expression"
14 Nov 2012 by chanakamax
Convert RTF TO HTML
26 Nov 2012 by efero
How to search information from TFS based on Change Set and comment.
11 Dec 2012 by Dane Balia
An Understanding of what it does and how it can help.....
18 Feb 2013 by dirigo
Preventing a log file from growing forever
3 Apr 2013 by In the Face of God
Generalize to access data in a database via HTTP
19 Apr 2013 by indianDEV
Re-sizing images to equalize the width & height
21 Apr 2014 by munagalasantosh
Access Multiple Resource file and find and replace the textual content in resource file
28 Mar 2013 by dgDavidGreene
Helper utility replaces magic string property names.
7 Dec 2014 by Dinand.dotnet
How to easily run a function in C# from the view using ajax/jquery
15 Feb 2015 by mozwizard
Out of frustration comes simplicity ...
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 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
8 Dec 2009 by Your Display Name Here
How to use WebBrowser, a form, and an MDI parent to open Excel files
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...
17 Nov 2011 by Gusdor
The above solution made me grin as it helped me solved my serialization puzzle. However, if you have an extensible format with components spread over multiple assemblies, this solution may not pick up all the types.I brute force it as follows:List knownTypes = new...
24 Jan 2012 by MacSpudster
Here's a .NET 3.5 version.Basic testing done./// /// http://www.codeproject.com/Tips/315115/Zip-using-System-IO-Compression /// /// mods by GNoter ~ 20120124_094448 /// - Made dotNET v3.5 compatible /// - dotNET v3.5 does not have the optional param capability that dotNET...
12 Mar 2012 by Vivek Krishnamurthy
Power shell script for upgrading Visual Studio 2008 solutions and projects into Visual Studio 2010.
9 Mar 2012 by ankushpawar
Priority Scenario
30 Apr 2012 by Martin Mok
Many drag and drop effects can be simply done by mouse event.
14 May 2012 by Mohamed Amine Aboura
Using Google Search By Image within your .NET application
26 May 2012 by pramodchand
Using collection of UserControls in WinForm since WinForm does not have a control like DataList server control of WebForm.
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.
14 Mar 2013 by Anshul R
Quick way to read RSS
20 Mar 2013 by umair zubairy
using Remote Attribute in MVC, vb.net
1 Apr 2013 by Weberto.com
Event to delete rows by selected cells.
4 Jun 2013 by V R Shukla
How to access Active Director users on a WinNT network and show them in a dropdown list.
17 Jun 2013 by Dipti Dutta
KeyDown event handler to restrict numbers to two decimal places.
30 Sep 2013 by Leong Yee Khin
Using JavaScript to display the Sharepoint 2010 quick launch navigation
17 Apr 2014 by Matt T Heffron
This is an alternative for "Subset - Sum Problem with Integer Arrays "
14 Jun 2014 by Kaveh Yazdi Nezhad
A simple solution to capture entire HTML code of a web page which is displaying on Internet Explorer
19 Dec 2016 by Abhay@Accenture
Get an extension attribute from AD using Principal Extensions in System.DirectoryServices.AccountManagement
8 Apr 2011 by intrueder
Extension method to make any WinForms control to be draggable at runtime
10 Dec 2016 by Cory Charlton
A thread-safe implementation of the ObservableCollection class