Click here to Skip to main content
15,888,733 members
Everything / .NET / .NET4.5

.NET4.5

.NET4.5

Great Reads

by David Rogers Dev
Learn how to load related entities using the Entity Framework with simple examples
by The Ænema
This article will teach you how to create an amazing, clean and smooth WPF/Winform UI for your native application without using any complex, unsafe, ActiveXish methods, etc.
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 Sufyan S Jabr
All that you need to know when working with MSDTC, troubleshooting and problem solving.
by Alexey A. Popov 2
A simple implementation of Miller columns (cascading columns) control
by chris_mackay
A reference for writing your own dialog message box in Windows
by #realJSOP
A rewrite of a previous article with more liquid nitrogen and bacon

All Articles

Sort by Updated

.NET4.5 

30 May 2023 by Sufyan S Jabr
All that you need to know when working with MSDTC, troubleshooting and problem solving.
28 Jan 2020 by Doug- VisualBasic VB.NET
A quick Function to get UTC / NTP time
2 Apr 2019 by BillWoodruff
Where a function requires execution in stages, and a check for an exit condition after/with each stage
12 Jan 2019 by SagSD
Bootstrap pagination for gridview with CSS only
9 Feb 2018 by Tony Zackin
A very simple yet customizable pop-up message box which auto-closes after a specified number of milliseconds.
21 Dec 2017 by Peter Sun (247)
Demonstrate how to create WPF TrewView with multiple levels of HierarchicalDataTemplate from C# code-behind without XAML using MVVM for data binding
17 Dec 2017 by dan!sh
Simple implementation of k-NN classifier
1 Nov 2017 by Saurav J
Convert table from outlook email body into datatable or list using .NET C# EWS Managed API and HtmlAgilitypack
8 Sep 2017 by Thomas Corey
A quick way to write the contents of a DataTable to an RFC 4180-compliant CSV file
4 Aug 2017 by Sharp Ninja
Threading can be a daunting topic. This library takes much of the worry (and mistakes) out of multi-threaded application programming.
2 Aug 2017 by Richard Deeming
Adding cancellation support to the SendMailAsync method
15 Jun 2017 by Ordiales
Create default interface implementation or whatever you want with runtime checking not implemented members
1 Jun 2017 by Sherjil_Ahmed
Mixing DB-First and Code First Approach for using SPs in EF-Way
7 May 2017 by Jung Hyun, Nam
Introducing NConcern, a free open source compile-time AOP framework
10 Apr 2017 by Swapnil Dhage
This is a helper/utility class that will add a layer of abstraction as well as separation for dispatcher related operations in WPF.
5 Apr 2017 by Juan Francisco Morales Larios
Useful Actions for debugger in System.Diagnostics
16 Mar 2017 by Robert Bettinelli
Easy JSON Recursion in VB.NET with nested levels
10 Mar 2017 by Sujeet Bhujbal
 In this article, I will tell you how to create a cross-browser session expiration popup box using jQuery easily
5 Mar 2017 by DotNetSteve
Creating an extension class for View Models to save public properties using Generics and Delegates, replacing a reflection implementation
13 Feb 2017 by Mike Hankey
Highlighting the current menu item in MVC using the MvcSiteMapProvider turned out to be somewhat of a challenge but with a little head scratching and several cups of coffee, this is what emerged.
3 Feb 2017 by Muddassir Mohammed
Create a CRUD screen using ASP.NET MVC, dapper and jTable in 10 minutes
29 Jan 2017 by LKC05
ASP.NET MVC vs Webforms
19 Dec 2016 by Abhay@Accenture
Get an extension attribute from AD using Principal Extensions in System.DirectoryServices.AccountManagement
12 Dec 2016 by Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity, Data Access & Business Layer) with Stored Procedures based on table design.
10 Dec 2016 by Cory Charlton
A thread-safe implementation of the ObservableCollection class
3 Dec 2016 by Adi_Mag
Integrate Serilog with ASP.NET Core application
16 Nov 2016 by shivendra pratik
Convert an Empty Web Application to MVC Web Application using VS 2015 IDE
7 Nov 2016 by Wahid Bitar
Validated the unique constraints at dbContext ValidateEntity in a generic way by reading the IndexAttribute values.
5 Nov 2016 by HUONG Minh-Luong
Introduction to H-Mapper
19 Oct 2016 by Member 551133
How to add, and update an existing, entry on MailChimp list, using API V3. Optionally, you can add to one or more groups easily. Written in VB.NET, but could be easily converted to C#
23 Sep 2016 by ChienVH
This article will guide you how to implement ASP.NET website with multi-language
17 Sep 2016 by Rajesh Londhe
Face alignment rotation to improve face recognization
9 Sep 2016 by Rajita R
If (you know the basics) { things are not scary }
3 Sep 2016 by epicTurk
F# Quotations support for ViewModelSupport.ViewModelBase Property get\set Accessors
22 Aug 2016 by Sujith Karivelil
Creating a link in the left pane of the file Explorer - like OneDrive or DropBox
22 Jul 2016 by Abhay@Accenture
Performance tuning using SqlBulkCopy
6 Jul 2016 by Thomas Cooper
Visual Studio Team Foundation Service Agile Bugs P2
30 Jun 2016 by Lorenzo A.
Using the Windows API to define systemwide hotkeys
26 Jun 2016 by Mathi Mani
Color code cells of WebGrid based on values of the cell
8 Jun 2016 by David Lee 145
How to make dynamic DTO with ExpandoObject
28 May 2016 by Michael B. Erickson
Control the changes to structured data exposes by your .NET objects
16 May 2016 by Rajesh Londhe
SignalR methods used for group and one-to-one chat
16 May 2016 by Md._Mehedi_Hasan
This tip will help you to generate .xml file in AngularJs and ASP.NET MVC5 using XElement of C#.
9 May 2016 by Pawel Sienko
The open source lightweight library to generate random values for string, float, date, double and decimal.
6 May 2016 by congiuluc
How to check Email address during user registration with ASP.NET MVC 5
2 May 2016 by Leonid Osmolovski
Speed reduction that may occur when using expressions instead of string constants in INotifyChanged paradigm and a way to work around this
20 Apr 2016 by Md._Mehedi_Hasan
How to add and work with Resource files in ASP.NET MVC5
27 Mar 2016 by Jacob Himes
An automated approach to updating business models intelligently, by updating a destination model with a source model only on properties whose values differ.
26 Mar 2016 by Sumit Samediya
Here we will learn how to remove default background color of ListBox item on selection in Windows Universal App
23 Mar 2016 by Ahmet AYDIN
This post describes step by step how to run a Single Page Application template using ASP.NET Web API 2 and angularJS and how to use Web Application Project whose name is Dalyan.
2 Mar 2016 by ahmet_uzun
Audio pitch shifter application using the CSCore library
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
28 Feb 2016 by Bipin Paul
Implementation of Contact Us Page using ASP.NET MVC pattern
28 Feb 2016 by Assil
Simple implementation for "Retry Design Pattern" and also "Circuit Breaker Design Pattern" and merging them together
22 Feb 2016 by Indresh_Prajapati
This tip will help beginners to implement CRUD operations in ASP.NET MVC 5 using WebAPI 2 with scripting language as AngularJS and Database as MS SQL 2008R2.
10 Feb 2016 by Kouji Matsui
This library is simple and is a substitution of System.String.Format.
8 Feb 2016 by Rohit Kejriwal
Returning File as response to REST Request
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.
1 Feb 2016 by Luis Manuel Prospero Mano Batista
ASP.NET MVC 5 SignalR, SqlDependency and EntityFramework 6
26 Jan 2016 by yehia2amer
This method will use jQuery Ajax to POST and GET Handsontable JSON data from/to Controller in ASP.NET MVC.
25 Jan 2016 by Gunaprasad Shetty
The tip provides the code snippet for inserting a huge XML file with details such as node level, node value, node desc and node child, etc.The snippet provides the solution for recursive reading of node and provides the value of XML nodes along with its value.
23 Jan 2016 by Manoj Kumar Chaudhari
Allows users to connect to Google spreadsheet(s) and convert them to CSV
23 Jan 2016 by Igor_A
An architectural prototype of a business logic server as Windows Service. Sample service implementation and test utility.
19 Jan 2016 by Md.Shamim Hassan
How to return Multiple Result Set using Entity Framework with stored procedure
19 Jan 2016 by gptankit
This tip details a simple and elegant approach to efficiently manage CORS in an ASP.NET Web API project.
17 Jan 2016 by SubhamoyBurman
Use of Task Parallel Library and Async/Await in your application
6 Jan 2016 by Luis Manuel Prospero Mano Batista
Another simple way to bind one Enumeration to a Combobox or to a Listbox
29 Dec 2015 by Rajesh Buddaraju
A simplified example is used to describe the state pattern
28 Dec 2015 by Dhruti90
MVC functionalities with web service with simple integration
23 Dec 2015 by Dhruti90
MVC functionalities with Web Service with simple integration
12 Dec 2015 by aboubkr90
A way around "The LINQ expression node type 'Invoke' is not supported in LINQ to Entities"
10 Dec 2015 by Luis Manuel Prospero Mano Batista
XAML Gauge Control for Universal Applications, Windows 8.1 (Desktop/Windows Phone), WPF, Silverlight
7 Dec 2015 by Igor_A
Review of an approach of increase clustered server performance. Library sample and test utility.
20 Nov 2015 by Lộc Nguyễn
With a DEMO WPF application (WinNotif)
17 Nov 2015 by Shangwu Qi
A utility application that uses .NET 4.5 ZipFile class to unzip multiple files on file name sequence and save unzipped files to a same root directory.
9 Nov 2015 by Oetawan
Extend ASP.NET MVC behavior to auto wire controller dependency
5 Nov 2015 by Md. Mainul Islam
This tip will show the ways to incorporate Entity Framework in .NET applications.
28 Oct 2015 by webmaster442
Download & use the Bing photo of the day in your application
27 Oct 2015 by Pruthviraj Mohite
This tip gives you details about how to connect Windows Phone to Microsoft Band.
23 Oct 2015 by Yaseer Mumtaz
XML input parameter to RESTful API using HttpClient and bypassing the SSL certificate
22 Oct 2015 by yash soman
The tip is about using Elvis operator which is introduced in C# 6.0 for Null Reference Checks. It gives an example of how to use it.
12 Oct 2015 by jnegron215
This short tip will show you how to extend PayPal's .NET API by adding new members to their objects and page-level functions that will help provide a smooth error-handling experience.
9 Oct 2015 by Hamid Mosalla
PersianCalendarPlus is a simple wrapper around System.Globalization.PersianCalendar. In this tip, I'm going to show you how you can use it.
7 Oct 2015 by prince sanghi
How to create an Acordian view for ListView in XAML for Windows WPF, Store, Mobile Application
2 Oct 2015 by Manoj Deshmukh
Steps to upgrade your Web API Swagger package to 5.2.x version from earlier 4.1.x version
1 Oct 2015 by VijayRana
Some useful MVC Attributes (Bind Attribute, HandleError Attribute, HiddenInput Attribute, Remote Attribute)
26 Sep 2015 by AshishShukla6
This tip describes step by step implementation of executing stored procedure having user-defined table type as a parameter in entity framework using EntityFrameworkExtras package.
11 Sep 2015 by Bimaln
How to fix the "Microsoft.Jet.OLEDB.4.0 provider is not registered on the local machine" error.
5 Sep 2015 by Thinira
In this tip, we will discuss how to setup Angular 2.0 in Visual Studio and write a very basic “Todo” application.
4 Sep 2015 by Igor Sorokin
In this article I would like to describe simple WPF application for showing System.Windows.SystemColors list.
1 Sep 2015 by idreeskhan
String interpolation or String handling in C# 6.0 with new feature
28 Aug 2015 by Bert O Neill
AngularJS and Web API Active Directory Security (Authorisation)
15 Aug 2015 by Rakesh Vemula
A Windows application which processes your code and shows how much time it takes to execute your code.
11 Aug 2015 by Mike Meinz
This sample program demonstrates how to use Google Calendar API v3 to delete Google Calendar events, insert Google Calendar events and update Google calendar events based on a .CSV file exported from Calendar Creator.
9 Aug 2015 by Clifford Nelson
This tip provides an alternate way to combine data with text in a WPF control using a ValueConverter that could be considered easier.