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

27 Jan 2015 by SREENATH GANGA
Auto updating the exe if the latest exe is available in the network share
20 Jun 2015 by vaid_sumit
Achieving Low Coupling & High Cohesion by applying SOLID principles
3 Sep 2014 by debashishPaul
How to convert LINQ query to DataTable
30 Nov 2015 by Mohammad Dayyan, VahidJafari
A library for creating .Net Serializable Expressions to send via WCF services
19 Mar 2015 by Hrvoje Batrnek
Easy and seamless caching implementation of any virtual method in any class
21 Mar 2015 by Amit Singh Baghel
A useful tip to export a Div to PDF (with Unicode support) with the help of NReco-PDF Generator for .NET (C#), JQuery and Handler in ASP.NET
21 Apr 2015 by Yaseer Mumtaz
This small tip will explain how you can check status of long running processes in ASP.NET MVC web application using SignalR by sending messages from server to client during execution.
29 May 2014 by Thang Believe
Deep dive into cookies generation to support Remember Me at login
30 Oct 2014 by Mathew Burnett
A very simple program to kill all network interfaces if your VPN goes down.
17 Feb 2015 by PFalkowski
The way of calculating amount of memory occupied by some object in C#.NET
14 Feb 2014 by BenScharbach
How-To Convert a String Collection to a Multi-Enum item using TryParse
28 Feb 2016 by adityasahver
In this article, we will learn how to create an Tile/Page in the MS Band and trigger the details on the associated device
25 Mar 2018 by Matej Pavlů
Creating a replacement for missing TileBrush known from WPF.
19 Aug 2014 by Alberto Nuti
How to serialize an object without having to manually instruct the DataContractSerializer class.
10 Sep 2015 by Rohit Nanda
The easiest way to send form data to Google Docs/Spreadsheet from your web page, using your own form and AJAX. Nowadays, Google Docs/Drive is a widely used service for data storage and documents sharing.
11 Sep 2015 by Bimaln
How to fix the "Microsoft.Jet.OLEDB.4.0 provider is not registered on the local machine" error.
3 Dec 2016 by Adi_Mag
Integrate Serilog with ASP.NET Core application
7 Aug 2014 by naren1991
Rendering PXCMImage to Image control in WPF
23 Sep 2014 by Bimaln
Solved the Permission issue when I hosted my ASP.NET application on IIS7
12 Nov 2014 by Shah Ankita
This code sample demonstrates how to set color to any control using colorpicker. For this, you have to create a new Windows phone app.
22 Nov 2014 by Marco Broccio
IoC in few steps!
23 Feb 2015 by Veronica S. Zotali
How to use TypedFactoryFacility using Castle.Windsor
2 Jun 2015 by Callum Linington (UK)
How to automatically add your AutoMapper profiles
18 Aug 2015 by MRBULL93
In this tip, I am presenting a simple way to avoid refresh resubmit
3 Feb 2017 by Muddassir Mohammed
Create a CRUD screen using ASP.NET MVC, dapper and jTable in 10 minutes
20 Apr 2014 by Zhuyun Dai
Your build will fail if you print 'Error:' in your custom Build Events of Visual Studio.
18 Jun 2014 by Vashisth121
Tips to manage state during exceptions
7 Dec 2014 by Dinand.dotnet
How to easily run a function in C# from the view using ajax/jquery
17 Jan 2015 by LLLLGGGG
A really simple implementation of a C# menu for console applications
29 Apr 2015 by shwetaOnCodePro
Using SignalR for sending real time updates between SharePoint app parts
10 May 2015 by Ankit Bansal MVP
This articles explains the insertion of data into SQL Database using Stored Procedures with Output Parameters. Some Bootstrapping is also used to create a good looking HTML.
27 Sep 2015 by JoaoSousa23
This is a short manual on how to create and configure cloud service on azure with a specific version of .NET Framework
3 Oct 2015 by Uttam Kotdiya -India
This tip demonstrates how to use posix message for Inter Process Communication (IPC) in C#, Mono on Linux
23 Oct 2015 by Yaseer Mumtaz
XML input parameter to RESTful API using HttpClient and bypassing the SSL certificate
23 Jan 2016 by Manoj Kumar Chaudhari
Allows users to connect to Google spreadsheet(s) and convert them to CSV
8 Feb 2016 by StormyDev
Simple and clean-cut label that user can edit text of during run-time (by double-clicking) which I wrote because the examples I found were either obsolete or added clutter to the interface.
21 Sep 2014 by Prakash Lekhak
Create a Class-Collection of another Class, Extend a class like a List
22 Oct 2015 by Dauren Amanbayev
Tools for learning DataGridView, TreeView, File Accessing, Cryptography, Process
10 Aug 2015 by Michal Sobieraj
Implementation of Unit of Work pattern together with simple Repository for MS Dynamics CRM 2015.
13 Aug 2015 by Artur Khondkaryan
Upload Photoshop PSD files, extract layer bitmaps, extract info into xml.
14 Aug 2015 by Member 11884108
In this tip, we will learn how to load data dynamically to html dropdownlist using Ajax call.
28 Aug 2015 by Mohammed Ibrahim.L
4 Sep 2015 by Gerardo Recinto
1 Oct 2015 by Duncan Edwards Jones
Expand/collapse your DSL diagram elements to make them easier to work with
10 Dec 2016 by Cory Charlton
A thread-safe implementation of the ObservableCollection class
15 Oct 2014 by Callum Linington (UK)
My way of diminishing the need to write out all those angular script files
8 Jun 2016 by David Lee 145
How to make dynamic DTO with ExpandoObject
29 Jul 2014 by dietmar paul schoder
Read rows and cells from an xlsx-file: quick, dirty, effective.
8 Dec 2014 by Neelesh Vishwakarma
In this tip, we will go step by step on understanding of Signal-R.
20 Dec 2016 by Shivi Gupta Lucknow
Using JavaScript and jquery, I will demonstrate how to call codebehind method from the client side. There are three ways of doing so.
4 Nov 2014 by Najam ul Hassan
This will focus the new improvements in the .NET Framework 4.5.3 related to Task\Task Parallel Library
20 Apr 2016 by Md._Mehedi_Hasan
How to add and work with Resource files in ASP.NET MVC5
13 Jul 2015 by Yuriy Anisimov
Expressmapper - lightweight, lighting fast and easy to use .NET mapper
14 Apr 2016 by Alon Lek
Create a simple self hosted Web API service that runs as console and as service in just 2 minutes
5 Jan 2015 by Tanna
This is WPF Gradient Control. I didn't find a suitable gradient control which will generate a linear gradient or radial gradient brush. This is a gradient control which has a color selector and gradient generator. It can generate radial or linear gradient brush.
13 Nov 2014 by Rapuru Amarendra
This tip presents an example of TempData to persist data in between the request.
31 May 2014 by Snesh Prajapati
Difference between attr() and val() in jQuery
30 Dec 2014 by Snesh Prajapati
Moles (Shims) vs. Mock Frameworks Count - Why So Less
1 Oct 2015 by VijayRana
Some useful MVC Attributes (Bind Attribute, HandleError Attribute, HiddenInput Attribute, Remote Attribute)
15 Jun 2014 by Ahmed Bakodah
This post is about how to demonstrate CheckBoxList in ASP.NET MVC 4
28 Dec 2014 by Pritam Deshmukh
This tip elaborates few useful tricks and shortcuts of VS 2013 mainly for professional edition (You can find them with Ultimate version too).
21 Aug 2014 by Magyar András
Almost all of the basic functions of the program(browser, text editor, image editor, media player) that you can associate files with it and open it. I want a simple and effective method to show the arguments (associated files) to open. How to associate files with C# program?
2 Oct 2014 by Rapuru Amarendra
This tip presents an example of popups in responsive using bootstrap
16 Jun 2015 by sarvesh.upadhyay
Dotnet Simple Rule Engine
5 Nov 2014 by Jeong, WonYoung(Brad)
Making BitField with C# alternative to BitField made with union and struct of C++
30 Aug 2015 by lincoln.dmello
Gotcha when passing in structures to a method that expects an Interface as a parameter
29 Dec 2014 by dietmar schoder
Turtle graphics: fundamental C# classes and methods for the artwork production in the area of generative art.
18 Jan 2015 by Prashant Kurlekar
Customising ASP.NET MVC client side validation to validate form in parts
16 Oct 2014 by Assil
Just one way to solve a common problem of WCF timing out
4 Mar 2015 by Subramanyam Shankar
This tip describes how to use a background worker in WPF along with animation to provide better user experience.
9 Jun 2015 by Leszek Koc
Three different approaches to handle Session access in MVC applications.
8 Jun 2015 by Diluka Wittahachchige
Creating SQL Server database project use in Visual Studio 2012 and maintain versions use in TFS
1 Jun 2014 by Serge Jerkezian
Using TempData outside the controller in ASP.NET MVC and making TempData less prone to error and more intuitive.
15 Oct 2014 by Jose Segarra
Fast, really fast, import/export from Excel OOXML
27 Oct 2014 by Israel Gebreselassie
This tip/trick shows you how to edit the web.config file dynamically .
20 Feb 2015 by Veronica S. Zotali
How to BulkLoad a file with millions of records
11 Nov 2014 by Maciej Wojton
Style a WPF TabControl border to be thicker and have rounded corners.
1 Dec 2014 by Pinakpani Dey
Microsoft’s Model-View-Controller with Razor View Engine and JQuery make drill-down hierarchal data very easy to develop for web application.
27 Oct 2014 by #realJSOP
Extension method to determine fiscal date
5 Nov 2015 by Md. Mainul Islam
This tip will show the ways to incorporate Entity Framework in .NET applications.
17 Feb 2015 by SaadZulfiqar
For this, we don't need to worry about the path. Folder will automatically be created in the root folder of zip file.
28 Oct 2015 by webmaster442
Download & use the Bing photo of the day in your application
2 Jul 2015 by Andrew Rober
Windows software licensing data and information in a nutshell
29 Apr 2015 by Ly Nguyen - LN
How to use Kendo UI Grid with Web API
29 Dec 2015 by Rajesh Buddaraju
A simplified example is used to describe the state pattern
3 Oct 2015 by shijo joseph
A simple and fast CSV reader which you can directly use against Oracle and SQL Server databases or for any direct implementation
9 Apr 2016 by Alon Lek
How to create a program that can run as console or as Windows service easily, and install it without using installutil
6 Dec 2014 by saddam abu ghaida
This article describes how to convert any Data Table to List of Objects at runtime using Reflection
31 Oct 2014 by ShaikAnwar
This topic gives us an idea of how to write Linq queries on Entities & DataTable. This covers some basic querying and also usage of joins and group by using LINQ.
23 Jan 2015 by RaviAakula
Introducing brand new productivity feature that are released with Visual Studio 2015 Preview Version.
15 Sep 2015 by JoaoSousa23
An easy way to perform fire-and-forget, delayed and recurring tasks inside ASP.NET applications
8 Apr 2014 by LShep
This tip describes an IEnumerable extension method that allows you to select an item modulo Count()
3 Jul 2014 by OriginalGriff
I've answered quite a few questions in the last couple of months about how to get the physical location of a client from a website. And people seem to get annoyed when I say: "Don't. It's no real use". But that's the truth: you can get it, but it won't be accurate. Let's have a look and see why.
5 Jun 2014 by Sameera Millavithanachchi
This is a custom mapper which can be used to map two objects instead of automapper
15 Oct 2014 by #realJSOP
Retrieve certificates from the system certificate store
8 Dec 2014 by PIEBALDconsult
This is an alternative for "C# Convert DataTable to List of Objects Dynamically"