top of page
Search


Sentiment analysis in a DotVVM web application with ML.NET
In this tutorial article, we will learn step by step to generate a custom Machine Learning model from ML.NET for sentiment analysis in...

The Tech Platform
Apr 25, 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 22, 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 21, 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 14, 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 12, 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


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...

The Tech Platform
Apr 9, 2022


Blazor Server App CRUD With Entity Framework Core In .Net 5
In this article, we will learn what Blazor is and how we can set up Blazor by making a basic CRUD Application with Entity Framework Core...

The Tech Platform
Apr 7, 2022


Couchbase Implementation With Net 5.0
Joker Series: It is a microservices project that I have learned and tried to implement the best approaches. I have decided to write the...

The Tech Platform
Apr 7, 2022
bottom of page