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

C# 5.0 

15 Jun 2014 by _Noctis_
This will set you logging from your NLog to your Growl in no time.
27 Oct 2014 by _Noctis_
Sorting out the confusion behind collections
28 Jun 2015 by adityasahver
In this article we will learn how to use Microsoft Band to connect to your Device.
16 Sep 2014 by Afzaal Ahmad Zeeshan
This article explains the basic knowledge about the File class in .NET Framework that comes handy when working with the file system, to create, edit, modify or delete the files or directories.
6 Mar 2015 by Afzaal Ahmad Zeeshan
This article explains the core concepts about sending the emails over .NET framework and the problems that new .NET developers face in using them also some tips for removing very basic errors.
9 Aug 2015 by Afzaal Ahmad Zeeshan
I would talk about Windows 10 from a developer's perspective. Windows 10 has not yet been released, but it is better to know the tool to get your hands ready to develop applications.
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.
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.
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
15 Feb 2016 by Ahmed Amer Jaf
Fast n Easy Way to parse Json data
8 Sep 2014 by ajalilqarshi
Displaying a Message Box (similar to the MessageBox) using MVVM patterns in WPF
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.
21 Jul 2015 by Akhil Mittal
Day 6: Understanding Enums in C#.My article of the series “Diving in OOP” will explain enum datatype in C#.
29 Jan 2016 by Alazar 9860585
Calculating the Probability of Related Events Based on Bayes' Theorem Using MongoDB Aggregation Framework in C#
20 Sep 2016 by Alen Toma
How to implement deep cloning using Reflection
3 Jul 2014 by Alexander Wieser
The article showcases a Windows 8 themed WPF Ribbon inspired by Office 2013 and Visual Studio 2013.
23 Mar 2015 by Allister Beharry
Overlord is an open-source .NET IoT management platform written in C# and running on Microsoft Azure.
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
1 Sep 2014 by Andre van Dun
Flexible SVG tile based dashboard in C#
5 Jan 2018 by ankur_0603
In ASP.NET web application we are familiar with data passing and state management mechanism like Session, ViewState , hiddenfield etc. But in ASP.NET MVC Application we have ViewData, ViewBag, TempData, Session Variables.
19 Oct 2014 by Anurag Gandhi
This article provides you the simplified ways to implement batch editing (inline editing in gridview/repeater) using angular.js.
21 Sep 2016 by ArindamNayak
Enable CORS support in WCF and consuming WCF as rest API from different domain , other than WCF hosted domain.
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 Dec 2014 by arussell
How to use C# to create WPF 3D graphics.
13 Sep 2016 by Atish Dipongkor
How to create a Sandboxed Workflow Action for SharePoint On-Premise (2013 or 2010)
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.
26 Oct 2014 by Bimaln
Describe about the SOAP message in WCF with example.
9 Mar 2015 by bob.bumsuk.lee
Web app that manages customer complaints and demonstrate how to use Web API, SignalR and AngularJS technologies
21 Apr 2014 by Brady Kelly
A dictionary class for storing string descriptions provided by the Description attribute on enum fields.
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.
14 Oct 2014 by Carmelo La Monica
As explained in the previous article, the geolocation is one of the most frequently used features in the mobile and beyond, with it we are able to retrieve the location and information about the place in which we find ourselves, and used by an application to have other information, such as restauran
2 Apr 2015 by ChRi$m0rG@N
An article about an omni directional Arduino Yun robot, and an alternative .Net implementation of CmdMessenger
2 Oct 2015 by ChRi$m0rG@N
A tool for filtering and merging large text files.
11 Aug 2015 by Chris A. Johnson
Hiring for performance vs. skills
24 Nov 2014 by Christian Kleinheinz
Using the .NET OpenFileDialog and SaveFileDialog for an application in multithreaded apartment mode (MTA)
26 Sep 2013 by Christopher Stevenson
The beginning of Rule of Ready
23 Jun 2020 by Ciumac Sergiu
Explains sound fingerprinting algorithm, with a practical example of detecting duplicate files on the user's local drive.
21 Nov 2014 by CodeFate
Revision of the Global Mouse and Keyboard Library from Brian Geiman
29 May 2014 by comiscience
Make changement of reporting easier. Unity help us
22 Feb 2015 by D. Infuehr
How to return strings or other complex data from a process to its caller without interprocess communication
15 Sep 2014 by Daniel Vaughan
Create best-in-breed cross-platform MVVM apps using Calcium for Xamarin.Forms.
17 Sep 2014 by Daniel Vaughan
Create a Xamarin Forms tabbed page or carousel page by binding to a collection of ViewModels; extending beyond the current capabilities of Xamarin Forms.
2 Oct 2014 by Daniel Vaughan
Leverage existing .resx files to localize Windows Phone, Android, and iOS apps in Xamarin.Forms.
7 Oct 2014 by Daniel Vaughan
Using Xamarin Forms platform specific rendering to create a cross-platform application bar.
13 Nov 2014 by Daniel Vaughan
Learn how to combine T4 and a custom markup extension to share and consume image files between projects.
15 Sep 2015 by Darko Jurić
Portable video IO library for C#
15 Sep 2015 by Darko Jurić
Portable generic image library for C#
24 Nov 2014 by Darko Jurić
Pyramidal Kanade Lucas optical flow tracker
27 Apr 2015 by Darko Jurić
SIR Particle Filter brief tutorial with samples in C#
15 Jan 2015 by Darko Jurić
Discrete Kalman Filter brief tutorial with samples in C#
23 Jul 2014 by davekahn
An easy way to control the lists of options in multiple related SELECT controls
9 Oct 2017 by DaveMathews
Integration of a Chatbot in a C# application using SIML (Synthetic Intelligence Markup Language)
25 Nov 2014 by David Killian
A reflective approach to providing stored procedure based data access methods with a reuse pattern based on polymorphic Types as arguments in ObjectResult
24 Jul 2014 by David Rogers Dev
Learn how to load related entities using the Entity Framework with simple examples
8 Jun 2015 by Deb Kumar Ghosal
Windows Phone 8.1 RT Microsoft has introduced many new features and changes in the Windows Phone 8.1. Isolated Storage is one of the crucial features that has completely changed in Windows Phone 8.1.
10 May 2017 by Debendra0256
In this article, we are going to learn about creating Google Chrome extension using C#.
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.
2 Oct 2016 by dileep
This post explains how to implement CRUD Operations in the MongoDB by using C#.
27 Sep 2015 by Dileep Ashok
Learn and build web application using MVC and Entity Frame work code first, code migration approach.
20 Apr 2016 by DmitriyArh88
Comparative analysis of .NET RESTful middleware solutions
4 Jul 2015 by Dominic D Williams
The power of delegates outside of events.
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.
6 Apr 2015 by Dr Gadgit
Covers SSDP messages and XML replies plus how to stream a play-list
19 Aug 2015 by echosteg.com
This article explains how the jQuery Datatables 1.10+ can be integrated with an ASP.NET MVC 5 application for the server-side processing
27 Dec 2014 by Edgar Maass
The goal of this article is to extract a point cloud using the Microsoft Kinect v2 sensor, visualize it using the VTK toolkit, save it for printing or further work (e.g. using Meshlab)
28 Jun 2014 by Elia Conchione
Moving from old SharePoint server? Something to import inside SharePoint 2013?
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.
6 May 2014 by Eric Goedhart
1 May 2014 by Eric Goedhart
Part two of the ASP.NET MVC Documents Sample
3 Jul 2013 by Florian Rappl
Bringing the DOM to C# with a HTML5/CSS3 parser written in C#.
15 Jul 2014 by Florian Rappl
Architecture, design and implementation of a cross-platform Windows Desktop / Windows Store space shoot-em-up game.
17 Nov 2014 by Florian Rappl
Connecting an existing JavaScript engine to AngleSharp to perform DOM operations and provide a working headless browser.
11 Aug 2015 by Florian Rappl
Login, get the data, logout. AngleSharp has everything we need to submit forms and transmit everything we need to get the desired data.
1 Apr 2014 by formlesstree4
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.
14 Mar 2015 by Gaurav Aroraa
In this article, we will discuss all about TDD Katas and how we can get hands-on with Test Driven Development (TDD).
26 Mar 2015 by Gaurav Aroraa
In this article, we will discuss basics of Azure API Management to manage our Web API.
8 Sep 2015 by Gaurav Aroraa
In this article, we will discuss about ASP.NET WebHook-Preview.
16 May 2014 by Gautham Prabhu K
Restart Manager Support For Windows Application
3 Dec 2014 by Gautham Prabhu K
A quick look into Selenium which allows us to automate testing of web pages.
31 Mar 2015 by gmarkc
A simple and inexpensive project to control your first IoT device using an Azure service
10 Nov 2014 by Guruprasad.K.Basavaraju
This is an article in effort to share my learning about Netduino Plus 2 with the examples.
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.
28 Aug 2015 by InvisibleMedia
Defining innovation beyond the limits of Chomsky
2 Oct 2015 by Jack Xu, USA
This article covers complete step-by-step tutorial on how to create a line chart in WPF and how to convert it into a chart control that can be reused in WPF applications with MVVM pattern.
6 Nov 2014 by Jake Rote
Xenon is a framework which helps you to write stable acceptance tests
21 Mar 2016 by Jamescookxj
Repository Pattern with Generic Interface and Dependency Injection
16 Mar 2015 by Jan Martin H.
This article shows how to create a reusable numbers only TextBox that will *never* hold anything but numbers. You can even toggle if it should hold negative numbers!
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.
19 Aug 2017 by Jasper Lammers
Using multithreading in Windows Console Applications without interrupting user input.
31 Jul 2015 by Jesse Glover
Breaking down the MVVM pattern
14 Jul 2015 by John C Rayan
MvcSiteMapProvider Example
23 Apr 2017 by John Underhill
Twofish 512, Serpent 512, Rijndael 512, the HX Ciphers, Ring-LWE, NTRU, McEliece, Rainbow, GMSS, DTM-KEX
28 Apr 2014 by Jonathan Cardy
Creating a single page app for SharePoint 2013 using the new App Model.
6 Mar 2016 by Joy George K
Explaining the async await programming model in C#
9 Aug 2015 by Keith Barrett
Describes a 'Proof of Concept' project for a Code-First User interface library.
23 Jun 2015 by Kel_
Securing Spike Engine HTTP & Websockets with TLS/SSL layer.
23 Jun 2015 by Kel_
A clock rendered as 4 progress bars and published by the server in real-time.