Click here to Skip to main content
15,867,838 members
Everything / .NET

.NET

.NET

Great Reads

by Alex Pumpet
A simple program for comparing table data from two sources - SQL databases, Excel, CSV or XML-files
by Szymon Roslowski
Just another approach to understanding communication between HID devices and C#.
by Jeffrey Walton
Import and export Cryptographic Keys in PKCS#8 and X.509 formats, using Crypto++, C#, and Java.
by shunninghuang
CPS1 emulator, ROM hacking

Latest Articles

by Xavier Junqué i de Fortuny
Converts MathML coded string to/from plain text string
by Federico Di Marco
An improved JSON configuration provider that allows partial or full encryption of values in appsettings.json
by Akram El Assas
Microservices sample architecture using ASP.NET Core 8, Ocelot, MongoDB and JWT
by Akram El Assas
TDD in C# through a simple example

All Articles

Sort by Score

.NET 

3 Apr 2012 by Rui Jarimba
Serialize/deserialize your objects using generics. Customize settings like indentation, encoding, namespaces and others
25 Jan 2012 by Sebastian Krysmanski
The help page for IDisposable provides the code for IDisposable's default implementation pattern in C#. This article will explain each part of it step by step and also provide the equivalent C++/CLI code in each step.
24 Jun 2013 by Madhur Kapoor
In this post, we are going to learn how to call an ASP.NET WebAPI using HttpClient libraries.
28 Jan 2016 by Anton Angelov
The next logical step in your build will be to build your solution or projects. I will guide you how to do it via MSBuild as build engine and NuGet for downloading the necessary packages.
8 Feb 2016 by Steve Naidamast
“Agile Development” – The Software Industry’s New Meme
4 Jun 2011 by MBigglesworth79
An introduction to Reflection in .NET as well as some examples of how it can be used.
21 Oct 2023 by Dev Leader
Change a picture into ASCII art using your own C# program
20 Jun 2009 by Stephen Cleary
How to detect a dropped TCP/IP connection
4 Apr 2014 by Pragmateek
Using C# from native C++ with the help of C++/CLI.
25 Feb 2016 by Anton Angelov
Explains different white box test techniques for designing tests in order to accomplish different types of code coverage. Examples in C# code.
17 Aug 2009 by Arindam Sinha
SOAP Request/Response XML can be logged with TraceExtension
6 Sep 2016 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.
28 Sep 2009 by Pete O'Hanlon
26 Feb 2017 by Kevin Mack
How to make Entity Framework audit itself
4 Jan 2016 by Anton Angelov
A detailed overview with examples how to utilize the Strategy Design Pattern in automated tests to create an extendable and decoupled Validators.
14 Sep 2015 by Anton Angelov
The article presents how to create a library of generic extension methods to effortlessly formatting currency in C#.
20 Apr 2009 by Inaki Ayucar
Learn how to sign C++/CLI assemblies with a strong name.
25 Feb 2010 by César de Souza
A complete explanation for the totally lost, part 1 of 2. The Levenberg–Marquardt algorithm provides a numerical solution to the problem of minimizing a (generally nonlinear) function. This article shows how the Levenberg-Marquart can be used to train Neural Networks.
25 Feb 2010 by César de Souza
Kernel principal component analysis in C#
18 Aug 2011 by Brij
Single Sign On Between Sub Domains: Forms Authentication
29 Dec 2011 by Omar Al Zabir
How to browse the internet faster and save power using a smart HOSTS file
15 Sep 2015 by Anton Angelov
Code samples in C# how to assert DateTime with delta. Write your own Validator for MSTest or use built-in methods in NUnit.
20 Feb 2015 by Anton Angelov
Specify Assembly References Based On Build Configuration in Visual Studio
4 Aug 2015 by Anton Angelov
Examples how to use the Microsoft Edge WebDriver to create UI automated tests executed against the new Microsoft browser- Edge.
20 Oct 2017 by matt warren
Recently I was listening to the excellent DotNetRocks podcast and they had Steven Sanderson (of Knockout.js fame) talking about ‘WebAssembly and Blazor’. In case you haven’t heard about it, Blazor is an attempt to bring .NET to the browser, using the magic of WebAssembly. If you want more
26 Oct 2020 by Matteo Prosperi
In this article, we investigate how DateTime issues are avoided.
1 Mar 2024 by Dev Leader
In this article, I’ll provide you with 4 simple code examples illustrating how reflection works in C#.
15 Apr 2010 by Adrian Vintu
Creating a plugin architecture in .NET is pretty easy. Unless you need to unload the plugins - AppDomain.Unload just does not work.
3 Feb 2017 by tranthanhtu.vn
In "REST - Overview" article, I were introduced the basic rules in RESTful, Can you show me how to implement in WebApi?Ok, in this article, we will learn how to implement those rules in WebApi using C#.Where could I get sourcode was used in this article?Please checkout the code at https://github.com
29 Aug 2017 by morzel
OpenCV in .NET for beginners (Emgu CV 3.2, Visual Studio 2017)
27 Dec 2010 by Arik Poznanski
Order in Chaos: Dependency Property Value Resolution
30 Nov 2011 by Cyborgx37
How to have mutliline string literals in VB.NET.
23 Mar 2012 by Md. Rashim Uddin
How to define a simple IoC Container
26 May 2013 by Tharaka MTR
This post will show you how to fix orphaned SQL users.
11 Feb 2015 by Paulo Zemek
A discussion about what is asynchronous execution, how it relates to threads and a brief analysis of its good and bad points.
25 Feb 2016 by Anton Angelov
If you need to rerun Failed Tests (MSTest), you can download the application that I wrote. Examples how to use it and code snippets.
4 Mar 2017 by Junian Triajianto
How to play video as page background, like Spotify and Uber, using Xamarin.Forms with Android and iOS Custom Renderer.
2 Apr 2011 by Vipin Kumarr
Out of Memory Exception: A simple string.Split can become fatal if not used properly
30 Sep 2013 by Md. Rashim Uddin
How to download different types of files in asp.net
13 Dec 2013 by saramgsilva
This article aims to show how to use the Tessnet2 library.
4 Sep 2014 by Ben M Watson
Learn how to use the debugger to answer implementation questions for yourself
16 Mar 2016 by Mario Vernari
Very simple experiment, a bit vintage, for driving a common alphanumeric LCD module (HD44780-based) with a Raspberry PI 2 and Windows 10 IoT
31 Oct 2016 by matt warren
This post discusses how the "fixed" keyword works
23 Jan 2017 by Junian Triajianto
Beginner guide on how to integrate MySQL database into ASP.NET Core project with Identity and host it on Ubuntu Server
28 Sep 2017 by Nikola M. Živković
Tuples in .NET World and C# 7 improvements
22 Jan 2020 by Jeremy Likness
Blazor Server and Blazor WebAssembly (client) don't store state by default, resulting in a subpar user experience. This article tackles solutions to the problem.
14 Aug 2023 by Dev Leader
In this blog post, we’ll explore the concept of async lazy initialization in C#
2 Dec 2009 by Jeremy Likness
Use the Managed Extensibility Framework to export dictionary resources using custom ExportProvider in Silverlight
1 Mar 2011 by TheyCallMeMrJames
How to handle the “Unrecognized configuration section userSetting” exception
15 May 2011 by Ondrej_Uzovic
A simple example showing how to implement a service listening to TCP, HTTP and Named Pipe at the same time.
26 Sep 2011 by MBigglesworth79
A good primer for getting into serialization
11 Mar 2017 by Mehdi Khalili
How to walk up the StackTrace
3 Apr 2012 by Giorgi Dalakishvili
This post demonstrates how to use Reactive Extensions for loading data from database asynchronously in chunks.
13 Apr 2012 by Michael Banzon
Developing for .NET 2.0 in 2012
9 Jul 2014 by Madhur Kapoor
How to get started with AngularJS
13 Aug 2014 by raju melveetilpurayil
One more example of how to do Paging in MVC
15 Sep 2014 by Saleh Hamadeh
In the last three decades, software development has undergone a drastic change. Computer science started out as a mix of discrete mathematics and electrical engineering. As more people bought personal computers, most businesses sold their software for fixed prices.
1 Nov 2014 by Ivan Krivyakov
Difference between 'Resource' and 'Embedded Resource' Build Actions described
3 Aug 2015 by Anton Angelov
Explains in details how to implement Facade Design Pattern. Use it to follow all SOLID principles and best programming practices.
20 Mar 2016 by Afzaal Ahmad Zeeshan
In this episode I am going to talk about using graphical applications in Mono. The graphical framework to use would be Windows Forms.
24 Oct 2016 by Anton Angelov
Use SpecFlow to define automated acceptance tests from business-readable specifications. Learn how to write understandable UI tests within 10 minutes.The post Getting Started with SpecFlow in 10 Minutes appeared first on Automate The Planet.
17 Jan 2017 by tranthanhtu.vn
6 Apr 2017 by matt warren
Whilst writing a previous blog post I stumbled across the .NET Interpreter, tucked away in the source code.
30 May 2017 by Paul D. Sheriff
Generics have been a great addition to .NET for many years now. Take advantage of these great constructs to cut down the amount of code you have to write.
2 Apr 2010 by Steve Wellens
A user had a problem calling a Web Service from a web page asynchronously. I tried his code on my machine and was able to reproduce the problem. I was able to solve his problem, but only after taking the long scenic route through some of the more perplexing nuances of Web Services and Proxies.
4 Oct 2010 by Dinesh K Mandal
How to embed and use resources from .NET assembly
4 Oct 2010 by Dinesh K Mandal
Calling method in parent page from user control
12 Oct 2010 by Dinesh K Mandal
Using DebuggerDisplayAttribute
27 Dec 2010 by Brij
String.IsNullOrEmpty
25 Mar 2011 by jmix90
In this post, we will see how to make a custom control fully useable in a Coded UI Tests scenario.
15 May 2011 by Raymund Macaalay
How to create WebPart properties.
19 May 2011 by Aron Weiler
Like the title says... a simple (very simple) page transition control for WPF
3 Sep 2012 by John Atten
Examination of a quick way to create more useful expandable groups in the .NET ListView control.
1 Oct 2013 by Dev Leader
With this post, we’re still just scratching the surface of what’s doable when integrating Python and C#.
25 Sep 2014 by morzel
Part 1 described the general idea behind Sonar project, hardware components used and Arduino sketch... This second post in "Out of Boredom" series is about C# and JavaScript programs that make it possible to display ultrasonic range sensor data in web browsers.
21 Feb 2015 by Anton Angelov
This post gives some hints for arranging usings in Visual Studio efficiently.
21 Feb 2015 by Anton Angelov
Manage TFS Test Suites in Microsoft Test Manager C# VB.NET code
22 Feb 2015 by Anton Angelov
Code examples how to connect to TFS Team Project using C# and VB .NET. The post - Connect to TFS Team Project C# Code appeared first on Automate The Planet.
19 Apr 2015 by Hideous Humpback Freak
How to construct the SUT (System Under Test) – Eradicate Brittle Unit Tests
4 Jan 2016 by Anton Angelov
Explore the usage of Specification-based Test Design Techniques to enhance your unit tests. Practical examples how to use boundary values and partitions.
20 Feb 2016 by Anton Angelov
Find some advanced WebDriver tips and tricks how to use the framework for changing user agent or dealing with SSL certificates.The post 10 Advanced WebDriver Tips and Tricks Part 2 appeared first on Automate The Planet.
18 Nov 2016 by jamuro77
"Equals" method vs. "==" operator
15 Jun 2017 by matt warren
How does the .NET Runtime (CLR) actually load a Type?
25 Sep 2019 by Shameel
.NET Core 3.0, with a significant number of changes and improvements, was released on 23rd September 2019. The most important changes are discussed in this article. The post New Features and Enhancements in .NET Core 3.0 appeared first on The Developer Space.
16 Nov 2019 by Bahrudin Hrnjica
In this article, we are going to explore the main features in the new C# Juypter Notebook.
18 Jun 2010 by Colin Eberhardt
This blog post looks at the problem of showing modal dialog windows in applications that target both the Silverlight and WPF platforms. A solution is provided which allows modal dialogs to be written that work well for both technologies.
13 Jul 2017 by hjgode
How to disable StartMenu clicks and Win key for kiosk mode application using a library
17 Oct 2010 by Brij
Enabling HTTPCompression in IIS6
1 Dec 2010 by Sebastian Solnica
Writing a .NET debugger – breakpoints
26 Feb 2011 by Kunal Chowdhury «IN»
Multi Targeted Add Reference Support in Productivity Power Tools
7 May 2011 by izualx
Justin‘s VSTO Knowledge Base: 01, First VSTO Application
12 Sep 2011 by girijaa
A covariant type parameter can be used as the return type of a generic delegate/interface, and contravariant type parameters can be used as input parameter types.
20 Dec 2011 by Giorgi Dalakishvili
Bugs in System.Diagnostics.Process Class
3 Dec 2012 by Vasil Trifonov
Getting console output within a unit test
16 Jan 2013 by Simon Jackson
Some of the other frameworks which use XNA as a baseline.
10 Oct 2013 by Rion Williams
How to create advanced audit trails using ActionFilters in ASP.NET
13 May 2014 by Njim Mahdi
I didn’t write about .Net for a long time and it’s always excited to be back.
30 Jul 2014 by Sebastian Solnica
How you may noninvasively trace .NET applications with sysinternals tools
4 Sep 2014 by Ben M Watson
Practical uses of WeakReference
5 Oct 2014 by morzel
How to shoot paintball marker with relay, Arduino and .NET Winforms