Click here to Skip to main content
15,888,351 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 Yevgeniy Shunevych
An introduction to Atata C#/.NET web UI test automation full-featured framework based on Selenium WebDriver
by Xavier Junqué i de Fortuny
Converts MathML coded string to/from plain text string
by Mishael Ogo
A look at a simple SQL builder for Dapper
by GabrieleTronchin
In this project, I've implemented the Transactional Outbox Pattern using EF Core.

All Articles

Sort by Updated

.NET 

18 May 2010 by Abhijit Jana
CSS Friendly Menu Control in ASP.NET 4.0
22 Dec 2010 by Abhijit Jana
Does IntelliTrace support all the .NET Frameworks?
25 May 2011 by Abhijit Jana
Few important tips while using ASP.NET Session
26 Jul 2009 by Abhishek Sur
Use of GZipStream or DeflateStream to compress your HTML output in your response when available. Added new class as WhiteSpaceFilter to remove whitespaces from HTML.
23 May 2012 by Abhishek Sur
Discussion on Memory Management
7 Sep 2009 by Abhishek Sur
Some of both Documented and Undocumented Keywords that we dont use often like Check, StackAlloc, Fixed,default,@variables,Nullables, __arglist,__reftype etc are explained with simple examples
12 Jul 2010 by Abhishek Sur
How simply you can use Lazy initialize to defer the execution of a method or property for values to whenever it is required.
11 Aug 2010 by Abhishek Sur
About Garbage Collection Notifications in .NET 4.0
6 Sep 2010 by Abhishek Sur
Use of Expression Trees in .NET for Lambda Decomposition
15 Oct 2010 by Abhishek Sur
Hidden Facts of C# Structures in terms of MSIL
30 Jan 2011 by Abhishek Sur
Internals of Exception Handling
27 Nov 2009 by Adam Robinson
FactoryDictonary
19 Feb 2013 by Adam Zuckerman
A generic extension method that allows my program to limit an input to a specific range 
17 Feb 2014 by Adarsh Chaurasia - Passionate Trainer
Here I will discuss the concepts of threading / multi-threading in C# using program.
19 Oct 2014 by adityaswami89
This article will guide you if you want to create your own custom ORM or a wrapper over the ORM. This is only for demo towards the Unit of work pattern with Repository and a singleton Session class.
21 Jan 2015 by adityaswami89
Understanding WCF in Depth: Part – 1
24 Jan 2011 by Adnan Boz
Under the hood of anonymous methods in C#
22 Sep 2011 by Adnan Boz
Massively Parallel Random Nunber Generation using CUDA C, Thrust and C#
31 Oct 2011 by Adrian Alexander
A better way for exposing common tree operations on .NET Framework tree types
31 Oct 2011 by Adrian Alexander
How to listen to HTML Events from BHO.
10 Nov 2011 by Adrian Alexander
Some interesting observations on bidirectional association helpers
10 Nov 2011 by Adrian Alexander
Collections for WPF and NHibernate
6 Dec 2012 by Adrian Alexander
Collection accessors language feature
8 Feb 2013 by Adrian Alexander
Data-binding among complex expressions in C#
2 Jun 2009 by Adrian Dorache
Let's see a short example using COM objects exposed by Internet Explorer. The code below changes the color of every link in an HTML document.
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.
15 Jun 2010 by Adrian Vintu
A comparison of Android vs iPhone vs Nokia vs BlackBerry vs Windows Mobile 7
10 May 2010 by Adrian Vintu
I've had multiple requests on information about developing an (Android) mobile application so I decided to add my tips in this guideline. Please mind that these tips are general and may not apply to all situations.
23 Oct 2014 by Afzaal Ahmad Zeeshan
How to interact with file; file system
28 Nov 2014 by Afzaal Ahmad Zeeshan
Uploading the files - HTML5 and jQuery way
10 Jan 2015 by Afzaal Ahmad Zeeshan
An overview for connecting an ASP.NET website or a web application to a remote SQL Server database
30 Jan 2015 by Afzaal Ahmad Zeeshan
This article provides a brief description and overview of ASP.NET's MVC framework, and how developers can covert their real-world objects into MVC framework, to create web applications.
12 Feb 2015 by Afzaal Ahmad Zeeshan
This article provides an overview of the DateTime object in ASP.NET website, and a source code and example of a few scenarios in which using DateTime would be easy and simple, but tricky.
13 Feb 2015 by Afzaal Ahmad Zeeshan
This blog post shares a tip for Ajax developers in ASP.NET MVC framework.
14 May 2015 by Afzaal Ahmad Zeeshan
This blog post focuses on debugging concept. It is meant for novice people who want to learn what is debugging and how to debug an application.
15 Jan 2016 by Afzaal Ahmad Zeeshan
This is the second part of the series of articles for Ubuntu programming using C#. In this, I am talking about the quick tools and helpful features provided by MonoDevelop for C# programmers.
15 Jan 2016 by Afzaal Ahmad Zeeshan
This is the first part in the series of posts about Ubuntu programming using C# language. In this post, I have discussed a few features of MonoProject IDE, which is used for C# programming on Ubuntu environment.
19 Jan 2016 by Afzaal Ahmad Zeeshan
This short post is about the project files that are created when a new project is created using a template provided in MonoDevelop.
21 Jan 2016 by Afzaal Ahmad Zeeshan
In this post version, I have talked about NuGet packages and their management in Mono environment.
21 Jan 2016 by Afzaal Ahmad Zeeshan
This post is intended to demonstrate the cryptographic functions in Mono environment. Hashing the passwords and encryption decryption has been talked here.
23 Jan 2016 by Afzaal Ahmad Zeeshan
C# 6 has been available for a long time, by now! Many developers have written many guides to "list" the features. I have written this post to explain those features, and to explain whether they are actually new or are they just sugar coating to the compiler.
24 Jan 2016 by Afzaal Ahmad Zeeshan
This is an introductory post for Mac developers to get started using C# programming language on Mac environments using Mono Project!
26 Jan 2016 by Afzaal Ahmad Zeeshan
This post is about C# 6 usage in ASP.NET 5 web applications to fine tune applications for more readability and better performance.
14 Feb 2016 by Afzaal Ahmad Zeeshan
In this post, I am talking about methods used to build custom documentation builders for .NET projects using Reflection APIs.
6 Mar 2016 by Afzaal Ahmad Zeeshan
What Windows runtime can teach .NET developers
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.
22 May 2016 by Afzaal Ahmad Zeeshan
In this post, I am writing about the procedure to set up a home server using IIS and ASP.NET; IIS as the web server, ASP.NET as web scripting framework.
3 Jun 2016 by Afzaal Ahmad Zeeshan
In this post, I talk about hashing the passwords in .NET Core.
21 Jun 2016 by Afzaal Ahmad Zeeshan
JSON format of data interchange and its use with C#
14 Sep 2016 by Afzaal Ahmad Zeeshan
In this post I share a complete overview and explanation of creating and hosting ASP.NET Core applications on Linux environment -- without using any third-party plugins or libraries.
19 Feb 2017 by Afzaal Ahmad Zeeshan
In this article I will give you a complete overview of SQLite databases in Android and how to consume them using Xamarin APIs.
20 Feb 2017 by Afzaal Ahmad Zeeshan
In this article, I cover the most widely faced problems in Xamarin installation and setup for Android application development.
5 Mar 2017 by Afzaal Ahmad Zeeshan
In this article, I provide an overview of using Visual Studio Team Services to automatically deploy the ASP.NET Core web application to Azure App Services.
21 May 2017 by Afzaal Ahmad Zeeshan
This post talks about the most important improvements to the C# language in its 7th version, provides some IL overview, as well as my own personal opinions on the features and improvements.
20 May 2012 by Ajay Matharu
Wherever object of parent class is expected, object of child class can go.
7 Dec 2011 by Akos Orban
A TextBox for numbers with built-in mathematical expression evaluation
29 Nov 2011 by Akos Orban
A DataGridView control with built-in Filtering
10 Dec 2009 by Alex Kofman
"Soft Delete" or "Logical Delete" in ORM
23 Dec 2009 by alex turner
COBOL for .NET
15 Apr 2011 by Alexander Turlov
.NET Reflector is becoming a paid-for product
10 Nov 2011 by Alexander Turlov
With another powerful feature introduced in C# by .NET 4 called dynamic types anonymous types are given even more reasons to be used since they now can be used outside of their scope of visibility. Sounds fantastic? Let me show you how it's done.
22 Jan 2013 by Alexander Turlov
How to programmatically set a value of a watermarked TextBox via JavaScript
2 Jun 2011 by AlexCode
Using ResolveUrl without Page
30 Nov 2011 by AlexCode
How to override FormsAuthentication for some URLs
29 May 2011 by Alexey Kurakin
This article describes generic priority queue implementation in C#, which uses min-heap as underlying storage.
5 Nov 2010 by Ali Ozgur
Introduction to Android development: TouchCalculator
15 Jun 2016 by Allen C. Copeland Jr
Grokking the CLI - Part 1: Meta Mayhem
16 Jun 2016 by Allen C. Copeland Jr
Grokking the CLI - Part 2: Meta Meanderings
18 Jan 2013 by Alois Kraus
With the new Windows Performance Toolkit you can now identify bottlenecks in your system which did not show up in any profiler.
25 Feb 2010 by Alphakoda
Today I want to talk about threads since every programmer works with them and absolutely loves them.
15 May 2011 by ambilykk
LINQ – Language Integrated Query
27 May 2011 by ambilykk
ASP.NET MVC3 Controller with Entity Framework CodeFirst
2 May 2013 by Amogh Natu
This post shows how to insert a comma-separated string into multiple rows in a table in SQL Server.
13 May 2013 by Amogh Natu
This post explains the cause and solution for the HttpException: maxRequestLength exceeded.
16 Aug 2012 by Andrei Ion Rînea
ReSharper hidden features – Generate delegating members
7 Oct 2016 by Andrew Blank
Better ways to create a .NET MVC Single Page application
8 Oct 2016 by Andrew Blank
.NET Core Hello World Console App (in Ubuntu 16.04)
9 Feb 2010 by Andriy Buday
MEF is the Framework which allows you to load extensions to your application easily. It does discovery and composition of parts you need to be included in your application at run-time. You could extend your behavior simply by adding a new Plugin.
9 Aug 2011 by Ankush Bansal
How the new WPF binding engine is an improvement over the WinForm binding engine
18 Feb 2015 by Anton Angelov
Using Selenium WebDriver with Tor C# Code
18 Feb 2015 by Anton Angelov
Most Underrated WebDriver Locator – XPath
18 Feb 2015 by Anton Angelov
Generic properties validator C# code
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.
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.
25 Feb 2016 by Anton Angelov
Read Write Windows Registry C# VB.NET Reusable Code
20 Feb 2015 by Anton Angelov
Specify Assembly References Based On Build Configuration in Visual Studio
15 Sep 2015 by Anton Angelov
Associate Automated Test with TFS Test Case C# VB.NET Code
15 Sep 2015 by Anton Angelov
Manage TFS Test Cases in Microsoft Test Manager C# VB.NET Code
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
How to change .config file at runtime (C# VB.NET code)
22 Feb 2015 by Anton Angelov
Grooveshark makes available methods for accessing and interacting with Grooveshark data. All methods require a web services key and you must sign your requests with a secret key.
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.
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.
26 Apr 2015 by Anton Angelov
Tutorial how to create test cases statistics for the automation status and their distribution by priority. Steps how to setup SSRS and TFS Data Warehose.
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.
21 Jun 2015 by Anton Angelov
Explains in detail how to test URL redirects. Test URL Redirects directly in browsers via WebDriver and browserless via HttpWebRequests.
1 Jul 2015 by Anton Angelov
A detailed overview with examples how to utilize the Observer Design Pattern in automated tests to create an extendable test execution.
12 Jul 2015 by Anton Angelov
Create an extendable test execution in automation tests via Observer Design Pattern. Explains an implementation in C# via .NET IObserver interfaces.
25 Feb 2016 by Anton Angelov
A short list of keyboard shortcuts for things you probably do often in Visual Studio