Categories
Development Visual Studio

Getting Started with GitHub Co-Pilot in Visual Studio: Your Ultimate Guide

Introduction: GitHub Co-Pilot is revolutionizing the way developers write code by providing AI-powered assistance directly within their Integrated Development Environments (IDEs). If you’re a Visual Studio user looking to enhance your coding experience, you’re in the right place. In this blog post, we’ll walk you through the process of setting up GitHub Co-Pilot in Visual […]

Categories
Development Entity Framework Visual Studio

Visual Studio 2019 EDMX files not updating

On April 2nd, 2019 Microsoft released their newest Visual Studio 2019. As a developer who works with Visual Studio daily, I immediately downloaded the newest IDE and started to use. I enjoyed it from the start and the small UI differences work great. But this post is not about how it works but about a […]

Categories
Visual Studio

C# MVC broken Razor Intellisense

Today I was looking at the new feature Microsoft announced a few weeks ago that Xamarin is now in Visual Studio by default. After working with it for a few hours I had to go back and make some changes to one of our web mvc projects. At that moment I saw that I did […]

Categories
Entity Framework

Multiple Active Results

Recently I was creating a new Web Application using Entity Framework Code First principal. After a while I was getting the hang of it when I got an error message which I couldn’t place and had not seen before. It was of the type EntityCommandExecutionException and the Inner Exception said There is already an open […]

Categories
Visual Studio

Visual Studio “Run with CMD”

I have been working with visual studio and .net application for a few years now. And one of the things we use a lot are deploy commands. In the beginning I would go to the Windows Explorer and run from there. But I found out that it was much easier to create a menu item […]