Abstract:
This tutorial explores the evolution of string interpolation in C# from its inception to the latest enhancements. This guide delves into its features, showcasing its readability, conciseness, and flexibility. Read this article to stay updated with the most beloved feature of C# and enhance your coding experience.
|
Abstract:
This tutorial shows two different options for running your .NET code as part of a GitHub Actions workflow using .NET local tools and custom Github actions.
|
Abstract:
The tutorial explains how a .NET Developer can take advantage of GitHub Actions. It presents two ways to create a GitHub Actions workflow for a .NET solution.
|
Abstract:
In this article, I try to show how async/await can be used to solve problems in situations where developers may not think about async/await as an immediate solution.
|
Abstract:
This article explores C# async streams in detail: from the basics and the reasoning behind them, to real-world examples of using and creating them.
|
Abstract:
In this part of the article series, I will continue exploring the F# language, a .NET based functional-first programming language, by using the example of the Tic Tac Toe game.
|
Abstract:
F# is a.NET based functional-first programming language. In the second part of the tutorial series, I will continue exploring the F# language, by using an example of the Tic Tac Toe game.
|
Abstract:
In this tutorial, I look at the state of the Nullable Reference Types feature in C#, one year after its initial release.
|
Abstract:
The tutorial introduces a subset of C# 9 features which can make your code shorter and simpler. It concludes with a brief look at what future versions of the language might bring.
|
Abstract:
F# is a .NET based functional-first programming language. In this article series, we will explore the F# language by using the example of the Tic Tac Toe game.
|
Abstract:
This C# tutorial demonstrates how to take advantage of Roslyn to increase the amount of dynamic language features we can use into our programs without compromising on type safety.
|
Abstract:
This article provides a complete overview of .NET 5: what it is, when it was released, what it includes, where to download and how you can use it.
|
Abstract:
This tutorial on .NET 5 provides a complete overview of the latest version of .NET - .NET 5 Preview 8. It covers new features, performance, release schedule, it’s current status and how you can download .NET 5 and test the latest preview.
|
Abstract:
Microsoft held the 10th edition of Build, its annual developer conference. This article provides an overview of announcements at this year’s Build virtual event that are particularly relevant for developers.
|
Abstract:
What were the announcements made at Microsoft Ignite that are of interest to developers? How can developers use these announcements to steer ahead in 2020! Read on!
|
Abstract:
Creating and distributing Visual Studio templates is hard. You need to get familiar with custom XML formats, the VSIX project type, and Visual Studio’s occasionally eccentric behavior. Now you don’t waste time with that. Learn how you can instantly extract a ready-to-go template out of your existing solution using solution-snapshotter.
|
Abstract:
The recommended pattern for asynchronous programming in the .NET framework is the task-based asynchronous programming (TAP). This tutorial gives a brief info about this pattern.
|
Abstract:
Developers do not need to implement the IEnumerable and IEnumerator interfaces to return an IEnumerable. They can avoid writing all of that code by taking advantage of support for iterators in C#. This tutorial shows how.
|
Abstract:
This article is an overview of .NET Core 3.0 covering all the new features and improvements it’s bringing to the .NET ecosystem.
|
Abstract:
Microsoft created in a new API in .NET Core some time back which is effectively a recommended option for producer consumer now.This article introduces this new .NET API for implementing asynchronous version of the producer-consumer pattern.
|
Abstract:
Although there haven’t been as many new developments in approaches to desktop development as there were in web development, there are still several different frameworks available to .NET developers for creating desktop apps. This article provides an overview of them, compares their features and gives recommendations on what to choose depending on the application requirements.
|
Abstract:
The tutorial provides an overview of .NET Core Global tools: how to use them, how to create them and what to expect of them in future versions of .NET Core.
|
Abstract:
This tutorial gives an overview of all the new features in C# 8 which can be tried out using Visual Studio 2019.
|
Abstract:
The way LINQ queries are executed depends on the kind of data source being queried. This tutorial talks about how a LINQ query is executed and how this affects performance.
|
Abstract:
The Absolutely Awesome Book on C# and .NET has released. Built around concepts, this concise 500 pages eBook is available in PDF, ePub (iPad) and Mobi (Kindle) and will help you build a solid foundation in C# and .NET. This book covers C# 6.0, C# 7.0, .NET Framework and .NET Core, with chapters that cover the latest developments to .NET and C# including .NET Standard and C# 8.0.
|
Abstract:
The .NET ecosystem including .NET Core, .NET Standard, C# and Visual Studio 2019 introduced many changes and new features in the year 2018. This article talks about these new feature updates and highlights how it will affect the way we develop applications in the future.
|
Abstract:
A tutorial on some less commonly used arithmetic, relational, logical, equality operators in C# and how to use them.
|
Abstract:
This C# tutorial explains how Garbage Collection works in .NET Framework and .NET Core, and some best practices to follow.
|
Abstract:
The .NET framework Base Class Library contains many collection classes. This can make it difficult to decide when to use which. Grouping them together based on their properties can make the choice for a specific scenario, much easier.
|
Abstract:
Since its original release in 2002, C# has been regularly updated with new features. Today, we will look at the most important new features of each major language version and explore how the C# code we have been writing, has evolved through years.
|
Abstract:
Blazor leverages a number of technologies in smart ways in order to provide a SPA framework that can run .NET code in the browser. In this tutorial, we will explore what is Blazor and the new possibilities it brings for Developers.
|
Abstract:
Can database-style sharding improve the performance of a multi-threaded C# application? This tutorial talks about the performance bottlenecks in sophisticated C# concurrency operations and how sharding can solve these issues.
|
Abstract:
Using SqlLocalDB to allow simple automated Integration Testing in both greenfield and brownfield projects.
|
Abstract:
The DotNetCurry team had the opportunity to interview Mads Torgersen, C#’s Lead Language Designer, and find out what’s happening in C#, and where does it go from here.
|
Abstract:
This tutorial explores how to develop .NET Core applications in Visual Studio Code (VS Code). We will explore some extensions that enhance Visual Studio Code and improves your .NET Core development experience.
|
Abstract:
Dynamic binding in C# opens some possibilities which would not be available in a strictly strong typed language. This tutorial explores how C# supports dynamic binding.
|
Abstract:
In this C# 8 tutorial, I am going to introduce a selection of currently planned features which will most probably end up in the final release. All of the C# 8 features are still early in development and are likely to change.
|
Abstract:
C# 7 has added a number of new features to the language. This tutorial looks at the new features added to the minor versions of C# i.e. C# 7.1, 7.2 and and 7.3.
|
Abstract:
A peek into the major differences between the .NET framework versions and how we can still target older versions of .NET framework even when using the latest development tools.
|
Abstract:
Even developers with good C# skills write code that might behave unexpectedly sometimes. This article features several C# code snippets which fall into that category, and explains the reasons behind the surprising behavior.
|
Abstract:
Each newer version of C# is packed full of powerful and impactful features. In this tutorial I walk through the various versions of C# and share my favorite features from each release.
|
Abstract:
Visual Studio 2017 15.3 update was a big milestone for C#. It was the release vehicle for C# 7.1 – the first minor version of C# 7. This article will take a closer look at its new features and the plans for future versions (C# 8) of the language.
|
Abstract:
Visual Studio 2017 (VS 2017) is the latest version of Visual Studio. This article explains some of the most important features of VS 2017 which are useful for boosting developer productivity.
|
Abstract:
New Features in Entity Framework Core 2.0. EF Core is a lightweight, extensible, and cross-platform Object/Relational Mapping (O/RM) framework for .NET.
|
Abstract:
Live Unit Testing functionality in Visual Studio 2017 brought more attention to the practice of continuous testing. This article will explain what continuous testing is all about, why you should care and how you can practice it as a .NET developer.
|
Abstract:
Microsoft has been recently announcing a slew of new development tools and frameworks for .NET Developers. This post gives a brief overview of what was announced and what is currently available.
|
Abstract:
This article takes a peek into the past, present and future of Entity Framework Core. It also explains the good bits and current shortcomings of EF Core, as well as some alternatives to it.
|
Abstract:
As a C# developer, you might already be writing some functional code without realizing it. This article describes some of the functional approaches you are already using in C#, as well as some improvements in C# 7 that make functional programming in it, easier.
|
Abstract:
.NET Standard 2.0 and XAML Standard were announced at Build 2017, which could have a big effect on the future of cross-platform development in .NET. In this article we’ll take a detailed look at what they are and why they might be important.
|
Abstract:
Connect to a Bitbucket from Visual Studio 2017 and use Git features to create and clone a repository, commit, create and merge branches and create and use pull requests.
|
Abstract:
C# 7 is the next version of C#. This article provides an overview of the new features in C# 7.0.
|
Abstract:
The DotNetCurry (DNC) Magazine is a Free bi-monthly .NET magazine. This post contains some frequently asked question and answers to enhance your reading experience.
|
Abstract:
Live Unit Testing in Visual Studio 2017 improves upon traditional unit testing to provide automation testing and helps achieve rapid development.
|
Abstract:
The HashSet collection type was first introduced in C# v3 and with .NET 3.5. This article will explore features of Hashset and also compare its performance with List.
|
Abstract:
Learn approaches to concurrent programming in .NET Core, as well as potential issues to be aware of.
|
Abstract:
Learn NUnit testing starting from TDD to converting it to data driven test and how to incorporate it for Visual Studio 2015.
|
Abstract:
This article explains how to use Entity Framework (EF) Core in ASP.NET Core Web API for performing CRUD operations.
|
Abstract:
Entity Framework (EF) Core is a lightweight, extensible, and cross-platform ORM framework. This tutorial will help you get started with EF Core.
|
Abstract:
This Visual Studio Code (VS Code) article will help you get started, and make you more productive at this increasingly popular text editor.
|
Abstract:
This article will discuss best practices for Agile Development from a developer’s perspective and how tools like Visual Studio help implement these Agile best practices.
|
Abstract:
Create and execute call back function from the azure website. We also create an authorization page for the organization.
|
Abstract:
This article discusses multiple ways to create an environment using Microsoft Test Manager
|
Abstract:
Microsoft recently announced a slew of new development tools and frameworks for developers at Connect(); // 2016. This post gives a brief overview of what was announced.
|
Abstract:
The Code Quality tools in Visual Studio 2015 can help developers identify potential risks in the code and fix them in order to create quality, maintainable code.
|
Abstract:
What is .NET Standard and why should developers care about it. Also get a sneak peek into the upcoming .NET Standard 2.0.
|
Abstract:
Learn about .NET Core – a subset of .NET Framework. .NET Core is an attempt to make it more streamlined for specific purposes, structured enough to be lean and mean and robust eventually.
|
Abstract:
The async and await keywords in C# makes asynchronous programming simpler, however one can still use them incorrectly. This article highlights some common mistakes, and gives advice on how to avoid these mistakes.
|
Abstract:
How a team can use VSTS for developing a cross platform mobile application in Xamarin on the Azure Platform
|
Abstract:
We are thrilled to have Eric Lippert to talk to us once again in our 4th Anniversary edition of the DNC Magazine.
|
Abstract:
JSON.NET is a great framework for working with JSON data. We will perform JSON Serialization and Deserialization operations and query data using LINQ.
|
Abstract:
Microsoft Bot Framework and Cognitive Services are Intelligent API offerings which that allow systems to see, hear, speak, understand and interpret our needs with natural communication
|
Abstract:
Test your C# Basics around variables, types and operators. Post your answers in the comments section
|
Abstract:
Using Netwonsoft.Json package to work with JSON Serialization and Deserialization operations
|
Abstract:
Roslyn now known as .NET Compiler Platform is the next generation of C# compiler and more. This article gives a general overview and guidance about Roslyn.
|
Abstract:
Project template creation for Visual Studio can be another tool in your tool belt. This guide will get you started.
|
Abstract:
Execute Code Metrics Utility with the help of PowerShell Script as part of the new Build process in TFS and Visual Studio 2015
|
Abstract:
A compilation of our best Visual Studio 2015, Windows Azure with MVC, C#, Software Gardening, Design Patterns, WPF and UWP articles authored in 2015.
|
Abstract:
C# 6.0 brings many small improvements to the language. However, does it make sense to upgrade your existing C# code base to take advantage of the new C# 6.0 features? Let us find out.
|
Abstract:
This article talks about advanced topics in WPF ItemsControl such as grouping and custom layouts.
|
Abstract:
Diagnostic analyzers are a great new extensibility feature in Visual Studio 2015 for performing static code analysis. This article will walk you through the process of creating a simple diagnostic analyzer on your own.
|
Abstract:
Diagnostic analyzers in Visual Studio 2015 will strongly affect the way we will be writing code in future.This article will help you learn everything you need to know about diagnostic analyzers.
|
Abstract:
Different Types of Constructors in C# - Default, Parameterized, Copy, Static and Private. C# Interview Question No. 1
|
Abstract:
This articles makes use of the Task class in WPF for creating responsive and interactive WPF apps
|
Abstract:
The new XAML tools provided in Visual Studio 2015 helps developers to effectively manage and work with XAML based applications for UI Debugging, Performance etc. This article gives you an overview of the new XAML tools.
|
Abstract:
Code Contracts API includes classes for static and runtime checks of code and allows you to define preconditions, postconditions, and invariants within a method. The Contracts class is found in the System.Diagnostics namespace.
|
Abstract:
This articles demonstrates TransactionScope in an ASP.NET MVC and EntityFramework application to manage transactions across tables of different databases.
|
Abstract:
Explore the fundamental concepts of the WPF ItemsControl class.
|
Abstract:
WCF and MSMQ can be used to queue messages and also provide secure and reliable transportation of messages.
|
Abstract:
The debugging features in Visual Studio 2015 are developer friendly and easy to use. This article demonstrates how developers can use these features for effective debugging management.
|
Abstract:
Understanding Resources in WPF including difference between static and dynamic resource
|
Abstract:
Walkthrough for using WPF commanding for enabling / disabling Button with Command Property
|
Abstract:
Smart Unit Tests in Visual Studio 2015 are used for automated white box testing along with code coverage. This article gives an overview of Smart Unit Tests.
|
Abstract:
Entity Framework 6.1 comes with new features like Async support, Connection Resiliency, Logging etc. We will explore these features in an ASP.NET MVC application
|
Abstract:
Explore some new IDE features in Visual Studio 2015 which makes developers more productive.
|
Abstract:
Using Grunt, Gulp and Bower to build modern web apps in Visual Studio 2013 and 2015
|
Abstract:
System.Windows.Interactivity helps us to associate custom commanding for those WPF elements who do not have the Command property exposed. This article demonstrates how to implement custom behavior without making use of a 3rd party framework.
|
Abstract:
In this article, we will discuss benefits of Test Plan and Test Suites in Visual Studio 2013 Update 3 as work items, which can now be customized to suit the specific needs of an organization.
|
Abstract:
The Debugging enhancements in Visual Studio 2015 Preview is worth checking out. This article provides an overview of the same.
|
Abstract:
Code can be hand written in CUIT without the help of any code generator for Coded UI Test. In this article, we will see how to hand code Coded UI Test using Visual Studio 2013.
|
Abstract:
This article will guide you through the steps of accessing WCF REST Service using Angular.js in an ASP.NET MVC app
|