This series of articles will discuss SQL server performance. In the title, I use SQL Perfromance because thearticles could include SQL statement (Query) optimization and also include SQL Server performance issues, and probably include stored procedure performance issue. SQL Perform ...
In this series of articles, we will discuss the major features of WCF: WCF (1), Basics WCF (2), Contracts in Various Types WCF (3), Bindings and Channel Stack --- this article A: Introduction Bindings and binding elements are the connection ...
In this series of articles, we will discuss the major features of WCF: WCF (1), Basics WCF (2), Contracts in Various Types --- this article WCF (3), Bindings and Channel Stack ABC of an EndPoint in WCF: from Contracts are i ...
In this series of articles, we will discuss the major features of WCF: WCF (1), Basics --- this article WCF (2), Contracts in Various Types WCF (3), Bindings and Channel Stack Introduction We will discuss WCF major features in the following orde ...
Exception Handling (4), In ASP.NET Core Web API Exception handling is required in any application. It is a very interesing issue where different apps have their own various way(s) to handle that. I plan to write a series of articles to discuss this issue for ASP.NET MVC ( 1 ), ...
ASP.NET Core, Web API - Entity Framework Call Stored Procedure Dec 09, 2020 ASP.NET Core, Web API - Entity Framework Call Stored Procedure Implementat Dec 03, 2020 Consume Web API By MVC In .NET Core (1), Server And Framework ...
Consume Web API By MVC Client In .NET Core (2), Client This article will give a way with one line code to consume Web API by a ASP.NET MVC Client in .NET Core. Introduction In the previous article ( part I of this article), we created a ASP.NET Core MVC app a ...
Consume Web API By MVC Client In .NET Core (1), Server And Framework This article will give a way with one line code to consume Web API by a ASP.NET MVC Client in .NET Core. Introduction Microservice is a modern software development architecture: loose-coupled ...
ASP.NET Core, Web API - Entity Framework Call Stored Procedure Part II --- Implementation This article will continue from part I ( ASP.NET Core, Web API: Entity Framewor call Stored Procedure ) and give developers a practical way to build Web API with ASP.NET Core and Entity Framework to ...
ASP.NET Core, Web API - Entity Framework Call Stored Procedure Part I Introduction This article will give developers a practical way to build a Web API with ASP.NET Core and Entity Framework to call Stored procedure. This way will be the simplest and most practical for ...