Visual Studio
Mar 17, 2020

How to create a blank solution without a folder

Learn how to create a blank solution in Visual Studio without the hassle of dealing with nested folders. Discover a simple fix and a more flexible option using the dotnet CLI. Check out the article to find out the step-by-step instructions!

Visual Studio Web Development
Jul 30, 2018

Solving SerializationException with Entity Framework 6 tooling

Are you experiencing a SerializationException error while working with Entity Framework 6? Don't worry, you're not alone. In this article, we'll dive into the root cause of this error and the solution that may surprise you. Don't miss out on the unexpected twist that led us to fix this issue!