• Videos
  • Newsletters
  • Resources

About

  • About us
  • Advertise
  • Contact Us
  • Foundry Careers
  • Newsletters
  • Reprints

Policies

  • Terms of Service
  • Privacy Policy
  • Cookie Policy
  • Copyright Notice
  • Member Preferences
  • About AdChoices
  • E-commerce Affiliate Relationships
  • Your California Privacy Rights

Our Network

  • CIO
  • Computerworld
  • CSO
  • Network World

More

  • Blogs
  • BrandPosts
  • Events
  • Videos
  • Enterprise Buyer’s Guides
  • Analytics
  • Artificial Intelligence
  • Generative AI
  • Careers
  • Cloud Computing
  • Data Management
  • Databases
  • Emerging Technology
  • Technology Industry
  • Security
  • Software Development
  • Microsoft .NET
  • Development Tools
  • Devops
  • Open Source
  • Programming Languages
  • Java
  • JavaScript
  • Python
  • Enterprise Buyer’s Guides
Popular Topics
  • Artificial Intelligence
  • Cloud Computing
  • Data Management
  • Software Development
  • Videos
  • Newsletters
  • Resources

Topics

  • Analytics
  • Artificial Intelligence
  • Generative AI
  • Careers
  • Cloud Computing
  • Data Management
  • Databases
  • Emerging Technology
  • Technology Industry
  • Security
  • Software Development
  • Microsoft .NET
  • Development Tools
  • Devops
  • Open Source
  • Programming Languages
  • Java
  • JavaScript
  • Python
  • Enterprise Buyer’s Guides

About

  • About us
  • Advertise
  • Contact Us
  • Foundry Careers
  • Newsletters
  • Reprints

Policies

  • Terms of Service
  • Privacy Policy
  • Cookie Policy
  • Copyright Notice
  • Member Preferences
  • About AdChoices
  • E-commerce Affiliate Relationships
  • Your California Privacy Rights

Our Network

  • CIO
  • Computerworld
  • CSO
  • Network World

More

  • Blogs
  • BrandPosts
  • Events
  • Videos
  • Enterprise Buyer’s Guides
HomeBlogs.NET ProgrammingPage 6

.NET Programming

Filter by
Analysis
BrandPost
Feature
How-To
Interview
News
News Analysis
Opinion
Reviews
Tip
how-to

How to use Azure Table storage in .Net

Take advantage of Azure Table storage in your .Net applications to store large amounts of key-value data in the Microsoft cloud

By Joydip Kanjilal
Jan 14, 2019 6 mins
Microsoft .NET C# Cloud Computing
how-to

How to use action filters in ASP.NET Core MVC

Take advantage of action filters in ASP.NET Core MVC to execute custom code at specific points in the request pipeline

By Joydip Kanjilal
Dec 31, 2018 5 mins
C# Microsoft .NET Web Development
how-to

How to enable CORS in ASP.NET Core

Take advantage of the CORS middleware in ASP.NET Core to bypass the security restrictions of the web browser and allow cross-origin requests.

By Joydip Kanjilal
Dec 17, 2018 5 mins
C# Microsoft .NET Web Development
how-to

How to consume a WCF SOAP service in ASP.Net Core

Learn how to use the Microsoft Connected Services extension to consume a WCF SOAP service from ASP.Net Core

By Joydip Kanjilal
Dec 10, 2018 5 mins
C# Microsoft .NET Web Development
how-to

How to implement global exception handling in ASP.Net Core Web API

Take advantage of the UseExceptionHandler middleware in ASP.Net Core to ensure that every error in your Web API application is caught

By Joydip Kanjilal
Dec 03, 2018 6 mins
Software Development
how-to

How to use Scrutor in ASP.Net Core

Take advantage of Scrutor to eliminate the need for tediousl boilerplate configuration to register services in ASP.Net Core

By Joydip Kanjilal
Nov 26, 2018 5 mins
C# Microsoft .NET Web Development
how-to

Association, aggregation, and composition in OOP explained

How to use association, aggregation, and composition to define relationships between the objects in your application.

By Joydip Kanjilal
Nov 19, 2018 5 mins
Microsoft .NET Software Development
how-to

How to use session storage in ASP.Net Core

Take advantage of session storage middleware in ASP.Net Core to store user-specific data and session state on the server

By Joydip Kanjilal
Nov 12, 2018 5 mins
C# Microsoft .NET Web Development
how-to

How to automate model validation in ASP.Net Core

Take advantage of automatic model state validation in ASP.Net Core to avoid tedious manual coding for HTML form validation

By Joydip Kanjilal
Nov 05, 2018 5 mins
C# Microsoft .NET Web Development
how-to

How to use Serilog in ASP.Net Core

Take advantage of Serilog to implement structured logging in your ASP.Net Core applications

By Joydip Kanjilal
Oct 29, 2018 4 mins
C# Microsoft .NET Web Development
how-to

How to Dockerize an ASP.Net Core application

Learn how to build, deploy, and run your ASP.Net Core application in a lightweight, portable Docker container

By Joydip Kanjilal
Oct 22, 2018 5 mins
C# Microsoft .NET Web Development
how-to

How to use the DbContext in Entity Framework Core

Take advantage of the DbContext in Entity Framework Core to connect to a database and perform CRUD operations using CLR objects

By Joydip Kanjilal
Oct 15, 2018 5 mins
Small and Medium Business Microsoft .NET C#
how-to

How to use configuration providers in ASP.Net Core

Take advantage of configuration providers and dependency injection to configure your ASP.Net Core applications in a loosely coupled manner

By Joydip Kanjilal
Oct 08, 2018 5 mins
Microsoft .NET C# Software Development
how-to

How to enforce SSL in ASP.Net Core

Take advantage of HTTPS and the HSTS security enhancement to encrypt web client and server communications in your ASP.Net Core applications

By Joydip Kanjilal
Oct 01, 2018 5 mins
Small and Medium Business Web Development Security
how-to

How to use File Providers in ASP.Net Core

Take advantage of File Providers in ASP.Net Core to retrieve information about files and directories and interact with the physical file system

By Joydip Kanjilal
Sep 24, 2018 4 mins
Small and Medium Business Web Development Microsoft .NET
how-to

How to use the Dapper ORM in ASP.NET Core

Take advantage of the Dapper ORM’s support for asynchronous operations to bring fast data access to your ASP.NET Core applications

By Joydip Kanjilal
Sep 17, 2018 4 mins
C# Microsoft .NET Web Development
how-to

How to use the proxy design pattern in .Net

Take advantage of the proxy design pattern to provide a convenient placeholder for accessing a remote, complex, or protected object

By Joydip Kanjilal
Sep 10, 2018 4 mins
Small and Medium Business Microsoft .NET C#
how-to

How to use NLog in ASP.NET Core

Take advantage of dependency injection and NLog to build custom logging middleware for your ASP.NET Core application.

By Joydip Kanjilal
Sep 03, 2018 5 mins
Small and Medium Business Web Development C#
how-to

How to work with Azure file storage in C#

Take advantage of Azure Files in your .Net applications to access managed, secure, SMB file shares in the Microsoft Azure cloud

By Joydip Kanjilal
Aug 27, 2018 5 mins
Small and Medium Business Web Development Cloud Computing
how-to

How to work with Azure Logic Apps in .Net

Take advantage of Azure Logic Apps to easily create and deploy cloud-based integrations and workflows

By Joydip Kanjilal
Aug 20, 2018 6 mins
Small and Medium Business Serverless Computing Microsoft Azure
how-to

How to work with threads in C#

Take advantage of multithreading to perform several tasks simultaneously and improve the responsiveness of your application

By Joydip Kanjilal
Aug 13, 2018 4 mins
Small and Medium Business C# Software Development
how-to

How to use JWT tokens in ASP.Net Core 2

Take advantage of JSON Web Tokens to implement a loosely coupled security model in your ASP.Net Core applications

By Joydip Kanjilal
Aug 06, 2018 4 mins
Small and Medium Business Web Development Software Development
how-to

How to implement HTTP.sys web server in ASP.Net Core

Learn how to implement HTTP.sys, a Windows-only HTTP server based on the HTTP.sys kernel driver that is mature, secure and scalable in ASP.Net Core

By Joydip Kanjilal
Jul 30, 2018 4 mins
Web Development Software Development
how-to

How to use Azure Blob storage in ASP.Net Core

Take advantage of Azure Blob storage to store data in the Microsoft cloud from your ASP.Net Core applications

By Joydip Kanjilal
Jul 23, 2018 4 mins
Small and Medium Business Microsoft Azure Web Development
how-to

Understand parameter binding in ASP.Net Web API

Learn how to use [FromBody] and [FromUri] to set values for parameters of the Web API controller methods.

By Joydip Kanjilal
Jul 16, 2018 4 mins
Small and Medium Business Web Development Software Development
how-to

How to use policy-based authorization in ASP.Net Core

Take advantage of policy-based authorization in ASP.Net Core to implement a flexible, extensible, custom security model

By Joydip Kanjilal
Jul 09, 2018 4 mins
Small and Medium Business Web Development Development Tools
how-to

How to work with Azure WebJobs in C#

Take advantage of Azure WebJobs to run scheduled background tasks in the Microsoft Azure cloud

By Joydip Kanjilal
Jul 02, 2018 5 mins
Small and Medium Business Microsoft Azure C#
how-to

How to use the chain of responsibility design pattern in C#

Take advantage of the chain of responsibility design pattern to draw on a chain of objects to handle requests

By Joydip Kanjilal
Jun 25, 2018 4 mins
C# Software Development
how-to

How to use Brotli for response compression in ASP.Net Core

Take advantage of ASP.Net Core’s support for response compression middleware to get more compression in less time using Brotli

By Joydip Kanjilal
Jun 11, 2018 4 mins
Small and Medium Business Web Development Software Development
how-to

How to use the state design pattern in .Net

Take advantage of the state design pattern to allow an object to change its behavior when its internal state changes

By Joydip Kanjilal
Jun 04, 2018 3 mins
Small and Medium Business Software Development
how-to

How to work with HttpClientFactory in ASP.Net Core

Take advantage of HttpClientFactory to manage HttpClient instances efficiently

By Joydip Kanjilal
May 28, 2018 4 mins
Software Development
how-to

Demystified: Routing in ASP.NET Core

Learn how routing in ASP.NET Core works to map incoming requests to respective controller actions

By Joydip Kanjilal
May 21, 2018 4 mins
Software Development
how-to

How to use Elmah for error logging in ASP.Net Core

Take advantage of Elmah logging framework and the Elmah.io log monitoring service to manage errors in your ASP.Net Core application

By Joydip Kanjilal
May 14, 2018 5 mins
Small and Medium Business Web Development Software Development
how-to

How to work with Azure Service Bus queues in .Net

Take advantage of Azure Service Bus queues for scalable, cloud-based, asynchronous, and reliable messaging in your .Net applications

By Joydip Kanjilal
May 07, 2018 5 mins
Microsoft Azure Microsoft .NET PaaS
how-to

How to use Azure Cosmos DB in .Net

Take advantage of the Azure cloud’s fully managed, schema agnostic, NoSQL database-as-service for your .Net web applications

By Joydip Kanjilal
Apr 30, 2018 6 mins
Microsoft .NET Microsoft Azure Technology Industry
how-to

How to use Azure Search in .Net

Take advantage of the Azure Search service to build powerful search capabilities into your web and mobile applications

By Joydip Kanjilal
Apr 23, 2018 5 mins
Small and Medium Business Microsoft Azure Microsoft .NET
how-to

How to use response caching middleware in ASP.Net Core

Take advantage of response caching in ASP.Net Core to improve your application’s performance by reducing the load on the web server

By Joydip Kanjilal
Apr 16, 2018 5 mins
Small and Medium Business Web Development Software Development
how-to

How to use Azure Redis Cache in C#

Take advantage of the distributed, low-latency Azure Redis Cache to scale your .Net application beyond limits

By Joydip Kanjilal
Apr 09, 2018 4 mins
Small and Medium Business Microsoft Azure Web Development
how-to

How to use SignalR in ASP.Net Core

Take advantage of SignalR to add real-time web functionality to your ASP.Net Core applications

By Joydip Kanjilal
Apr 02, 2018 5 mins
Small and Medium Business Web Development Software Development
how-to

How to use Moq to ease unit testing in C#

Take advantage of the Moq open source library to isolate application code from dependencies for testing.

By Joydip Kanjilal
Mar 26, 2018 6 mins
Small and Medium Business App Testing Microsoft .NET
how-to

How to implement a distributed cache in ASP.Net Core

Take advantage of a distributed cache to improve the performance and scalability of your ASP.Net Core application

By Joydip Kanjilal
Mar 19, 2018 5 mins
Small and Medium Business Web Development Software Development
how-to

How to implement background processing in ASP.Net Core

Take advantage of the IHostedService interface in ASP.Net Core to build and run background tasks or hosted services

By Joydip Kanjilal
Mar 12, 2018 4 mins
Small and Medium Business Web Development Software Development
how-to

How to do integration testing in ASP.Net Core

Take advantage of xUnit and ASP.Net Core’s test host package to run integration tests on your ASP.Net Core web applications

By Joydip Kanjilal
Mar 05, 2018 4 mins
Small and Medium Business Web Development Software Development
how-to

How to use the iterator design pattern in C#

Take advantage of the iterator pattern to traverse aggregate objects without having to expose their underlying data structures

By Joydip Kanjilal
Feb 19, 2018 4 mins
Small and Medium Business C# Development Tools
how-to

How to work with LiteDB in C#

Take advantage of the fast, lightweight, and easy-to-use LiteDB for your desktop, mobile, and simple web applications

By Joydip Kanjilal
Feb 12, 2018 5 mins
Small and Medium Business NoSQL Databases C#
how-to

How to consume a Web API using RestSharp

Take advantage of the flexible and easy-to-use RestSharp HTTP API client to consume your REST APIs

By Joydip Kanjilal
Feb 05, 2018 4 mins
Small and Medium Business Web Development Software Development
how-to

How to implement a DelegatingHandler for X-HTTP-Method-Override in Web API

Take advantage of a DelegatingHandler and the X-HTTP-Method-Override in Web API to overcome browser and firewall constraints

By Joydip Kanjilal
Jan 29, 2018 4 mins
Small and Medium Business Web Development Software Development
how-to

When to use WebClient vs. HttpClient vs. HttpWebRequest

Understand the pros and cons of the .Net Framework's various native classes for working with HTTP requests and responses

By Joydip Kanjilal
Jan 22, 2018 4 mins
Small and Medium Business Web Development Software Development
how-to

How to build custom middleware in ASP.NET Core

Take advantage of ASP.NET Core middleware to customize your application’s handling of HTTP requests and responses.

By Joydip Kanjilal
Jan 15, 2018 5 mins
Small and Medium Business Web Development Open Source
how-to

How to work with the Interpreter design pattern

This article provides a know how on the Interpreter pattern and how it can be implemented. The code examples are provided in C#.

By Joydip Kanjilal
Jan 08, 2018 4 mins
Microsoft .NET Software Development
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11

Show me more

analysis

Beyond the usual suspects: 5 fresh data science tools to try today

By Serdar Yegulalp
Jul 12, 20242 mins
PythonProgramming LanguagesSoftware Development
Image
analysis

Generative AI won’t fix cloud migration

By David Linthicum
Jul 12, 20245 mins
Generative AIArtificial IntelligenceCloud Computing
Image
news

HR professionals trust AI recommendations

By Paul Krill
Jul 11, 20243 mins
Technology IndustryCareers
Image
video

How to use dbm to stash data quickly in Python

Jul 04, 20244 mins
Python
Image
video

How to auto-generate Python type hints with Monkeytype

Jun 11, 20245 mins
Python
Image
video

How to make HTML GUIs in Python with NiceGUI

Jun 04, 20245 mins
Python
Image

Sponsored Links

  • Get Cisco UCS X-Series Chassis and Fabric Interconnects offer.
About
  • About us
  • Advertise
  • Contact Us
  • Foundry Careers
  • Reprints
  • Newsletters
  • BrandPosts
Policies
  • Terms of Service
  • Privacy Policy
  • Cookie Policy
  • Copyright Notice
  • Member Preferences
  • About AdChoices
  • E-commerce Affiliate Relationships
  • Your California Privacy Rights
  • Privacy Settings
Our Network
  • CIO
  • Computerworld
  • CSO
  • Network World
  • LinkedIn
  • X
  • Facebook
Copyright © 2024 IDG Communications, Inc.