TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
ASP.NET Core
FOLLOW
ASP.NET Core is a small, optimized runtime that can be targeted by ASP.NET 5 applications. Here you may find ASP.NET 5 related articles and news.
Articles
(889)
Blogs
(79)
Resources
(2)
Videos
(14)
News
(8)
Articles
Passing Parameters To Middleware In ASP.NET Core 2.0
I discussed in an earlier post that it is good practice to define middleware in a separate class and add to the pipeline using extension methods. We may also need to pass information to our middlew...
Guest User
Nov 15, 2017
Creating CRUD API In ASP.NET Core 2.0
ASP.NET Core gives a unified mechanism for creating MVC and Web API application. The key difference is that Web API will return JSON (or XML) and HTTP status codes instead of views, in order to com...
Guest User
Nov 17, 2017
ASP.NET Core 2.0 Secret Manager
I discussed in the previous post how configuration settings can be stored in configuration files. However, these files are checked in the source control and not suitable to store confidential setti...
Guest User
Nov 22, 2017
Filtering In ASP.NET Core 2.0 Web API
Filtering information is usually received via query parameters. The POCO FilteringParamssimply hold this information and passes to service (or repository).
Guest User
Dec 10, 2017
Paging In ASP.NET Core 2.0 Web API
Paging information; i.e., page number and page size, is usually received via query parameters. The POCO PagingParams simply holds this information and passes it to service (or repository).
Guest User
Dec 11, 2017
Sorting In ASP.NET Core 2.0 Web API
Sorting information is usually received via query parameters. The POCO SortingParams simply hold this information and passes to service (or repository).
Guest User
Dec 12, 2017
Versioning ASP.NET Core 2.0 Web API
As your Web API changes, you would need to add versioning support in order for clients to continue working correctly. Adding versioning support in ASP.NET Core involves first configuring services i...
Guest User
Dec 13, 2017
ASP.NET Core 2.0 Web API AND HATEOAS
The idea behind HATEOAS (Hypermedia As The Engine Of Application State) is to transfer links in the resource representations. The sample demonstrates how links can be provided for a collection and ...
Guest User
Dec 14, 2017
Handling Concurrency In ASP.NET Core 2.0 Web API
We add a magic value to the response based on data we hold at the time. Usually ETag header is added for this purpose containing hashed value based on data/body of response.
Guest User
Dec 15, 2017
ASP.NET Core 2.0 Tag Helper Component
In case you’re wondering if the solution above is missing a Tag Helper for head HTML element, it’s not. ASP.NET Core team has provided us with two built-in Tag Helpers, one targets head and the oth...
Guest User
Dec 18, 2017
Formatters In ASP.NET Core 2.0 Web API
Let us learn about formatters used in ASP.NET Core 2.0 Web API.
Guest User
Dec 19, 2017
Documenting ASP.NET Core 2.0 Web API
Documents generated by Swagger can include XML documentation.
Guest User
Dec 20, 2017
Consuming ASP.NET Core 2.0 Web API Using HttpClient
We’ll create a library to wrap the functionality of HttpClient. I’ll use builder pattern for this purpose. Add a class with methods for storing parts of HttpClient.
Guest User
Dec 26, 2017
Asynchronous Messaging Using ASP.NET Core 2.0 Web API
How to implement asynchronous messaging using ASP.NET Core Web API. Create an empty project and update the Startup class to add services and middleware for MVC.
Guest User
Dec 21, 2017
ASP.NET Core Apps In Docker Swarm Deployed To Azure
In the previous post, I deployed a Docker Swarm on VMs setup on my local PC, which is fine for testing. In this post I’ll deploy the same services on a Docker Swarm hosted in Azure using “Docker EE...
Guest User
Jan 24, 2018
Continuous Integration Using TeamCity And Docker For ASP.NET Core
Please read the previous posts before continuing with this one. I have discussed the basics of Docker and shown how to deploy simple and multiple applications using Docker. In this post, I will use...
Guest User
Jan 29, 2018
ASP.NET Core 2.0 Identity
In a previous post, I showed how to use cookie authentication middleware to protect your web application. ASP.NET Core also provides a richer set of services, called Identity, to work with user aut...
Guest User
Jan 30, 2018
ASP.NET Core 2.0 Bearer Authentication
Bearer Tokens (or just Tokens) are commonly used to authenticate Web APIs because they are framework independent, unlike something like Cookie Authentication that is tightly coupled with ASP.NET Co...
Guest User
Jan 02, 2018
Swashbuckle And ASP.NET Core
In this article, we are going to implement Swagger using the SwashbuckleNuget Package.
Ronika Jency
Nov 02, 2020
Handling Attachments/Files Into CouchDB Via Rest API In ASP.NET Core
In this article, you will learn how to handle Attachments/Files into CouchDB Via Rest API in ASP.NET Core.
Anupam Maiti
Oct 28, 2020
No Records Available.
401
-
420
of
889
<<
19
20
21
22
23
>>
Crystal Reports Tutorials
Challenge yourself
API Development using ASP.NET Core
E-Book Download
Get Certified
iOS Developer