Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / C#6.0

C#6.0

C#6.0

Great Reads

by Yaseer Mumtaz
XML input parameter to RESTful API using HttpClient and bypassing the SSL certificate
by Bill Wagner
?. in C#: When properties might be null
by Anton Angelov
Learn how to use the brand-new C# 7.0 to make your WebDriver tests even better. Utilise the power of local functions, digit separators and much more.
by Bill Wagner
A C# 6 gotcha: Initialization vs. Expression Bodied Members

Latest Articles

by Yaseer Mumtaz
XML input parameter to RESTful API using HttpClient and bypassing the SSL certificate
by Bill Wagner
?. in C#: When properties might be null
by Anton Angelov
Learn how to use the brand-new C# 7.0 to make your WebDriver tests even better. Utilise the power of local functions, digit separators and much more.
by Bill Wagner
A C# 6 gotcha: Initialization vs. Expression Bodied Members

All Articles

Sort by Score

C#6.0 

by Syed Janshair Khan
A first look at open-source .NET development with .NET Core and ASP.NET Core 1.0.
by Florian Rappl, Manuel Römer
Supporting partial PUT (or PATCH) operations in ASP.NET Core with Newtonsoft.Json
by SubhamoyBurman
This is how an idiot like me explains what is Abstract Factory pattern and how it could be used
by Florian Rappl
This article describes the most important details of creating a useful bot using the Microsoft Bot Framework.
by didourebai
The ASP.NET Core 1.x.x release does not include SignalR technology and development plans. Time has passed quickly, Microsoft has released a preview version of. NET Core 2.0 Preview 2.
by syed shanu
Blazor Server APP in ASP.NET Core 6.0
by Toan Manh Nguyen
In this article you will learn about ASP.NET Core RC2 using WEB API and AngularJS.
by Toan Manh Nguyen
In this article, you will learn about ASP.NET Core RC2 using WEB API and AngularJS.
by Amir Dashti
Simply understand what happens when you use async/await keywords, what are the benefits and how to prevent deadlocks
by Mosti16
Use a custom Authorize Attribute which use a own PermissionProvider with custom Permission-Management.
by Sreekanth Mothukuru
In this article we are going to see how and where to download Visual Studio 2015 to create a brand new simple Asp.Net 5 Web Application and have a quick overview on what's new in C# 6
by Dave Elliott
A series of 6 articles to provide you with a boilerplate guide to create Source Generators.
by Dave Elliott
A series of 6 articles to provide you with a boilerplate guide to create Source Generators
by Dave Elliott
A series of 6 articles to provide you with a boilerplate guide to create Source Generators.
by Dave Elliott
A series of 6 articles to provide you with a boilerplate guide to create Source Generators.
by Dave Elliott
A series of 6 articles to provide you with a boilerplate guide to create Source Generators.
by Dave Elliott
A series of 6 articles to provide you with a boilerplate guide to create Source Generators.
by JamesHurburgh
Annotating parameters vs Rewriting methods for code readability
by Shawn1Xu
Build a microservice with Service Fabric on Windows Server 2012 using ASP.NET 5 and Service Fabric SDK
by didourebai
This post is about developing ASP.NET Core application using EF Core, we will demonstrate how we can connect in different ways to SQL Server Database and Postgresql Database.
by M, AqibShehzad
In this article we will see how we can create real time clock using SignalR and Angular2 and integrate the angualr2 app inside ASP.Net and see its results.
by Daniel Vaughan
A powerful, yet light-weight, data-binding library for binding XML layout files in Xamarin.Android.
by Franklin Chieze
This article looks into how C# 6 features are implemented behind-the-scenes by the C# compilers.
by Sergey Kizyan
Third lecture from the series I'm running. Related to class definition and gives basic understanding about what is type in .NET
by Mike (Prof. Chuck)
Easier than MemoryCache, less distraction
by Alazar 9860585
Calculating the Probability of Related Events Based on Bayes' Theorem Using MongoDB Aggregation Framework in C#
by Pawel idzikowski
How to replace the web API request query string to provide case insensitive OData search
by DmitriyArh88
Comparative analysis of .NET RESTful middleware solutions
by Roshan Choudhary
Handling data concurrency in Entity Framework 6 with Database First Approach.
by Pritam Zope
In this article, we will create a Notepad with features like Multi Tabbed Documents, Document Selector, File Association,Opening/Saving Multiple Files, Line Numbers, Running External Programs, Viewing files in Browser, Full Screen Mode, etc.
by Shashangka Shekhar
In our previous article we have seen how to startup with .Net Core. In this article we will take a look on database operation according to previous sample application based previous concept.
by aditya pewekar
Create custom HTML helper to manage Page Mode like View (Readonly) and Edit/Add (Editable)
by didourebai
How to develop multi-platform and connected apps and deploy on Azure
by Aydin Homay
How to use Microsoft OWIN to build a Microservice
by Rubén Hinojosa Chapel
Prototype for a plugin architecture based on the Prism Library and the Modern UI for WPF (MUI) toolkit
by Shai Cohen
By utilizing some fairly mundane features of .NET, we can log errors at the point where the exception occurred; preserving vital debug information while avoiding repetitive error logging.
by databaseobjectmodel
A sample infrastructure project such as erp, mrp, crm, admin panel.
by Illya Reznykov
WPF datagrid that has same sized dynamically defined number of rows and columns
by Illya Reznykov
Data grid cells in WPF with defined fixed size with number of rows and columns updated dynamically
by Waseem Ahmed (Qatar)
High speed message bus using C# and MongoDB
by Alen Toma
How to implement deep cloning using Reflection
by Bill Menees
Use third-party geolocation .csv files and some address range logic to provide simple IP address geolocation.
by Zohaib Sibte Hassan
A more detailed look into Iterators and Snapshots in LevelDB UWP
by Ahmed Amer Jaf
Fast n Easy Way to parse Json data
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.
by Florian Rappl
Want to modernize your C# codebase? Let's start with properties.
by Florian Rappl
Want to modernize your C# codebase? Let's continue with methods.
by Florian Rappl
Want to modernize your C# codebase? Let's continue with values.
by Florian Rappl
Want to modernize your C# codebase? Let's finish with types.
by Jamescookxj
Repository Pattern with Generic Interface and Dependency Injection
by didourebai
In this article, we described a flip side of multiple ways of querying methods using NHibernate, we covered some querying syntax but refer to NHibernate Documentation to find more features but which one can we use for a beginner?
by Dmitry Zinchenko
Null-conditional operator in C# 6.0 is not just a mere convenient syntactic sugar.
by Andreas Michael Kreuzer
This article is about collision detection for convex polytopes using the simplex method.
by phil.o
This article describes the building of Markov Chains and their use for generating random names or words.
by Sumit2.Chauhan
Article on end to end guide for running ASP .NET Core web applications on Linux servers on Amazon Cloud Service using Apache Server proxy
by Sean Rand
Let's get moving in Selenium and start Automation Testing in this Selenium Series.
by Rafael Lillo
Send encrypt string and send/receive as bytes between Raspberry Pi 2 with Windows 10 IoT and PC
by Florian Rappl
Why not use serverless computing to perform maintenance tasks in Azure DevOps?
by Rafael Lillo
This project will show how send a simple string between Raspberry Pi 2 with Windows 10 IoT and PC using C# over networking TCP/IP, where Raspberry is a server and PC is the client.
by Melkin
A simple overview of my opensource library allowing developers to add a dynamic interface to get values from the properties of object instances in other processes
by axuno
SmartFormat.NET /2 is a string template library that allows you to fill a string with data. Easy to use, fast, extensible, and extremely powerful. Allows for named {placeholders} using any data type, conditional formatting, iterating through IEnumerables, and much more.
by Pankaj Kumar Choudhary
How to setup ASP.NET Core project with Angular 2
by Pankaj Kumar Choudhary
Part 2 of how to set up Angular2 with .NET Core
by VR Karthikeyan
Creating Static Reports using SVG file
by Mark Kruger
To And From Binary Literals for all standard .net numeric value types.
by Kenneth Haugland
How to connect hot observables to Rx
by Bill Menees
AT&T’s vertical and horizontal coordinates can be used to calculate the latitude and longitude for rate centers and wire centers as well as the distances between them.
by Daniel Vaughan
A fun UWP implementation of the game Sokoban, demonstrating some new features of XAML and C# 6.0. Part 1
by Daniel Vaughan
A fun UWP implementation of the game Sokoban, demonstrating some new features of XAML and C# 6.0. Part 2
by Daniel Vaughan
A fun UWP implementation of the game Sokoban, demonstrating some new features of XAML and C# 6.0. Part 3
by Daniel Ziegelmiller
Connecting WPF with Windows Workflow (WF)
by Michael Ecklin
Very often, Excel spreadsheets are using to transfer data between applications. CSV files are also used for the same purposes.
by pkaelin
LED (for example, traffic light) control in code behind. Custom colors, opacity and sizeable.
by Ratish Philip
The next version of the useful WPF controls is here
by didourebai
How to set up Xamarin Notes environment
by didourebai
Structure of our page in Xamarin.Forms