Tag: Visual Studio
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
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
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
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
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
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
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
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
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
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!