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

2 Apr 2020 by Rahman Masudur
Few tricks about using a Resource Dictionary in WPF
2 Nov 2019 by Melick
Configuring Application Server Role, Web Server (IIS) Role Error in Installing SharePoint 2013 in Windows Server 2012
7 Aug 2017 by JasonShort
LINQPad helps you learn LINQ
7 Aug 2017 by JasonShort
Buffer.BlockCopy is not as fast as you think
3 Feb 2017 by tranthanhtu.vn
In "REST - Overview" article, I were introduced the basic rules in RESTful, Can you show me how to implement in WebApi?Ok, in this article, we will learn how to implement those rules in WebApi using C#.Where could I get sourcode was used in this article?Please checkout the code at https://github.com
28 Sep 2015 by Shivprasad koirala
This blog explains C# Out and REF parameters in detail.
5 Sep 2015 by Pragmateek
Introduction If you've already developed COM APIs with .Net, typically in C# with VBA as the consuming language, you've probably leveraged two powerful features: by-reference parameter passing that allows the API to change the input object itself, not only its ... Continue reading ...
29 Jul 2015 by Komal Mangal
Get the size of files having long path in  C#.NET 3.5
24 Apr 2014 by Pragmateek
Introduction Following my previous article on a similar subject, Extend your VBA code with C#, VB.Net or C++/CLI, I’ve received an interesting feedback from a VBA developer who wanted to leverage the advanced support of the .Net framework for regular … Continue reading →
5 Apr 2014 by Pragmateek
Synchronization, Memory Visibility and Leaky Abstractions
18 Mar 2014 by Pragmateek
How to reduce the size of MongoDB documents generated from .NET/C#
27 Nov 2013 by Debopam Pal
This example shows you how to create a nested GridView.
30 Sep 2013 by Md. Rashim Uddin
How to download different types of files in asp.net
29 Sep 2013 by Md. Rashim Uddin
19 Feb 2013 by Adam Zuckerman
A generic extension method that allows my program to limit an input to a specific range 
8 Feb 2013 by Adrian Alexander
Data-binding among complex expressions in C#
26 Jan 2013 by Shahriar Iqbal Chowdhury/Galib
This post shows you how to solve SSIS Error Code 0xC020801C/0xC004700C/0xC0047017
27 Dec 2012 by Jeffrey T. Fritz
I've been spending a bit of time over the past month looking into ALL of ASP.NET, not just MVC or SignalR or WebAPI.  
12 Dec 2012 by Himanshu DS
Why WCF?
29 Aug 2012 by Harsh Baid
Installing .NET 3.5 service pack 1 along with application setup.
28 Jul 2012 by hoonzis
Pex is a tool which helps generate inputs for unit test. Moles is a stub framework used to isolate the unit tests from code which is not being tested. In this post, I will try to describe an attempt to use Pex and Moles to test a typical business layer.
15 Jul 2012 by Christopher John Paul
JQuery Confirm Box is very simple, and it can be easily customized
13 Jul 2012 by Imran Abdul Ghani
Simple steps to enable tracing in WCF
13 Jun 2012 by TheDhruv
Export data from a SQL Server database table to an Excel sheet day wise.
5 Jun 2012 by ManojKumar19
Hands on Lab for MVVM, Value Converter, XAML Binding, Delegate Command pattern, INotifyPropertyChange, Lambda Expression, LINQ etc. in Silverlight/WPF project
11 May 2012 by Md. Rashim Uddin
How to log and trace WCF Soap messages?
23 Apr 2012 by Giorgi Dalakishvili
This post is part of a series about building a simple mathematical expression evaluator.
16 Apr 2012 by cpsglauco
To fully understand how to use ASP.NET, it is necessary to know the basic operation of the web (for example as occurs a request from browser to server, what are the technologies used, how a web server processes the request, etc.)
3 Apr 2012 by Rui Jarimba
You can use Metadata Providers to add microdata to your ASP.NET MVC applications.
4 Dec 2011 by Buaziz
In this article, we will define our implementation to handle Captcha images.
10 Nov 2011 by Alexander Turlov
With another powerful feature introduced in C# by .NET 4 called dynamic types anonymous types are given even more reasons to be used since they now can be used outside of their scope of visibility. Sounds fantastic? Let me show you how it's done.
12 Oct 2011 by Buaziz
creating an MVC HTML Helper for Google Maps
12 Oct 2011 by Buaziz
a detailed article on how to change the location of the Shared folder, also applies to the Views folder.
22 Sep 2011 by Adnan Boz
Massively Parallel Random Nunber Generation using CUDA C, Thrust and C#
3 Jun 2011 by Cyborgx37
A simple F# application that solves Sudoku puzzles. Links to helpful resources are also provided.
29 May 2011 by Alexey Kurakin
This article describes generic priority queue implementation in C#, which uses min-heap as underlying storage.
14 May 2011 by Nikos Baxevanis
This post aims to provide a way to implement lazy initialization in a multi threaded environment using the SingleInstance(Of T) Class.
9 May 2011 by Christoph Keller
Debugging a SharePoint 2010 Timed Job
10 Jan 2011 by erik_nl
Logging with dynamic objects in .NET 4.0 (part 2-n) - user interaction logging
6 Jan 2011 by Mahmudul Haque Azad
Magic of JQuery in ASP.NET, simplifying AJAX
23 Nov 2010 by Matthew Dennis
This is the first in a series of articles about using the Munq DI IOC Container and IOC containers in general.
8 Nov 2010 by Ondrej_Uzovic
Simple example showing how Silverlight application can receive messages from a standalone desktop application
1 Nov 2010 by Ondrej_Uzovic
Very simple example showing how to send a message from Silverlight application to standalone desktop application
24 Oct 2010 by Ondrej_Uzovic
Simple example showing how to implement the communication scenario where subscribing applications can receive notification messages from more publishing applications.
19 Oct 2010 by Ondrej_Uzovic
Simple example showing how to implement a communication scenario where one application sends notifications to other applications.
28 Sep 2010 by Paulo Morgado
Patch For ASP.NET Vulnerability Available
21 Sep 2010 by Martin Jarvis
Protect against POET Attacks with Custom Errors!
24 Aug 2010 by Ritesh Ramesh
This is a brief to the point note on how to setup ASP session state to use SQL server to store session information.
31 Jul 2010 by atverma
Criteria behind choosing IDisposable, IComponent, Component, MarshalByValueComponent and base Control classes(System.Windows.Form.Control and System.Web.UI.Control) while implementing a Class
23 Jul 2010 by atverma
In this blog, I’ll focus on Content Controls and Open XML 2.0 SDK from the experience I gained in the last 2 months.
23 Jul 2010 by atverma
INotifyPropertyChanging and INotifyPropertyChanged in Real Life using Expression Trees
12 Jul 2010 by Martin Jarvis
How to convert accented characters to simple characters
5 Jul 2010 by JasonShort
LINQ Group By with NULL database values
3 Jul 2010 by Martin Jarvis
How to improve readability with shorter String.Format statements
5 Jun 2010 by Leung Yat Chun
Reduce the property declaration code to one line, yet still usable directly.
18 Apr 2010 by Sky Sanders
Exploring Web.config - system.web/httpModules
18 Apr 2010 by Sky Sanders
Full featured HTTP upload utility
17 Apr 2010 by Paulo Morgado
C# 4.0: Alternative To Optional Arguments
15 Apr 2010 by Paulo Morgado
How To Set Elements Of An Array Of A Private Type Using Visual Studio Shadows
15 Apr 2010 by Paulo Morgado
LINQ: Single vs SingleOrDefault
15 Apr 2010 by Paulo Morgado
LINQ: Enhancing Distinct with the SelectorEqualityComparer
15 Apr 2010 by Paulo Morgado
15 Apr 2010 by Paulo Morgado
LINQ: Enhancing Distinct With The PredicateEqualityComparer
15 Apr 2010 by Paulo Morgado
Web Site Globalization With ASP.NET Routing
14 Apr 2010 by Derek Lakin
Creating a Custom View Mode that Supports a Template Selector
13 Apr 2010 by Arik Poznanski
Back in this post I showed you how you can easily add a fade-in / fade-out effect to a UIElement that changes its Visibility property, using a simple attached property.Some people encountered a problem using this property when they bind the UIElement to a model which initially hides the control.
13 Apr 2010 by Paulo Morgado
Running .NET 1.1 Applications on .NET 2.0
13 Apr 2010 by Paulo Morgado
LINQ: Single vs. First
18 Mar 2010 by Sam Meacham
So what’s wrong with EF’s TPT inheritance? The SQL that EF generates. With some simple testing (2 or 3 subclasses) everything may appear to be fine. In fact, you may even be impressed that EF manages to fetch all the data you need in a single trip, indeed, in a single query.
14 Mar 2010 by Arik Poznanski
Following are some listings to be used as a quick reference to common Windows 7 Taskbar features using Windows API Code Pack.
16 Feb 2010 by Diego Resnik
Using Dynamic Proxy & MSMQ Duplex to create a proxy that switches automatically between online & offline network state
13 Feb 2010 by Philipp Sumi
A lightweight task scheduling library that allows you to easily schedule the invocation of callback methods at specified times or intervals. Supports .NET 3.5 and Silverlight.
8 Feb 2010 by Shakeel Iqbal
Lambda Expression is one of the best features of C# 3.0
3 Feb 2010 by Rajeesh.C.V
How we could write a conditional rendering HTML helper in ASP.NET MVC
1 Feb 2010 by Pete O'Hanlon
Providing Undo/Redo across VMs (part 1 - simple properties)
13 Jan 2010 by Mahmudul Haque Azad
Database driven unit testing using VSTS
12 Jan 2010 by Martin Hinshelwood
From time to time your website structure may change. When this happens you do not want to have to start from scratch with your Google rankings, so you need to map all of your Old URLs to new ones.
4 Jan 2010 by Samir Sameja
Office Interop Object Collection Technique – Ghost Excel Instance
4 Jan 2010 by Samir Sameja
In this article, I will write about the way to release interop references.
5 Dec 2009 by Jeremy Likness
Learn how to host WCF as a Windows service (without using a web project) and how to code it so that you can test interactively without installing the service.
2 Dec 2009 by Jeremy Likness
Use the Managed Extensibility Framework to export dictionary resources using custom ExportProvider in Silverlight
2 Nov 2009 by Cyborgx37
LINQ is syntactical sugar for extension methods and lamda expressions. To understand LINQ, it is important to first grapple with these concepts.To begin, let's look at a simple and somewhat common scenario.
30 Oct 2009 by Kunal Chowdhury «IN»
Here I will explain the feature & step by step process for implementing the Silverlight Out-Of-Browser functionality.
26 Oct 2009 by Williarob
If you have ever looked at a media file (audio or video) in explorer on a Windows 7 PC, you may have noticed that it displays additional information about that media file that previous versions of Windows didn't seem to have access to, for example the length/duration of a Quicktime Movie Clip.
21 Oct 2009 by mrjvdveen
Today we are looking into databinding to the ComboBox.SelectedItem property through a custom dependency property in a UserControl.
28 Sep 2009 by Pete O'Hanlon
17 Sep 2009 by emiaj
Hello everyone, had been a long time from my last post (as usual, been busy busy busy). Today I want to talk about something that for most .Net developers is unknown but has been in the development industry a long time ago. I’m talking about Aspect Oriented Programming - AOP.
7 Sep 2009 by Abhishek Sur
Some of both Documented and Undocumented Keywords that we dont use often like Check, StackAlloc, Fixed,default,@variables,Nullables, __arglist,__reftype etc are explained with simple examples
1 Sep 2009 by Jeremy Likness
Silverlight, with its powerful text and graphics manipulation capabilities and strong interaction with the scripting DOM, seems to be the perfect engine for a Captcha challenge.
28 Aug 2009 by Jeremy Likness
Windows Workflow Foundation (WWF) is a powerful programming model and designer for workflow processes. Using workflow is easier than some may believe.
26 Aug 2009 by Kunal Chowdhury «IN»
In this post, I will discuss about developing a simple multitouch application using .NET 3.5 SP1.
24 Aug 2009 by Salmanzz
In this post, I will explain you how I have embedded JavaScript, images and stylesheet to my previous article.
23 Aug 2009 by Martin Hinshelwood
Staring from the original Command Line Parser v1.0 code, I wanted to be able to add multiple commands, or even nest commands. The result is a nice simple commanding architecture conducive to creating multiple commands.
21 Aug 2009 by Martin Hinshelwood
I am always pulling out the Unity assemblies. Maybe it is just because I am lazy, but I really can’t be bothered rolling my own dependency injection and mapping framework!
21 Aug 2009 by Martin Hinshelwood
I am not sure if this is a good idea, but I was bored one day and decided to add a TFS Error Log provider for Elmah. There are 2 ways you can do this.
17 Aug 2009 by Arindam Sinha
SOAP Request/Response XML can be logged with TraceExtension
16 Aug 2009 by Arindam Sinha
Saving user preferences while closing the application and loading that while opening next time - implemented through Application Settings