top of page
Search
The Tech Platform
Nov 1, 2022
FromServices Attributes in ASP.NET Core
ASP.NET Core provides an attribute called FromServices to inject the dependencies directly into the controller's action method. In this...
The Tech Platform
Oct 31, 2022
Top 6 JetBrains IDE for Developers
JetBrains specializes in intelligent, productivity-enabling tools to help you write clean, quality code across. NET, Java, Ruby, Python,...
The Tech Platform
Oct 28, 2022
Cookies in ASP.NET Core
In web development, cookies play a crucial role in maintaining the session state and improving the browsing experience for users. Cookies...
The Tech Platform
Oct 27, 2022
URL Rewriting Middleware in ASP.NET Core
URL rewriting is the act of modifying request URLs based on one or more predefined rules. URL rewriting creates an abstraction between...
The Tech Platform
Oct 25, 2022
Global Exception Handling in ASP.NET Core
What is Global Exception Handling? The Global Exception Handler is a type of workflow designed to determine the project’s behavior when...
The Tech Platform
Oct 23, 2022
Which Programming Languages is best for Game Development?
Game Development is the art of creating games and describes the design, development, and release of a game. It may involve concept...
The Tech Platform
Oct 22, 2022
Handling Null Values in ASP.NET Core
ASP.NET Core MVC is the .NET Core counterpart of the ASP.NET MVC framework. You can take advantage of ASP.NET Core MVC to build...
The Tech Platform
Oct 21, 2022
Top 5 best IDE for Terraform
What is Integrated Development Environment (IDE)? IDE is a software application that provides facilities to computer programmers for...
The Tech Platform
Oct 20, 2022
What are Static files in ASP.NET Core? How to use it?
Static files, such as HTML, CSS, images, and JavaScript, are assets an ASP.NET Core app serves directly to clients by default. Static...
The Tech Platform
Oct 17, 2022
Data Protection in ASP.NET Core
In web development, keeping sensitive data safe is a top priority. ASP.NET Core recognizes this need and offers a powerful solution – the...
bottom of page