Thứ Bảy, Tháng Tư 27, 2024
In this article, we’ll learn how to perform CRUD operations with .NET Core 3.0 and Visual Studio 2019. We will use dapper to perform the CRUD operations. Recommended Prerequisites .NET Core...
ASP.NET Core Using JWT Authentication WEB API and consume it in Angular2 Client Application with proper project structure setup. Download source code Introduction I was trying to implement JWT Auth in web API. I want to consume the Web API in...
Learn object oriented analysis and design using a simple method even if you have tried in your class before and found it complex Download UML diagrams and source for classes - 127.1 KB
This project is a basic gym project developed using Angular 7, ASP.NET Core APIs, and SQL Server database. Link to download the project source codehere. Let’s see...

.NET Core and DevOps

Key Takeaways DevOps is a worthy and rewarding pursuit no matter what technology stack you currently useClosedsource, proprietary software and build processes do not work well with DevOps practices.NET Core is open source,...
This article on microservices focused on what microservices are and their advantages over monolithic services architecture. The term microservices portrays a software development style that has grown from contemporary trends to set up practices...
Kiến trúc Mircoservices 3 phần từ cơ bản tới nâng cao Có code demo đi kèm Part 1-3: https://www.codeproject.com/Articles/1264113/Dive-into-Microservices-Architecture-Part-I https://www.codeproject.com/Articles/1268122/Dive-into-Microservices-Architecture-Part-II https://www.codeproject.com/Articles/1270792/Dive-into-Microservices-Architecture-Part-III Source Code: https://github.com/aehomay/OwinFxMicroservice

Creating Web API in ASP.NET Core 2.0

Creating Web API in ASP.NET Core 2.0 GitHub repository Introduction Let's create a Web API with the latest version of ASP.NET Core and Entity Framework Core. In this guide, we'll use WideWorldImporters database to create a Web API. REST APIs provide at least the following operations: ...
Creating Service Monitor Application with .NET Core GitHub Repository Introduction This guide is about how to create a service monitor application, but what is it? In simple words: it's an application that allows to monitor services in a network and save...
Key Takeaways ASP.NET Core has a built-in distributed caching interface. Performance, shared data, and durability are the primary benefits of distributed caching. Couchbase Server is a memory-first database that is great for use as a distributed cache. NuGet packages...
- Advertisement -

POPULAR POSTS

MY FAVORITES