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

C# 5.0

C#5.0

Great Reads

by David Rogers Dev
Learn how to load related entities using the Entity Framework with simple examples
by Darko Jurić
SIR Particle Filter brief tutorial with samples in C#
by tetsushmz
This article explains how to dynamically create RDLC.
by Daniel Vaughan
Create best-in-breed cross-platform MVVM apps using Calcium for Xamarin.Forms.

Latest Articles

by Roman Kiss
Design and implementation of small tool, tester for exploring Azure IoT Hub with virtual MQTT device
by Ciumac Sergiu
Explains sound fingerprinting algorithm, with a practical example of detecting duplicate files on the user's local drive.
by Mansur Kurtov
This article shows how to use reflections in C#.
by Mahsa Hassankashi
This article enables you to generate table in any database such as Oracle, SQLServer, MySQL, SQLite, Sybase, etc. just by typing table name and its fields. Then you can use NHibernate facilities to make query for data layer.

All Articles

Sort by Title

C# 5.0 

7 Oct 2015 by Sagar Uday Kumar
Windows Shell Extension - Adding submenus to Shell Context Menus and dynamically loading them using sharpshell library.
21 Dec 2014 by arussell
How to use C# to create WPF 3D graphics.
31 Jul 2015 by Jesse Glover
Breaking down the MVVM pattern
13 Nov 2014 by Daniel Vaughan
Learn how to combine T4 and a custom markup extension to share and consume image files between projects.
9 Aug 2015 by Keith Barrett
Describes a 'Proof of Concept' project for a Code-First User interface library.
21 Apr 2014 by Brady Kelly
A dictionary class for storing string descriptions provided by the Description attribute on enum fields.
3 Jul 2014 by Alexander Wieser
The article showcases a Windows 8 themed WPF Ribbon inspired by Office 2013 and Visual Studio 2013.
18 Jan 2014 by Petr Ivankov
Application of abstract approach to database domain
9 Oct 2017 by DaveMathews
Integration of a Chatbot in a C# application using SIML (Synthetic Intelligence Markup Language)
30 Jul 2014 by Rasik Bihari Tiwari
Knowing, creating and using satellite assemblies in C# .Net
2 Oct 2015 by ChRi$m0rG@N
A tool for filtering and merging large text files.
12 Feb 2016 by SubhamoyBurman
This is how an idiot like me explains what is Abstract Factory pattern and how it could be used
3 Jul 2013 by Florian Rappl
Bringing the DOM to C# with a HTML5/CSS3 parser written in C#.
17 Nov 2014 by Florian Rappl
Connecting an existing JavaScript engine to AngleSharp to perform DOM operations and provide a working headless browser.
7 Nov 2015 by Sujeet Bhujbal
Angular js with ASP.NET MVC is more popular now days and for beginners, I will tell you what is angular js and show you a practical example of ASP.NET MVC for inserting, deleting and displaying data using angular js.
5 Jul 2015 by Rahul Rajat Singh
Understanding the basic concept of directives in Angular - how directives are used in Angular and using some built in directives in Angular.
27 Dec 2014 by Mohamed Ahmed Abdullah
Auto-correct ruining our spelling, the solution is to animate the changes
1 Apr 2014 by formlesstree4
28 Apr 2014 by TonyTonyQ
Alternative way for implementing Abort/Retry/Ignore logic
27 Sep 2014 by Nick Polyak
Describe architecturing a flexible and extensible WPF application with the help of WPFWidgetizer framework
17 Dec 2013 by Monjurul Habib
ASP.NET Web API is a framework for building and consuming HTTP services that can reach a broad range of clients including browsers, phones, and tablets.
26 Aug 2015 by Afzaal Ahmad Zeeshan
In this article I will explain the steps to create a full featured standalone ASP.NET 5's Web API that can be used by Windows 10's native Universal Windows Runtime application.
13 Nov 2014 by Nirosh
This tutorial is designed for .NET programmers who need to understand ‘Nido’ framework and its application.
1 Jun 2014 by S. M. Quamruzzaman Rahmani
ASP.NET team released Identity framework 2.0. The new release contain some new features like generic primary key. This article explain how to change primary key from string to integer & use it with MVC5.
24 Feb 2015 by Jarosław Zwierz
With this sample I'll try to demonstrate how to achieve editing of One-To-Many model in the single View.
25 Aug 2015 by thangchung
This article will let you know how can we use JSPM in ASP.NET MVC 6 and Material Design Lite.
6 May 2014 by Eric Goedhart
1 May 2014 by Eric Goedhart
Part two of the ASP.NET MVC Documents Sample
11 Aug 2014 by Rajiv Gogoi
Series of ASP.NET MVC5 new features
10 Aug 2014 by Rajiv Gogoi
This article explains WebAPI v2 features of ASP.NET MVC5
25 Nov 2015 by Amir Dashti
Simply understand what happens when you use async/await keywords, what are the benefits and how to prevent deadlocks
3 Dec 2014 by Gautham Prabhu K
A quick look into Selenium which allows us to automate testing of web pages.
3 Apr 2019 by Mahsa Hassankashi
This article enables you to generate table in any database such as Oracle, SQLServer, MySQL, SQLite, Sybase, etc. just by typing table name and its fields. Then you can use NHibernate facilities to make query for data layer.
20 Feb 2022 by Roman Kiss
Design and implementation of small tool, tester for exploring Azure IoT Hub with virtual MQTT device
20 Apr 2015 by Sergey Kizyan
This is a sample article that describes ho to implement RESTfull service for Azure for both GET and POST methods
26 Sep 2013 by Christopher Stevenson
The beginning of Rule of Ready
14 Jul 2015 by John C Rayan
MvcSiteMapProvider Example
18 Nov 2016 by Snesh Prajapati
In this article, we will learn about Builder Design Pattern and create a demo application to understand it practically. We will explore how Builder pattern helps us in creation of complex objects.
29 May 2014 by comiscience
Make changement of reporting easier. Unity help us
25 Aug 2015 by Afzaal Ahmad Zeeshan
In this article I will explain Windows.Media.Capture namespace's MediaCapture element and how it can be used in Windows Runtime to create applications that make use of camera, for capturing photos and videos. Plus, the article shows how to capture the list of photos or videos that are recorded for p
2 Oct 2014 by Daniel Vaughan
Leverage existing .resx files to localize Windows Phone, Android, and iOS apps in Xamarin.Forms.
20 Sep 2015 by Mithun Pattankar
Why build responsive UI? Answer seems obvious that end-user should experience that application doesn’t hang often (for developers POV, a time taking background operation makes it look like hanging). So lets learn building responsive UI using Async Await keywords Visual Studio 2012 introduced a
6 Mar 2016 by Joy George K
Explaining the async await programming model in C#
26 Aug 2014 by Project Sfx
A C# class for generating an audio waveform asynchronously.
3 Mar 2016 by Ranjan.D
Let us see how to build a simple CodeProject API Wrapper.
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
30 Jun 2015 by Arthur V. Ratz
The following article describes how to implement sorting of custom non-generic collections by overriding the functionality of the generic IComparable and IComparer interfaces used by the LINQ’s Enumerable.OrderBy clause aggregate method.
21 Nov 2014 by ergohack
Design a DGML state machine using visual tools,... then depend upon C# Reflection to implement the state machine boundaries and triggers in your application.
26 Sep 2016 by Sergey Kizyan
I'm starting a set of C# lectures for our engineers. The first lecture is about C# built-in types also known as primitive types.
29 Jan 2016 by Alazar 9860585
Calculating the Probability of Related Events Based on Bayes' Theorem Using MongoDB Aggregation Framework in C#
23 Apr 2017 by John Underhill
Twofish 512, Serpent 512, Rijndael 512, the HX Ciphers, Ring-LWE, NTRU, McEliece, Rainbow, GMSS, DTM-KEX
2 Apr 2015 by ChRi$m0rG@N
An article about an omni directional Arduino Yun robot, and an alternative .Net implementation of CmdMessenger
8 Oct 2014 by khem thapa
Code-First Approach with Asp.Net MVC Framework
14 Jan 2016 by Mr.PoorEnglish
Organize your DelegateCommands hierarchical in one Viewmodel-Object - A Style generates a proper Menu from that. You also can set individual CommandBindings, to Buttons or MenuItems.
20 Apr 2016 by DmitriyArh88
Comparative analysis of .NET RESTful middleware solutions
2 Jul 2015 by Pooja Baraskar
Sharing code and views in Universal Windows Apps
22 Mar 2017 by raddevus
Part 1: Master the ASP.NET MVC Project Template & Technologies (Razor, jQuery, JavaScript, Bootstrap, CSS). Part 2: Build an ASP.NET MVC app which runs in the browser but feels like using a desktop app.
24 Mar 2017 by raddevus
Building the ASP.NET MVC desktop UX (User Experience). See ContextMenu in action.
7 Oct 2014 by Daniel Vaughan
Using Xamarin Forms platform specific rendering to create a cross-platform application bar.
26 May 2014 by Saad_Mahmood
Creating custom control for Windows Phone and Store Using Expressions Blend
13 Jul 2015 by Afzaal Ahmad Zeeshan
In this article, I will go through different stages of programming a server/client application framework in native .NET framework using TCP protocol library of System.Net.Sockets namespace.
31 Jan 2017 by Pritam Zope
In this article, we will create a Notepad with features like Multi Tabbed Documents, Document Selector, File Association,Opening/Saving Multiple Files, Line Numbers, Running External Programs, Viewing files in Browser, Full Screen Mode, etc.
22 Dec 2014 by Turay Melo
This is an alternative for "Creating an Outlook 2010 Add-In"
25 Jul 2014 by Kumarbs
In this article we are going to see how we can consume a web api which is hosted on Cloud Azure service
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
19 Jan 2015 by defwebserver
You can implement SharePoint documents in your AngularJS applications much easier when you create your code in a Visual Studio LightSwitch Cloud Business app.
8 Jun 2015 by Stefan Wloch
An introduction to custom roles based access control in an ASP.NET MVC application using the Entity Framework.
26 Jun 2015 by Stefan Wloch
An introduction to Custom Roles Based Reporting for ASP.NET MVC applications using the Entity Framework. Protecting confidential information is a business requirement and in many cases also an ethical and legal requirement.
26 Apr 2014 by Samir NIGAM
This article describes default binding configurations, default behavior configurations, inheritance model in behavior configurations, file-less activation and standard endpoints in WCF 4.0/4.5
14 Apr 2014 by Samir NIGAM
This article describes default endpoints and protocol mapping behaviors in WCF 4.0/4.5
8 Nov 2014 by Mahdi K.
A detailed description for Delegate, Func, Predicate, Action and Lambda Expression.
31 Jul 2015 by dpalash
Through this article, you will learn how to deploy the sideloaded Windows 8 app to production easily and maintain/provide regular upgrade version of the app.
3 Jun 2016 by raddevus
A novel approach to generate a secure way to login that doesn't require the user to ever memorize a password again. This method can be used with any web site, program, etc. and creates a more secure password than other methods.
10 May 2017 by Debendra0256
In this article, we are going to learn about creating Google Chrome extension using C#.
24 Oct 2016 by Kelum Priyadarshane
This project developed using combination of Entity Framework 6.0 + Code First Approach + Web API 2 + Repository Pattern + ASP.NET MVC 5 + SQL Server 2012 + Unit of Work Testing + Bootstrap.
12 Dec 2016 by Makrand Vichare
Mini SPAs with ASP.NET MVC and AngularJS (with Typescript)
20 Jun 2016 by VijayRana
In this article, we will see different ways through which we can recieve post data by view in controller.
20 Nov 2014 by Ben M Watson
Get into the details of .NET array access optimization and how you can pattern your code for efficiency.
15 Jul 2015 by Akhil Mittal
This article will cover almost every OOP concept that a novice/beginner developer hunt for, and not only beginners, the article’s purpose is to be helpful to experience professionals also who need to sometimes brush-up their concepts or who prepare for interviews.
9 Apr 2016 by Akhil Mittal
This part of the article series will focus more on run time polymorphism also called late binding.
6 Apr 2015 by Dr Gadgit
Covers SSDP messages and XML replies plus how to stream a play-list
23 Jun 2020 by Ciumac Sergiu
Explains sound fingerprinting algorithm, with a practical example of detecting duplicate files on the user's local drive.
7 Jul 2014 by Tho Dinh Nguyen
Utilize System.Attribute and Assembly to discover type and retrieve data members to be displayed on windows form
10 Jan 2016 by Mr.PoorEnglish
This is an alternative for "Dynamic Validation with FluentValidation in WPF/MVVM"
4 Jan 2016 by tetsushmz
This article shows how user inputs can be validated dynamically with FluentValidation and INotifyDataErrorInfo in a WPF/MVVM application.
20 Nov 2014 by Ganesh A Hegde
The safe navigation operator could prove to be a nifty feature when it eventually makes it into C#. It's included in the planned upcoming release of C# 6. Until then, you may need to emulate it.
21 Sep 2016 by ArindamNayak
Enable CORS support in WCF and consuming WCF as rest API from different domain , other than WCF hosted domain.
5 Sep 2015 by Maxim Kurayan
EF Dynamic Report is a small open source project which allows you to use Entity Framework mapping between types and tables as a dynamic report data source
26 Aug 2015 by markmnl
Error handling often brings down an otherwise good design, this article offers an approach to standardize and simplify your error handling particularly in SOLID applications.
10 Jul 2014 by trycatchthat
An in-depth examination of variables in C#
23 Jul 2014 by Saad_Mahmood
Expression Blend - Playing with Sample Data (WPF , Windows Phone)
18 Sep 2014 by Bruce Zhang
WCF provides a flexible and extensible architecture for the developer. The most common situation is to customize the extension of behavior. It is not complex, but some issues should be noticed. This article discusses how to extend the behavior in WCF.
2 Jan 2014 by tetsushmz
This article explains how to dynamically create RDLC.
26 Aug 2015 by Nick Polyak
Navigation and event propagation on generic trees
28 Apr 2016 by Sharad Chandra Pyakurel
Generic repository application of employee with documents
9 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 Beagleboard C4 development board.
9 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 Raspberry Pi development board.