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

4 Jan 2023 by Alexey A. Popov 2
A simple implementation of Miller columns (cascading columns) control
25 Apr 2020 by chris_mackay
A reference for writing your own dialog message box in Windows
10 Apr 2020 by #realJSOP
A rewrite of a previous article with more liquid nitrogen and bacon
6 Jan 2020 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.
30 Dec 2019 by Ashwin. Shetty
.NET Delegates & its 5 different features (Func, Action, Predicate, Converter, Comparison)
27 Sep 2019 by William Costa Rodrigues
This article demonstrates how to send file to server via FTP routine.
26 Sep 2019 by William Costa Rodrigues
This article explains an easy method to download and update your WinForms application
24 Jul 2019 by Roger C Moore
Two SignalR Demo Projects: Self-Hosted Windows Service and Broadcasting Application
24 Jul 2019 by Mehdi Gholam
NoSql, JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters (now with standalone Server mode, Backup and Active Restore, Transactions, Server side queries, MonoDroid support, HQ-Branch Replication, working in Linux, .net
21 Jul 2019 by Mustafa Kok
Easily debuggable Windows service project template written in C#
16 Jul 2019 by Mustafa Kok
SignalR server and client applications for demonstrating common scenarios like connecting, disconnecting, joining and leaving groups, sending messages to all clients, to specific or group of clients
10 Jun 2019 by User 40411
Add-in for VS2005, VS2013/2015 and VS2017/2019 that provides the time taken to build a complete solution
4 May 2019 by Michael Janulaitis
Provides an introduction to the open source client/server DotNetOpenServer SDK project for Android, iOS, Windows Phone, Windows, Mac and Java Platforms
3 Apr 2019 by Mahsa Hassankashi
Best approach for having more secure channel to transfer user information throughout the web
3 Apr 2019 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.
3 Apr 2019 by Mahsa Hassankashi
This article explains the SignalR concept via chat implementation and interaction between client and server visually and involving hub class.
3 Apr 2019 by Mahsa Hassankashi
This is the simplest tutorial on AngularJS and Repository Pattern for developing professional MVC applications. It includes a source code about practical permission management project.
3 Apr 2019 by Mahsa Hassankashi
This article illustrates how to use Node.js by WCF which is written in C# and using node.js as real time communication technology with the aid of C# code to connect MS SQL Server.
26 Mar 2019 by Steffen Ploetz
Check OpenGL as a basis for appealing applications, that are not necessarily games.
9 Mar 2019 by AlexeyYakovlev
This paper demonstrates a technique of building Sprache parsers using grammar inheritance.
1 Mar 2019 by Igor Ladnik
This article presents a simple framework for parallel computing applicable to managing operation flow for machine and process control, gaming, simulators, etc.
23 Feb 2019 by L. Michael
This article provides a concrete example of a very simple and lightweight – yet useful – domain services library.
15 Feb 2019 by aditya pewekar
Create custom HTML helper to manage Page Mode like View (Readonly) and Edit/Add (Editable)
9 Feb 2019 by Quanik
How to create a custom settings provider for .NET applications
5 Feb 2019 by charles922
Demonstrate Clipping Plane in WPF 3D - Part 3
2 Feb 2019 by Qwertie
No matter how lazy you are
3 Jan 2019 by Zasky
A useful tool to help you understand DataGridView events as you navigate the DataGridView
2 Jan 2019 by Octavio Loyola-González, Miguel Angel Medina-Pérez, Andres Eduardo Gutierrez Rodriguez, Milton García Borroto
In this article, we introduce a framework in C# for fingerprint verification, we briefly explain how to perform fingerprint verification experiments and how to integrate your algorithms to the framework.
30 Dec 2018 by Chinmoy Mohanty
Multiple techniques of implementing The Observer Pattern in .NET
25 Dec 2018 by Fiwel
Using native GDI will decrease page faults
16 Dec 2018 by Praveen Raghuvanshi
An application explaining the basic implementation of Autosave feature
7 Dec 2018 by Yuriy Magurdumov
This article describes more scalable implementation of MessageQueue.ReceiveByCorrelationId method.
3 Dec 2018 by replaysMike
How to binary serialize your classes without having to modify them
17 Nov 2018 by Terence Wallace
A brief article on how to utilize NBA Stats API in a WinForm application
17 Nov 2018 by MarkWardell
Undo/Redo Commands implemented with Minesweeper game example
16 Nov 2018 by Erich Ledesma
This article shows how to use the FubuMVC's behavior chains pattern (BMVC) to improve BLL maintainability.
12 Nov 2018 by Tushar_Gupta
Quick Start tutorial for creating AngularJS applications
11 Nov 2018 by Christian Vos
SOLID principles: The Liskov Principle, a simple example in C#
6 Nov 2018 by Dirk Bahle
How to create a new tool window in AvalonDock [2.0]
31 Oct 2018 by Aydin Homay
In this article, we will discover the power of generics in C#.
19 Oct 2018 by Yogi S.
Tutorial on implementing OpenWeatherMap API in ASP.NET MVC. It will teach how to get real time weather data of any city of the world.
26 Sep 2018 by MattiLindroth
An example on how to call Oracle stored procedures with UDTs from ASP.NET MVC / REST API
9 Sep 2018 by sanathjs
This article briefs you about the Azure blob storage and how to use it in less than 10 steps.
4 Sep 2018 by Aydin Homay
In this article, I tried to show a real benchmark based on pressure test method, for a Big-Data collection in C# .NET.
21 Aug 2018 by charles922
Demonstrate Clipping Plane in WPF 3D, Part 2
14 Aug 2018 by charles922
Demonstrate Clipping Plane in WPF 3D
13 Aug 2018 by Bryian Tan
This article shares the idea on how to utilize free tools to download log files from server, upload IIS log files into the database, display the results and compare the baseline and production files.
11 Aug 2018 by Andrew Wood
A WPF localization solution with runtime updating and design-time support in Visual Studio
30 Jul 2018 by charles922
Introduction to Numerical Methods and Updated Polynomial Class
12 Jul 2018 by charles922
AngularJS and REST API Tutorial - Part 4
14 Jun 2018 by paolo guccini
How to use the Microsoft Interop/Automation to implement parallel research of a Microsoft Office file password.
15 May 2018 by NobsterTheLobster
Publish a WCF DataService with entity model, updatable views, filtering and authentication
7 May 2018 by Nilesh Dhangare, Pune-India
RealTimeEventLogReader will show you how to read event logs in C# as soon as they are written in Windows Event Logs.
22 Apr 2018 by Muhammad Magdi
Fancy toast notification for WPF applications easy to use and support MVVM pattern
22 Apr 2018 by Muhammad Magdi
Fancy toast notification for WPF applications easy to use and support MVVM pattern
22 Mar 2018 by Angel Gabriel Valdés Sarduy
This project is an ASPNET Core MVC site with a generic controller for CRUD and searchs.
21 Mar 2018 by moneema14
Describes a generic approach which extracts object list of a given type from spreadsheet
12 Mar 2018 by Igor Ladnik
Algorithm and code to create sorted page out of several large volatile unsorted data sets.
27 Feb 2018 by #realJSOP
Create and run jobs kinda like SQL Server Enterprise - Users Guide
10 Feb 2018 by Changming Wang
A complete event calendar, using trucking/shipping as an example, built with Visual Studio Community 2015, C# MVC and jQuery.Fullcalendar
7 Feb 2018 by Leung Yat Chun
FileExplorer is a WPF based control that has most features of the Windows Explorer, you can use it to display shell objects or any hierarchical data.
26 Jan 2018 by FiegeU
Workaround for changing drive letters in Windows when using multiple external drives
17 Jan 2018 by honey the codewitch
Dependency free, fast, lightweight JSON parsing and light query
14 Jan 2018 by Jeffrey T. Fritz
In this article, I'll introduce the concept of FriendlyUrls in ASP.NET webforms. We'll see how to retrieve data from a formatted URL string so that it can be consumed. We'll also take a brief look at ValueProviders in ASP.NET 4.5 to present some data.
8 Jan 2018 by Akhil Mittal
This article covers Singleton Pattern in the most simplistic and easy to understand. The article will also talk about Static classes and the differences between singleton design pattern and static classes.
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.
28 Nov 2017 by Bob Stoom
Walkthrough in detail to create a relational database application using C# .NET without code.
14 Nov 2017 by jgauffin
Save time and effort with the help of codeRR, which finds and analyses errors for you, improving code quality along the way.
5 Nov 2017 by axuno
MailMergeLib is an SMTP template mail client library written in C# which provides comfortable mail merge capabilities and SMTP fail-over features. If works on .NET Framework and .NET Core.
24 Oct 2017 by Mike DiRenzo
Single C# class file that can be dropped into any project and used right away
12 Oct 2017 by Rudi Breedenraedt
How to mix relational and document oriented data in SQL Server and query it with Entity Framework? Including pitfalls, limitations and performance notes.
9 Oct 2017 by DaveMathews
Integration of a Chatbot in a C# application using SIML (Synthetic Intelligence Markup Language)
30 Sep 2017 by #realJSOP
Create and run jobs kinda like SQL Server Enterprise - The CSV and Excel Importer Code
30 Sep 2017 by #realJSOP
Create and run jobs kinda like SQL Server Enterprise - Job Scheduling Code
30 Sep 2017 by #realJSOP
Create and run jobs kinda like SQL Server Enterprise - How Packages Are Run
30 Sep 2017 by #realJSOP
Create and run jobs kinda like SQL Server Enterprise - Interesting Coding
30 Sep 2017 by #realJSOP
Create and run jobs kinda like SQL Server Enterprise - Architecture and design decisions
29 Sep 2017 by simonp_ca
The simple native DLL (made in VC++) uses Win32 Core API to capture the live audio signals from the default audio device (speaker or headphone). A little C# console EXE grabs the signal from the DLL and set the volume bars up/down in real time. It's fun to watch and easy to understand.
30 Aug 2017 by simonp_ca
Use Excel worksheet's cells as pixels to render real image (for fun and experiment)
26 Aug 2017 by Dirk Bahle
Implementing a WPF/MVVM Control libray (with backend) that manages a Most Recently Used list of files.
22 Aug 2017 by JUST_Neeraj
A Simple Messaging\ Workflow \ETL system on MySQL and .NET
19 Aug 2017 by Jasper Lammers
Using multithreading in Windows Console Applications without interrupting user input.
8 Aug 2017 by Valerii Tereshchenko
Objects Comparer for .Net
1 Aug 2017 by George Swan
A way of adapting a particle swarm optimizer to solve the travelling salesman problem
31 Jul 2017 by Dirk Bahle
This article explains how to take advantage from look-less WPF controls through inheritance
22 Jul 2017 by Duncan Edwards Jones
How to use a Windows Azure storage table, blob or file as an event store for event sourcing
2 Jul 2017 by Illya Reznykov
Position WPF window on secondary monitor
28 Jun 2017 by John Newcombe
Presents an explanation of Datum transformations with examples shown in C#
14 Jun 2017 by Robin Rodricks
.NET core/.NET standard is the latest incarnation of the .NET platform. This tutorial introduces you to this new world, and gives you practical advice to successfully port your .NET Framework library to .NET Core.
11 Jun 2017 by Jasper Lammers
Using Autocomplete in Windows Console Applications without losing key functions when using Console.Readkey().
6 Jun 2017 by Jasper Lammers
Retaining default functions when using Console.ReadKey() and customizing console key actions
24 May 2017 by Zahid Nawaz Ch.
SqlDependency ,can be used to pick changes without executing query to see there is any update from database , WHERE CLAUSE can also be applied for narrowing scope, Its way to push changes from SQL Server to SQLDependency , .NET library , SQL Server Broker service sends updates to SQLDependency.
13 May 2017 by rcole
A file search utility with a few extra tricks for anyone who needs to search inside files other than those known by windows explorer.
12 May 2017 by DaveDavidson
In this article, I show LINQ to Entities syntax that will produce queries with CROSS APPLY and LEFT OUTER JOIN clauses.
3 May 2017 by dmihailescu
A Visual Studio add-in that inserts some commonly known OO patterns into your working project and searches your highlights online.
1 May 2017 by Roshan Choudhary
Handling data concurrency in Entity Framework 6 with Database First Approach.
19 Apr 2017 by Tanvir Ahmad Arjel
This is the simplest way to use JQuery Date Picker and Date Time Picker in ASP.NET/ASP.NET MVC with many customization according to your requirement.
11 Apr 2017 by Juan Francisco Morales Larios
Continues with the cloning objects .NET Framework
11 Apr 2017 by Juan Francisco Morales Larios
The importance of cloning objects in .NET Framework
3 Apr 2017 by Edgar Maass
Display a Point Cloud grabbed by the Microsoft Kinect v2 in a OpenGL control