List Headline Image
Updated by Chesta Sharma on Nov 18, 2022
 REPORT
7 items   1 followers   0 votes   1 views

7 ideas from Asp.net technology that every developer should know

best solution on tech stuff

Creating a React app with Dotnet Core as backend and publishing on Azure 

Creating React UI app with Dotnet Core as backend. Benefit: UI and backend runs on same host, so we don't get CORS issue.
Let's learn easy way of : Creating a React app with Dotnet Core as backend and publishing on Azure
We'll see -
○ End-to-end solution
○ Creating React UI app with Dotnet Core as backend
○ Github source code

○ How to deploy on Azure

When to make a class Static in C# or Java or typescript

We'll see when its best to use static class instead of other types of classes. Use of static class in a real world application. It applies to C#, Java & TypeScript

Many people either beginner or with experience struggle to get when to exactly make a class static or when to use a static class. Situation where we need a class which act like a utility/toolbox/storeroom...

Low level: JWT authentication implementation in Asp.Net Core C#

We'll see low level details of how we should implement JWT authentication in Asp.Net Core C#, best practices and key parameters.

Know JWT Token? It is used in modern Asp.Net application for make it more secure and reliable.
JWT or Json web token is used to authenticate the calls of application, it’s an open-source service and have been adopted by industry at large scale.

What is Json web token or JWT token

What is Json-web-token or JWT token. We'll see the use of JWT token and composition of JWT token. How JWT token is used in authentication.

Creating a Mongo DB based backend in ASP.Net Core API

Want to know about MONGO DB ?
Its:
• Document-oriented database
• Open source
• Can be used to store large data
• Quite easy to setup and use
• Called NoSQL database which means no-only SQL
• Retrieval & storage and of data in the MongoDB are not in the form of tables.
Lets learn -
Creating a Mongo DB based backend in ASP.Net Core API

How to boost confidence in a new programmer in a team environment

Tips: How to boost confidence in a new programmer in a team environment. How to boost a fresher's confidence in a software development team.

Many freshers and new programmers find it tough to work in a team environment. Here are few tips which works in fostering confidence among new team members. A simple thing which boosts confidence like nothing is code check-in.

Direct to Solution - Learn first, get hired later!

Learn first, get hired later!
Learn good contents designed by industry experts on Asp.Net Core, C#, OOPs, Python, JavaScript, Node, Azure, Singapore, Niyo global cards, travel, iPhone, mobile hacks.
Some topics from programming are like:
When to use static class in C#
What is Intersection Observer, what is JWT,
When to make a class Static in C# or Java or typescript,