top of page
Search
The Tech Platform
Apr 8, 2022
Authentication in ASP.Net Core
A step-by-step guide for user authentication in your ASP.Net Core Web Apps Authenticating a user is one of the basic and most widely...
The Tech Platform
Apr 7, 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
Feb 24, 2022
Building GraphQL API With .Net 5 — EF Core And Hot Chocolate
Introduction GraphQL is an open-source query language, originally developed by Facebook. It was in the year 2012 that Facebook chose to...
The Tech Platform
Oct 11, 2021
Upload And Download Multiple Files Using .Net 5.0 Web API
Begin with creating an empty web API project in visual studio and for target, framework choose .Net 5.0. No external packages were used...
The Tech Platform
Sep 22, 2021
RESTful API development in .NET 5 with Protocol Buffers and Cybtans-CLI
The Cybtans Command Line Interface aka Cybtans CLI is a cross-platform Protocol Buffers compiler for the development of RESTful APIs with...
The Tech Platform
Mar 13, 2021
C# Tricks & Features
Understanding the tricks behind any programming language can make your code to be shorter and more efficient. Expression-bodied members...
The Tech Platform
Jan 22, 2021
Basic Authentication in Swagger (Open API) .Net 5
In this article we are going to learn about the how to setup the basic authentication for our API's using swagger in ASP.NET 5.0. As we...
The Tech Platform
Jan 21, 2021
Background Tasks Made Easy With Hangfire And .Net 5
In this article we will learn about the Hangfire - .Net Library to make our background tasks and jobs easier in ASP.NET 5.0. As we all...
Vijai Anand Ramalingam
Mar 28, 2019
How to create Silverlight Rich Text Box using Visual Studio 2010
In this article we will be seeing how to create Silverlight Rich Text Box using Visual studio 2010. Steps Involved: Creating a...
bottom of page