Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / .NET / .NET4.5

.NET4.5

.NET4.5

Great Reads

by Nirosh
This tutorial is designed for .NET programmers who need to understand ‘Nido’ framework and its application.
by Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity, Data Access & Business Layer) with Stored Procedures based on table design.
by Ed Gadziemski
A collapsible split container control for Windows Forms
by Assil
This article describes asynchronous patterns in .NET and how to do them.

Latest Articles

by Nirosh
This tutorial is designed for .NET programmers who need to understand ‘Nido’ framework and its application.
by Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity, Data Access & Business Layer) with Stored Procedures based on table design.
by Ed Gadziemski
A collapsible split container control for Windows Forms
by Assil
This article describes asynchronous patterns in .NET and how to do them.

All Articles

Sort by Score

.NET4.5 

by morzel
How to shoot paintball marker with relay, Arduino and .NET Winforms
by Paulo Morgado
Sometimes, for demo or testing purposes, I need a synchronization context that behaves like the user interface ones but doesn’t force me to build applications with a user interface and the TPL Dataflow Library seemed like a good option to implement such synchronization context.
by Manjuke Fernando
Always encrypted feature in SQL Server 2016
by Taiseer Joudeh
AngularJS Token Authentication using ASP.NET Web API 2, Owin, and Identity
by Rion Williams
Applying conditional attributes in ASP.NET MVC Views.
by Jeffrey T. Fritz
I've been spending a bit of time over the past month looking into ALL of ASP.NET, not just MVC or SignalR or WebAPI.
by Manoj.Kumar12
Authentication against CRM contact using custom STS
by Nitesh Kejriwal
Book Review – Visual Studio 2012 and .NET 4.5 Expert Development Cookbook
by Paulo Morgado
Sample code I use to demonstrate the use of async/await in C# 5.0
by Madhur Kapoor
In this post, we are going to learn how to call an ASP.NET WebAPI using HttpClient libraries.
by SonuKSingh
Types of constructors available in C#
by Karl Stoney
A programming with .NET article with code of how to create a compliant RSS 2.0 feed using .NET XmlDocument
by Adrian Alexander
Data-binding among complex expressions in C#
by Rajneesh Kumar Verma
This article will let you to start developing Universal Windows App in windows 10 using Visual Studio 2015
by Md. Rashim Uddin
How to download different types of files in asp.net
by Md. Rashim Uddin
Duplex service in WCF
by Shahriar Iqbal Chowdhury/Galib
Embrace reflection and export any List collection to CSV
by n.podbielski
If you want to optimize code, which is based on Reflection, delegates may be the thing you are looking for.
by n.podbielski
If you want to optimize code, which is based on Reflection, delegates may be the thing you are looking for. In this part are explained methods and constructors.
by n.podbielski
If you want to optimize code, which is based on Reflection, delegates may be the thing you are looking for. In this part are explained generic methods and events.
by Gergo Bogdan
Some thoughts about Visual Studio 2012 and First Windows 8 App Development with JavaScript and HTML
by Karl Stoney
In this programming article, I will show how to generate an approved sitemap automatically for use with search engines.
by Mayur V Lohite
Generic Repository Pattern MVC
by Camilo Reyes
How to get started with ASP.NET MVC 5
by levelnis
Article discussing how to handle posted data in an MVC controller action by using commands and handlers
by levelnis
How do you call a Web API Endpoint without using JavaScript?
by levelnis
How do you display WebAPI model errors in MVC?
by levelnis
How do you post to a Web API controller from an MVC controller?
by Paulo Morgado
With Rx, events are first class citizens that can be passed around and composed as needed in a very simple way.
by levelnis
In this post, we'll discuss how display templates can simplify our view logic.
by Sibeesh Passion
How to load data from database using Web API
by Karl Stoney
This .NET Tutorial will tell you how to Install and Configure MiniProfiler for .NET 4.5 MVC 4 Web Application including Entity Framework logging.
by Shivprasad koirala
This blog explains C# Out and REF parameters in detail.
by Philipp Sumi
Here are some quick and dirty tooltips - revisited and interactive
by levelnis
Article examining one approach to reducing controller dependencies in an ASP.NET MVC application by using generic factories.
by levelnis
Send a success message to a View using TempData
by levelnis
Article exploring how ViewModels fit in to the MVC ecosystem and how to use factories to create them.
by Pragmateek
Synchronization, Memory Visibility and Leaky Abstractions
by Camilo Reyes
The DefaultModelBinder in ASP.NET MVC for N00bs
by Jeffrey T. Fritz
HttpHandlers had their place, but going forward, I'm going to use WebAPI whenever I need to transmit data over HTTP to browsers or any other connected client.
by Karl Stoney
In this programming article, I will show you how to create a custom action filter for .NET MVC which will throttle repeat requests.
by Pete O'Hanlon
This is a copy of the post I made on the Intel site here. For the duration of the contest, I am posting a weekly blog digest of my progress with using the Perceptual Computing items. The first weeks post is really a scene setter where I explain how I got to this point, and [...]
by levelnis
Article discussing how to unit test ASP.NET MVC controllers using NUnit and NSubstitute
by levelnis
Article discussing how to unit test HttpContext.Current outside of a controller
by Bob Crowley
Using HttpClient as it was intended
by levelnis
In an earlier article, I wrote about reducing controller dependencies with generic factories. One criticism of this approach, which I agree with, is that it hides those dependencies. This article looks at an alternate approach - using facades.
by Paulo Morgado
How it can be used in a simple application
by Hamid Mosalla
How to change the ASP.NET identity security setup that comes with default MVC template to use the simple username instead of email
by Zhuyun Dai
In this serial of articles, I will share some knowledge I learnt recently in using WebSocket in .NET 4.5.
by Kevin Mack
Web API or cutting out the middle man
by Jeffrey T. Fritz
As a follow-up to my previous article about WebAPI, I received an interesting question from a friend on LinkedIn: Is there a way to emit data in Protobuf format?
by Md. Rashim Uddin
Getting introduced to WCF WebSocket
by Stephen Brannan
WPF Enumeration Data Provider
by Camilo Reyes
Writing JavaScript can be daunting. What begins with fun light scripting, quickly escalates into a tangled mess. I once found myself in an unimaginative hodgepodge of callbacks tight coupled to HTML. But then, I began to believe that there must be a better way.