Author: Sachin Sharma
Published On: 22 Nov 2024
Views: 28
Comments: 0

what is modular monolithic architecture,pros and cons and of modular monolithic,project structure of modular monolithic project.

Author: Sachin Sharma
Published On: 21 Nov 2024
Views: 52
Comments: 0

SOLID Principles - Single Responsibility Principle (SRP), Open Closed Principle (OSP), Liskov Substitution Principle (LSP), Interface Segregation Principle (ISP), and Dependency Inversion Principle (DIP)

Author: Sachin Sharma
Published On: 08 May 2024
Views: 317
Comments: 0

Lets understand how to implement DI in middleware in dotnet core with example. Where to use interface to call functions.

Author: Sachin Sharma
Published On: 25 Aug 2023
Views: 412
Comments: 0

How to bind server side data with pagination in table using jquery dataTable

Author: Sachin Sharma
Published On: 25 Aug 2023
Views: 313
Comments: 0

How to access property of dynamic object when property name is a keyword in c# dotnet core

Author: Sachin Sharma
Published On: 01 May 2023
Views: 303
Comments: 0

What is Null conditional (?) and Null Coalescing operator (??) and how to use it in c#. ? and ?? both are used in handling null value.

Author: Sachin Sharma
Published On: 13 Apr 2023
Views: 316
Comments: 0

What is Difference between Class and Structure in C#

Author: Sachin Sharma
Published On: 10 Apr 2023
Views: 333
Comments: 0

Here we will discuss about custom authentication middleware and how to configure custom authentication middleware in dotnet core.

Author: Sachin Sharma
Published On: 10 Apr 2023
Views: 336
Comments: 0

How to enable auto redirection to https in dotnet core. use app.UseHttpsRedirection(); in the method Configure in Startup.cs

Author: Sachin Sharma
Published On: 05 Apr 2023
Views: 341
Comments: 0

Here I will explain how to apply client side validation for dynamic forms in dotnet core mvc.

Author: Sachin Sharma
Published On: 05 Apr 2023
Views: 616
Comments: 0

Here i will explain how to create custom and conditional server side and client side validation like required-if in asp.net core.

Author: Sachin Sharma
Published On: 31 Mar 2023
Views: 299
Comments: 0

Custom Server and Client Side Validation in Asp.net Core ,custom unobtrusive client side validation in asp.net core, client and server side validation to check file extension.

Author: Sachin Sharma
Published On: 31 Mar 2023
Views: 319
Comments: 0

API versioning is the practice of managing changes to an API and ensuring that these changes are made without disrupting clients. we may create multiple APIs that may be consumed by many clients.

Author: Sachin Sharma
Published On: 12 Dec 2022
Views: 423
Comments: 0

A sitemap is an XML file that contains all URLs of a website.When a website created dynamic pages,It's very dificult for google to crawl and index them.That's why we need sitemap XML file and inculde all the pages url in it.Its help to index them.

Author: Sachin Sharma
Published On: 06 Dec 2022
Views: 567
Comments: 0

When website deploy on server due to process failure HTTP 502.5 error occur. Generally When deploy website on server and run the website due to process failure this error occur. there can be many reason to occur HTTP 502.5 error.

Author: Sachin Sharma
Published On: 05 Dec 2022
Views: 456
Comments: 0

With the help of Bind method in configuration can map appsetting section keys to a class.

Author: Sachin Sharma
Published On: 02 Dec 2022
Views: 486
Comments: 3

Here i will explain how to Implement Jquery tagEditor plugin in dotnet core.