top of page
Search

The Tech Platform
Apr 28, 2022
Exception Handling in C#
Exception Handling in C# is a process to handle runtime errors. We perform exception handling so that normal flow of the application can...

The Tech Platform
Apr 28, 2022
Parsing Text File By Span and Memory
We will write a method and the method will read all of the text inside the file then it will count the occurrences of the words. Like a...

The Tech Platform
Apr 22, 2022
Outbox Pattern in .Net
What’s the Outbox Pattern? A reliable way of saving state to your database and publishing a message/event to a message broker. Why do you...

The Tech Platform
Apr 21, 2022
How to Integrate BoldSign into Your ASP.NET Core Application
BoldSign is a web application that enables users to sign documents digitally and allows you to send documents for e-signatures from...

The Tech Platform
Apr 21, 2022
Implement Pagination in ASP.NET MVC
Pagination is a common requirement in web applications that deal with large amounts of data. In ASP.NET MVC, pagination can be...

The Tech Platform
Apr 14, 2022
Creating Scheduled Jobs Using Hangfire
In this article, we will make a .NET CORE application that sends mail using the Hangfire framework. Without giving much theoretical...

The Tech Platform
Apr 12, 2022
Migrating ASP.NET Core data protection with zero downtime
Problem: How do we migrate from a key ring which is protected by Key Vault, to a key ring which is protected by a certificate, without...

The Tech Platform
Apr 11, 2022
Top .NET Interview Questions and Answers
Q-1: What is the .NET framework? The .NET framework supports an object-oriented approach that is used for building applications on...

The Tech Platform
Apr 11, 2022
LINQ to SQL in ASP.Net With CRUD Operations
Language-Integrated Query (LINQ) In Language-Integrated Query (LINQ) to SQL, the data model of a relational database is mapped to an...

The Tech Platform
Apr 9, 2022
Dotnet core gRPC Service Development, Test and Deployment as Windows Service
Why should I use gRPC service; What is RPC? First of all, if you have a standard SOAP or REST service, you may question why you should...
bottom of page