Nov 1

Getting Started with Entity Framework Core and How to Configure DbContext class in Asp.Net Core

What is Entity Framework Core: If we want to interact with a database in an aspnet MVC core application, there may be several providers for it, such as

By Syed Haroon

Jul 26

Devops and How does it perform and practices- Walkthrough

The new name for Microsoft Visual Studio Team Services is Azure DevOps (VSTS) It is seen as a promising technology for managing the application lifetime Azure

By Syed Haroon

Nov 30

What’s new in Visual Studio 2022

Visual Studio is one the most popular IDE (Integration Development Environment) where you can code, debug, compile and deploy your NET applications It has more

By Suhas Parameshwara

Oct 17

Create your First Blazor App using Visual Studio 2019

Blazor is a framework where you can build client-side UI for your NET Core applications Basically, the idea is to develop your UI using C# rather than

By Suhas Parameshwara

Jul 26

Microsoft Inspire 2019 – Corenote Recap

Microsoft Inspire which is also known as Microsoft Worldwide partner conference happens on every year held by Microsoft Community for its partner community In

By Suhas Parameshwara

Jul 17

Introduction to AutoMapper

Those who work on large enterprise NET applications, I’m damn sure that you convert your objects from view model to domain model and vice versa And

By Suhas Parameshwara

Apr 2

Visual Studio 2019 Launch Event – Live Blog

Visual Studio 2019 launch event provides us the latest updates regarding VS2019 For the first time in TechMeet360, a live blog is gonna happen soon The live

By Suhas Parameshwara

Dec 24

What’s new in Visual Studio 2019

Visual Studio is an integrated development environment (IDE) from Microsoft It is used to develop computer programs, websites, web apps ,web services and

By Suhas Parameshwara

Dec 10

Microsoft Connect(); 2018 Recap

TechMeet360 is a technology meetup event conducted across India exclusively for technology enthusiasts who are very much keen to imprint their footsteps in the

By Suhas Parameshwara

Nov 13

Azure Function Deployment Techniques

After the development of a single Azure Function or a group of function, we need to deploy it to Azure That’s the purpose of developing it right Jokes apart!

By Hariharan subramanian