• Spotlight: AI in Enterprise
  • 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
  • Spotlight: AI in Enterprise
  • 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 output formatters in ASP.Net Core

Learn how to build a custom output formatter in ASP.Net Core to exchange data in formats other than JSON, XML, and plain text

By Joydip Kanjilal
Mar 11, 2019 5 mins
C# Microsoft .NET Web Development
how-to

How to use the Save-Data request header in ASP.Net Core

Take advantage of the data-saving mode in Chrome and Opera browsers to deliver lighter and faster ASP.Net Core applications

By Joydip Kanjilal
Mar 04, 2019 4 mins
C# Microsoft .NET Web Development
how-to

How to use NCache in ASP.Net Core

Take advantage of Alachisoft’s free, open-source, distributed, in-memory cache to improve the performance and scalability of your ASP.Net Core applications

By Joydip Kanjilal
Feb 25, 2019 4 mins
Small and Medium Business Microsoft .NET C#
how-to

How to use Lamar in ASP.Net Core

Take advantage of Lamar, the speedy successor to StructureMap, to inject dependencies in ASP.Net Core

By Joydip Kanjilal
Feb 18, 2019 6 mins
Small and Medium Business Web Development Microsoft .NET
how-to

How to bypass security in integration tests in ASP.Net Core

Take advantage of fake authentication/authorization checks to simplify integration tests in ASP.Net Core

By Joydip Kanjilal
Feb 11, 2019 7 mins
App Testing C# Microsoft .NET
how-to

How to use managed pointers in C#

Learn how managed pointers differ from object references, why they are useful, and how to work with them in C#

By Joydip Kanjilal
Feb 04, 2019 5 mins
Microsoft .NET C# Software Development
how-to

Static classes and static class members in C# explained

Declare static classes and static members of a class to improve performance of your .NET applications.

By Joydip Kanjilal
Jan 28, 2019 4 mins
Microsoft .NET C# Programming Languages
how-to

How to use MiniProfiler in ASP.Net Core

Take advantage of the simple and powerful MiniProfiler to identify performance bottlenecks in your ASP.Net Core MVC applications

By Joydip Kanjilal
Jan 21, 2019 6 mins
Microsoft .NET C# Development Tools
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
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11

Show me more

opinion

The dirty little secret of open source contributions

By Matt Asay
Nov 18, 20244 mins
Technology IndustryOpen Source
Image
feature

14 great preprocessors for developers who love to code

By Peter Wayner
Nov 18, 202410 mins
Development ToolsSoftware Development
Image
feature

Designing the APIs that accidentally power businesses

By Jean Yang
Nov 18, 20246 mins
APIsSoftware Development
Image
video

Building Python wheels to distribute your programs

Nov 15, 20246 mins
PythonSoftware Development
Image
video

Creating a pip install-able Python package

Nov 14, 20243 mins
PythonSoftware Development
Image
video

How to get better web requests in Python with httpx

Oct 07, 20244 mins
Python
Image
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.