top of page
Search
The Tech Platform
Jul 18, 2022
Expression in LINQ - Expression<TDelegate>
The lambda Expression can be assigned to the Func or Action type delegates to process over in-memory collections. The .NET compiler...
The Tech Platform
Jul 15, 2022
How to Upload Image and Display in Image Control in ASP.NET?
In this articles, we will explain "how you can upload the image on server using Image Control in ASP.NET web-forms". Step 1: Create a new...
The Tech Platform
Jul 13, 2022
How to send email in ASP.NET Core?
Sending emails is a common requirement in ASP.NET Core web applications. In this article we will learn how to send emails with...
The Tech Platform
Jul 7, 2022
What is Mobile App Development? Languages for Android App / iOS App Development
Mobile application development is the set of processes and procedures involved in writing software for small, wireless computing devices,...
The Tech Platform
Jul 4, 2022
How to Migrate Old ASP.NET Applications to .NET Core?
.NET Core is a new version of .NET Framework, which is a free, open-source, general-purpose development platform maintained by Microsoft....
The Tech Platform
Jul 4, 2022
Programming Languages: Types of Programming Language.
A programming language is any set of rules that converts strings, or graphical program elements in the case of visual programming...
The Tech Platform
Jun 28, 2022
Filters in ASP.NET: How to use dependency injection in action filters in ASP.NET Core?
Filters are special components in ASP.NET Core that allow us to control the execution of a request at specific stages of the request...
The Tech Platform
Jun 26, 2022
Tools for good code
Code quality tools are automated tools/programs that would observe the code and point out any common issue/problem which could arise as a...
The Tech Platform
Jun 24, 2022
Run and manage periodic background tasks in ASP.NET Core 6 with C#
So starting from the empy ASP.NET Core 6 template let’s create a simple sample service that represents our business logic that should be...
The Tech Platform
Jun 21, 2022
NLog with ILogger in .Net 6.0 Web API
In software development, where intricate systems and complex functionalities intertwine, logging stands as a silent sentinel, diligently...
bottom of page