Click here to Skip to main content
15,885,943 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 Score

C# 5.0 

4 Sep 2015 by Afzaal Ahmad Zeeshan
This post attempts to describe the general difference between overloading and overriding in Object-oriented programming languages.
5 Oct 2014 by morzel
How to shoot paintball marker with relay, Arduino and .NET Winforms
4 Jan 2016 by levelnis
How do you post to a Web API controller from an MVC controller?
15 Jun 2016 by Allen C. Copeland Jr
Grokking the CLI - Part 1: Meta Mayhem
5 Apr 2014 by Pragmateek
Synchronization, Memory Visibility and Leaky Abstractions
11 Mar 2014 by Michael Adaixo
Cancel a loop in a task with CancellationTokens
4 Jan 2016 by levelnis
How do you display WebAPI model errors in MVC?
16 Jun 2016 by Allen C. Copeland Jr
Grokking the CLI - Part 2: Meta Meanderings
29 Jan 2013 by Himanshu DS
We will forward our journey with C# 5.0 features
28 Aug 2015 by Cybermaxs
Last time, I explored how to store time series in Microsoft Azure Table Service. This time I’ll do the same but in Redis. It’s is a very popular key-value store (but not only) and I highly encourage you to review it if you still don’t know it.
3 Aug 2015 by xszaboj
Custom validation attribute - contains
4 Aug 2015 by Michael Adaixo
Variable jump height in Unity
19 Nov 2014 by John Atten
In a previous post, we took a high-level look at using Identity 2.0 in the context of a Web Api application. We essentially poked and prodded the default Visual Studio Web Api project template, learned where things live, and got a basic sense for how it all is supposed to work.
7 May 2014 by Nitesh Kejriwal
How to Convert a Date Time to “X minutes ago” in C#
12 Aug 2015 by Gaurav Aroraa
How to Serialize/Deserialize objects programatically?
12 Aug 2015 by DotNetForAll
Interfaces walkthrough
28 Sep 2015 by Shivprasad koirala
This blog explains C# Out and REF parameters in detail.
30 Mar 2015 by Camilo Reyes
How to get started with ASP.NET MVC 5
16 Mar 2015 by Sander Rossel
The last in a series on web development.
11 Oct 2013 by SonuKSingh
Types of constructors available in C#
22 Jan 2015 by matthewproctor
This article demonstrates how to use Lync as an endpoint for monitoring hardware and devices - in this instance the Gadgeteer Fez Spider board with a Gas Sensor.
13 Aug 2015 by Gaurav Aroraa
NHibernate threw an error when used Reserved SQLserver kerywords with in mappings, queries, etc.
9 Oct 2012 by Paulo Morgado
Sample code I use to demonstrate the use of async/await in C# 5.0
9 Aug 2015 by Gaurav Aroraa
The SOLID programming principles are not new, unfortunately I wasn’t aware of these principles. In this article, we will discuss all five principles and use a code to work with these principles.
4 Jan 2016 by levelnis
How do you call a Web API Endpoint without using JavaScript?