Click here to Skip to main content
15,880,392 members
Everything / Programming Languages / C# 3.0

C# 3.0

C#3.0

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 Dark Daskin
Article describes how to build an assembly that exposes functions to unmanaged code without C++/CLI
by Sacha Barber
It would probably be like Cinch, an MVVM framework for WPF.

Latest Articles

by Shivprasad koirala
Design Pattern FAQ - Interview Questions (Quick Reference)
by Harsha T, Amarnath S, S Mahesh Reddy
A simple viewer of images stored in the DICOM 3.0 File Format (C#). The file should have raw pixel data, uncompressed. Window Level functionality is also provided.
by AlexeyYakovlev
This paper demonstrates a technique of building Sprache parsers using grammar inheritance.
by Randy Kroeger
This article provides an example on how you can change application configuration settings within an existing ClickOnce publish, update the manifest files, followed by using the Mage utility for updating the manifest using the existing cert file.

All Articles

Sort by Updated

C# 3.0 

9 Jun 2021 by Shivprasad koirala
Design Pattern FAQ - Interview Questions (Quick Reference)
24 Oct 2020 by Harsha T, Amarnath S, S Mahesh Reddy
A simple viewer of images stored in the DICOM 3.0 File Format (C#). The file should have raw pixel data, uncompressed. Window Level functionality is also provided.
9 Mar 2019 by AlexeyYakovlev
This paper demonstrates a technique of building Sprache parsers using grammar inheritance.
31 Dec 2018 by Randy Kroeger
This article provides an example on how you can change application configuration settings within an existing ClickOnce publish, update the manifest files, followed by using the Mage utility for updating the manifest using the existing cert file.
30 Dec 2018 by Chinmoy Mohanty
Multiple techniques of implementing The Observer Pattern in .NET
11 Dec 2018 by omeecode
Google Maps Offline in windows discusses how one can download or save Google maps and then view these images offline
4 Nov 2018 by Faisal(mfrony)
This article will help you to get a clear understanding of LSP.
19 Jul 2018 by Ajcek84
PSAM Control Library ported over to WPF
22 Apr 2018 by JohnLeitch
This article details how to make .NET applications scriptable with Aphid, an embeddable scripting language.
10 Jan 2018 by Amir Jalilifard
In this article, you are going to learn about P2P Network and Windows Communication Foundation to share your files between peers through a P2P network.
1 Aug 2017 by Dmitry Brant
A custom control for Windows Forms that looks like an electronic 7-segment LED display.
31 Jul 2017 by Dirk Bahle
This article explains how to take advantage from look-less WPF controls through inheritance
19 Jun 2017 by Occam's Razor
Ever wonder how programs like Nero work? They make their own SCSI libraries... like this!
3 May 2017 by dmihailescu
A Visual Studio add-in that inserts some commonly known OO patterns into your working project and searches your highlights online.
26 Mar 2017 by Aydin Homay
In this article, I tried to show a real benchmark based on presser test method, for a Big Data collection deals on C++, C#, and VB.NET.
21 Mar 2017 by Christiaan van Bergen
An article on converting text files or csv-files to a System.Data.DataSet based on regular expressions
24 Feb 2017 by Ebenezar John Paul
An Ideal Code Review Checklist that applies for most programming languages
3 Feb 2017 by lepipele
An overview that presents all PayPal integration options, targeted especially at C# developers.
14 Dec 2016 by ashwanisihag
Extend windows shell in c#.
4 Oct 2016 by Sergey Kizyan
Third lecture from the series I'm running. Related to class definition and gives basic understanding about what is type in .NET
20 Sep 2016 by Alen Toma
How to implement deep cloning using Reflection
7 Sep 2016 by Chihwei Chang
Implementing a simple script engine with expect.net for mass program upgrade
1 Sep 2016 by NaibedyaKar
SQL Server database project creation using Visual Studio 2013
17 Aug 2016 by Michael Ecklin
Very often, Excel spreadsheets are using to transfer data between applications. CSV files are also used for the same purposes.
15 Aug 2016 by Richard Deeming
A pair of classes to encapsulate access to NTFS alternative data streams.
18 Jul 2016 by Amarnath S
An article describing the computation of the Sinogram of an image in C#, using the Radon Transform of the image.
16 Jun 2016 by David A. Gray
When I needed to compute the Daylight Saving Time transitions for any year, I had to dig a bit deeper into the time zone information stored in the Windows Registry.
1 Jun 2016 by icemanind
Automatically generate Business and Data layers in C# or VB.Net from a SQL Server, Microsoft Access, MySql or SQLite database design.
20 May 2016 by Qwertie
The A-list is an all-purpose list, a data structure that can support most standard list operation in O(log n) time and does lots of other stuff, too
3 May 2016 by Southmountain
this post discussed .NET versioning and multi-targeting of .NET application and component written in C#.
21 Mar 2016 by Jamescookxj
Repository Pattern with Generic Interface and Dependency Injection
19 Feb 2016 by BillLange1968
A C# port of the classic Hammurabi game
15 Feb 2016 by Ahmed Amer Jaf
Fast n Easy Way to parse Json data
12 Feb 2016 by SubhamoyBurman
This is how an idiot like me explains what is Abstract Factory pattern and how it could be used
28 Jan 2016 by Pritam Zope
In this Article we will create an Auto Completion/Code Completion Window using C# that automatically shows popup of the list of words or keywords and inserting those into a RichTextBox
29 Nov 2015 by Grant Frisken
Localize text, images, and any other WPF property using standard RESX files
22 Nov 2015 by saleemy2ks
This Article discusses on Memory allocation in .Net and how JIT compiler optimizes non-volatile code. It also talk about Value Type, Reference type, Stack, Heap, Boxing, Unboxing, Ref, Out and Volatile.
4 Nov 2015 by Murray Foxcroft
Integrating WPF and XAML with the Windows forms NotifyIcon control to produce a slick, styled popup window when the mouse is moved over the NotifyIcon
2 Nov 2015 by icemanind
23 Sep 2015 by Alberto Venditti
Using a .NET Windows service as an engine for specialized custom plug-ins execution
16 Sep 2015 by Jaime Olivares
Repackaging of Workflow Foundation's property grid for general use
6 Sep 2015 by Wladis
Disclaimer: the article represents a survey on the transformation of JSON data into html on the client part (browser) and reveals the operation details of template в Incoding Framework (search, formation, local storage and plugging in one’s own engine).
24 Aug 2015 by Qwertie
Concerned about regular expressions being unintelligible, repetitive, hard to get right and non-recursive? Read part 5, possibly the most useful part yet!
28 Jul 2015 by Oliver Kohl D.Sc.
This article presents you some capabilities of PowerShell like the usage of .NET Framework 4.0 and .NET threading.
25 Jun 2015 by FantasticFiasco
A framework to solve the problem of opening dialogs from a view model when using the MVVM pattern in WPF or UWP.
24 Jun 2015 by Khaled Abdelhamid
Drawing on a web page on the fly using GDI+ and Flood-Fill Technique
16 Jun 2015 by dmihailescu
Customize OpenFileDialog and SaveFileDialog using a WPF Window
1 Jun 2015 by Athari
C# CSS parser with with support for all modern CSS features.
29 May 2015 by Kevin Hulse
Use Atalasoft's DotPdf SDK to improve workflow processes with external customers.
24 May 2015 by Evgeny Pereguda
Simple lib for capturing live-video from web-camera by using Media Foundation
4 May 2015 by Sibeesh Passion
This article shows how to check whether a Measure Group is mapped with the Dimension Group.
25 Mar 2015 by Chivate Atul
Tracing dead-locks in multi-threaded applications.
23 Mar 2015 by Oleg Shilo
The extremely simple implementation of generic "Extension Properties"
8 Feb 2015 by SupperSlonic
The Web API token based authentication via OWIN OAuth2 middleware supported by Facebook, Google, Microsoft.Extracting additional user's information from social networks.
3 Feb 2015 by Mike_Liu
Manually implement a basic WCF Service from scratch, step by step, with clear instructions and precise screen snapshots.
30 Jan 2015 by Andrew Whiddett
This is an alternative for "WPF: Data Virtualization"
14 Jan 2015 by Paulo Zemek
Understand how to create fully configurable frameworks that let your application evolve without creating bottlenecks.
14 Jan 2015 by Helmut Obertanner
In this article, you will learn how to customize the built-in Select Names dialog and use different external data sources for your own dialog.
11 Jan 2015 by Mohammad Dayyan
A C# library to use PersianCalendar as easy as DateTime
10 Jan 2015 by Matt Perdeck
Easy to use library to use CSV and tab delimited files with LINQ queries.
29 Dec 2014 by Sandeep Singh Shekhawat
I explain partial classes in C# language with an example
10 Dec 2014 by Anurag Gandhi
This article explains the details and use of Nullable Type in C#.NET.
24 Nov 2014 by Jeremy Falcon
A beginner's guide to talking like a computer.
20 Nov 2014 by Khademul Basher
This article describes the AngularJS JavaScript framework and shows how to use it to develop a Single Page Application.
20 Nov 2014 by Juan Ignacio Tel
Development of a new generic lattice noise algorithm that advances beyond perlin noise and expands the possibilities of textural noise creation.
19 Nov 2014 by Allan Eagle
Using a combination of Reflector, Reflection, and C# 3.0 extension methods to add Save(string FileName) functionality to MailMessage in System.Net.Mail.
17 Nov 2014 by Michael Ulmann
A simple .NET PDF merger that supports header and footer text.
15 Nov 2014 by Michael Ulmann
The MasterPage is derived from UserControl and thus, does not support the method 'InitializeCulture()'; a bit more coding is required in order to make the ASP.NET MasterPage localizable.
11 Nov 2014 by Mosi_62
Gerald Goertzel developed a very quick way to carry out a discrete Fourier transformation. But there seem to be very few descriptions that really explain its derivation in full.
11 Nov 2014 by Richard Dunkley
Demonstrates how to use the Yocto Project to get a custom Linux operating system with Mono up and running on the MicroZed development board.
10 Nov 2014 by Tsuda Kageyu
Extract all the variations of an icon, including the ones ExtractIconEx() can't extract.
5 Nov 2014 by Hemant__Sharma
Article attempts to solve hassle of maintaining and deploying multiple configuration files for different testing/deployment stages/environments.
3 Nov 2014 by Shivprasad koirala
6 important uses of Delegates and Events
3 Oct 2014 by kb-boxer
A simple tree list view .NET WinForms control
19 Sep 2014 by kubben
This article show a quick way to determine if a user's IE browser is in compatibility mode.
17 Sep 2014 by Sandeep Singh Shekhawat
Layout is used for a consistent look and feel of all pages of a web application
10 Sep 2014 by Gautham Prabhu K
Creating and using Event Aggregator pattern
8 Sep 2014 by Pragmateek
"MCSD Certification Toolkit (Exam 70-483): Programming in C#” - book review
2 Sep 2014 by Ordisoftware
How to create a generic singleton for .NET.
1 Sep 2014 by Sandeep Singh Shekhawat
How to show a warning message to the user prior to 15 minutes before the session time out, in other words if the user is in an idle state for more than 5 minutes then the user gets a message in the browser
26 Aug 2014 by voloda2
An article describing a simple .NET library which simply keeps your database schema up-to-date.
22 Aug 2014 by Anurag Gandhi
A custom GridView control which provides you an additional facility to group the data in gridview along with the facility to customise the Group Header and Group Footer
22 Aug 2014 by Gurdeep Singh Toor
A Complete Guide to develop aplication using MyGeneration code genration framework. We will develop a Meeting Room Booking web application in this Article.
20 Aug 2014 by Anurag Gandhi
A class to pivot a DataTable with various aggregate functions
12 Aug 2014 by Thilina Chandima
An introduction on how to store and retrieve images from SQL Server 2008 by using Stored Procedures and C#.
5 Aug 2014 by santosh poojari
This article helps you to build and enable robust web applications with respect to various aspects of security that needs to be taken care of while designing a system.
11 Jul 2014 by Arindam Jha
Understanding of complex jQuery Datatable tricks and Save it's state in SQL Server with a basic concepts of jQyuery template. Sample Application used .NET 4.5, Entityt Framework.
10 Jul 2014 by Dominique Gilleman
Review of the book how to apply DDD in .NET
2 Jul 2014 by Daniel McGaughran
An outline of how to build multilingual support into your WPF applications, where the language may be dynamically changed at runtime.
26 Jun 2014 by Philipp Katscher
Fetching Records from a DB using Barcode and updating the same or others with this nifty configurable tool
23 Jun 2014 by abhigad
Journey of C# up to LINQ in less than 10/15 minutes
22 Jun 2014 by Nathaniel Moschkin
Topics and methods on programming in .NET and performance considerations
7 Jun 2014 by A. Najafzadeh
Saving zip files in access database with encrypting bytes when file saved in access database and decrypting bytes when extracting files from database . . .
5 Jun 2014 by LLLLGGGG
In this article we are going to build a UserControl in WPF which is intended to make the user choose a directory in his FIleSystem