Click here to Skip to main content
15,891,136 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 Title

.NET 3.5 

15 Jul 2014 by AlexF185
A dynamic progress bar control easy to use and literally plug and play
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.
19 Jan 2015 by JatinKhimani
Develop a web application in 3 layer architecture code style
12 Mar 2012 by Muthu Nadar
This article will explain about null coalescing operator along with its advantage and disadvantage.
7 Feb 2014 by Subodh Raghav
In this tip, you will learn how to send an email in your ASP.NET application.
8 Sep 2008 by cesar_boucas
A custom derivative of ServiceHostFactory to control how WCF service hosts are created.
26 Nov 2014 by Sambhav Yadav - Sam D Silva
ASP.NET page/master page/user control's life cycle from the perspective of Session and View State
14 Oct 2013 by S. M. Ahasan Habib
I will demonstrate a generic factory method which will create object from interface type parameter from an assembly (either current or provided) with the help of reflection
11 Nov 2017 by Herbert Lausmann
An IconBitmapEncoder that produces high-quality icons, written in VB.NET and C#, WPF
15 Jan 2013 by Alessandro Lentini
How to write a simple multi-thread queue for the typical producer-consumer process
17 Jul 2014 by Marlon Hizole
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".
1 Oct 2016 by Howard 9448490
A WYSIWYG Printer Interface for Rich text
26 Nov 2012 by nilotpalbarpujari
VS 2010 style toolbox written in C#
26 Dec 2009 by Vinayaka Krishna Shenoy
From past few days i was doing some R & D on the upcoming Entity framework from Microsoft, and i found it was interesting in many ways,The first part which i liked the most is -Querying to the Entity Data Model(EDM) rather than the real data store.At a high level , we have plenty of...
4 Jun 2013 by V R Shukla
How to access Active Director users on a WinNT network and show them in a dropdown list.
20 Dec 2013 by Subodh Raikar
Accessing SSRS Reports from SharePoint Site using C#
7 Mar 2014 by Vipin_Arora
Adapter Design Pattern in C#
14 Dec 2014 by MarkLTX
Automatically implement INotifyPropertyChanged for every property in Entity Framework 6.0 entity classes
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.
6 Sep 2012 by Christopher John Paul
Ajax Asynchronous Postback Method
27 Jan 2015 by HiDensity
Class providing methods to count up a string using a definable character set.
6 Aug 2012 by Mukund Thakker
19 May 2013 by Yossi Yaari
A basic yet generic state machine implementation
5 Oct 2012 by TheCoolCoder
Numbering for Multilevel ASP.Net Treeview using CSS Counters
9 Jan 2014 by nasir_ml
ASP.NET textbox validation made easy.
15 Feb 2010 by Nitipan
This is my helper class: public class AsynchronousMethodHelper { private static Delegate _method; private static Delegate _callBack; public static void AsynchronousExecution(Delegate method, Delegate callBack) { _method = method; ...
2 Jun 2012 by deepaktripathi
Using auto complete textbox in jQuery Tabs content via AJAX in an Microsoft MVC project.
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.
24 Jan 2019 by Bloody Chicken
How to automatically create a dump file when the program hangs
14 Oct 2010 by ambatisreedhar
Export to Excel,default formatting of excel,excel number format,excel date format,excel currency format
27 Apr 2012 by Igor Pashchuk, MBA
This is an alternative for "C# Pivot Table"
16 Jan 2012 by Robby Tendean
Simple implementation guide for log4net in a VB.NET web application.
8 Aug 2017 by practicalDeveloper
A panel that has rounded borders, gradients, edges/bevels and a shadow
2 Feb 2018 by RickZeeland
This is an alternative for "Beveled Panel with Shadow Effect"
7 Jul 2013 by Amit_Mittal
An easy way to bind XAML with properties defined in code behind
20 Aug 2013 by Jitendra Ballia
Building data access layer using enterprise library
18 Aug 2014 by Emiliarge
Read and write data to Access databases without limitations caused by the use of the SQL.
3 Sep 2013 by blitzkrieged
An alternative ProgressBar for C# with extra functionality
15 Aug 2015 by Rakesh Vemula
A Windows application which processes your code and shows how much time it takes to execute your code.
13 Oct 2015 by dibley1973
A simple C# extension method to convert List into a delimited text string. Ideal for creating CSV files!
16 Aug 2012 by Maddog Mike B
A message server using named pipes and the Async CTP library (async and await keywords)
6 Mar 2015 by Darkencrow
A multi-drawer style collapsable UI container
30 Aug 2014 by Emiliarge
2 ways to read and write data to *.xls and *.xls files and display it on DataGridView.
12 Jul 2015 by Sem.Shekhovtsov
Caching the entire asp.net 3.5 web forms page using modules.
17 Apr 2012 by abhinavshastri
How to Call WebService Dynamically and Read WebService Definition
5 Sep 2013 by Praveen Chandran
This tip describes how to call a webservice using JavaScript and also calling that webservice in a regular interval of time without doing a postback in the page.
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
1 Nov 2012 by Fenil Desai
Check which .NET Framework version is installed from command line
25 Dec 2011 by Gandhi Ashish
Checking Internet Is Connected Or Not From .NET
16 May 2011 by J a a n s
For C# guys....using System ;using System.Runtime ;using System.Runtime.InteropServices ;public class Internet{ [DllImport("wininet.dll")] private extern static bool InternetGetConnectedState( out int Description, int ReservedValue ) ; public static bool...
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 -...
26 Apr 2010 by Froghut
Download source and example project - 64.37 KB IntroductionSome time ago I had to use CherryPy in one of our companys projects. To quote the website, 'CherryPy is a pythonic, object-oriented HTTP framework.' - but the feature I found the most usefull was that you can expose methods...
31 Aug 2010 by Moustafa Farhat
small example to show how to used Regular Expressions for code highlight
31 Aug 2010 by Simon Dufour
Check you code out, you'll have problem if you start editing from INSIDE. You change your SelectionStart without deselecting anything.. this mean that selection changes instead of only having your cursor moving.foreach(Match m in mc){ int startIndex = m.Index; ...
12 Aug 2010 by rwmao
A simple example of how to use Collapsible Panel in ASP.NET, especially in VS2008
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
30 May 2013 by KK Kod
How to compress JavaScript and CSS files in a web application to reduce page loading time, using GZIP.
5 May 2012 by Chamila Nishantha
Adding report pages to create one report
2 Dec 2012 by Bikash Karmokar
Connecting Windows Form Application With ADO.NET in C#
23 Jul 2010 by Pandey Vinay
This is a direction to use Google Maps API Rest Services instead of using it from JavaScript.
10 Jun 2010 by Anshul R
The Perfect Translation/Conversion of Code
20 Apr 2011 by jonx
Very good stuff. Learned me a lot about how to access to the physical structure of the query.There is also a CopyToDataTable : http://msdn.microsoft.com/en-us/library/bb386921.aspx[^]And for the record here is a C# version:protected DataTable EntityToDatatable(IQueryable Result,...
7 Jun 2013 by FatzBomb
How to convert a written number to a numerical value anywhere in a string.
11 May 2015 by Shibasis Sengupta
This tip describes how to convert your personal laptop into a webserver available on world wide web
28 May 2014 by Thava Rajan
Copy and insert data at any postion in your datagridview
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.
9 Aug 2015 by saurabh sri
Basic steps to create ASP.NET WebApi services.
9 Feb 2014 by Er. Mayank Kothari
Generate barcode image in web application
27 Nov 2012 by Aadhar Joshi
Creating job in sql server which automates taking backup of all stored procedures and functions in physical drive.
22 Aug 2016 by Sujith Karivelil
Creating a link in the left pane of the file Explorer - like OneDrive or DropBox
16 Mar 2012 by Carlos Conceição
This article how you can use TextToCalcExpression to generate Linq Expressions in runtime
27 Oct 2014 by Israel Gebreselassie
This tip/trick shows you how to edit the web.config file dynamically .
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).
20 Sep 2012 by Sreedhar Puligundla
Simple steps to create SQL joins by using SQL Server 2008 Management Studio
20 Jan 2014 by Nirav Prabtani
CTE Query for optimizing complexity of query in sql server
29 May 2013 by Surendra Adhikari SA
Implimenting a message box that closes automatically using thread.
11 Sep 2016 by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
7 May 2012 by coolnavjot31
Custom paging with only 10 pages shown in pager.
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.
25 Oct 2013 by Monotosh Roy Mon
XML Serialization & Deserialization for converting our object to XML and XML to Object
15 Jan 2013 by Yugal Pandya
Database driven N-Level Dynamic Menu Control using C#.NET and SQL Server with stylesheet CSS
6 Oct 2013 by Muhammad Ahmed Azam
"Database Driven Dynamic Menu Control"
1 Apr 2013 by Weberto.com
Event to delete rows by selected cells.
4 Nov 2013 by Jaume González
How to convert any datareader into generic list.
18 Jan 2013 by Tawani Anyangwe
A dead simple HTML Sanitizer (and HTML Parser) you can use to clean user HTML input.
28 Apr 2015 by Hassan Alrehamy
JSON Deserialization in depth concept and Dictionary mapping. Special Thanks to Dr. Coral Walker
25 Feb 2013 by TnTinMn
UpdateDefaultButton - Allows detecting change in ActiveControl
3 Sep 2013 by Sanjay H Modi
Sign data using private key from a certificate