On VB columnist Joe Kunk shows you how to create and extract "almost" .ZIP files in .NET Framework 4 and standard .ZIP files in .NET Framework 4.5. The ability to compress multiple files from one or ...
I was recently called onto a project to add features to existing applications. To me, this is one of the most challenging aspects of being a developer because the existing application strips away much ...
xUnit.Net is an open source unit testing tool for the .Net Framework that provides an easy way to work with data driven unit tests I’ve been using xUnit for quite some time now, and it’s my Unit ...
If you decide on using an Enum with enumerated values in your Entity Framework class, here are the tools you'll need to make it work. But an enumerated value shouldn't be your first choice. Enumerated ...
Last month, Microsoft announced it would open source more of its .NET programming framework and take it cross-platform to Linux and Mac. The centerpiece of this work is the .NET Core, the development ...
Entity Framework Core allows you to store and retrieve data to and from an in-memory database. It’s a quick and easy way to test your ASP.NET Core 6 web applications. There are many reasons why you ...