- Data Access for Highly-Scalable Solutions: Using SQL, NoSQL, and Polyglot Persistence
- Parallel Programming with Microsoft .NET
- Parallel Programming with Microsoft Visual C++
- Microsoft Application Architecture Guide, 2nd Edition - October 2009
Chapter 5: Layered Application Guidelines
Chapter 7: Business Layer Guidelines
Chapter 8: Data Layer Guidelines
Tutorial 1: Creating a Data Access Layer
Tutorial 2: Creating a Business Logic Layer
Tutorial 3: Master Pages and Site Navigation
.NET Core gives you a blazing fast and modular platform for creating server applications that run on Windows, Linux and Mac. Use Visual Studio Code with the C# extension to get a powerful editing experience with full support for C# IntelliSense (smart code completion) and debugging.
Using .NET Core in Visual Studio Code
Visual Studio Code has built in Git support, but very few know how to use it on OSX with GitHub. Even in the official docs, there is only a few paragraphs on it. In this post, I’ll show you how I set it up.
Setting up Github with Visual Studio Code on OSX
set gitdir=C:\Users\Christoph.Reif\Desktop\Clean_UncleanCode\PortableGit set path=%gitdir%\cmd;%path%
git remote add origin https://github.com/MySheep/BusinessLayer.git git push -u origin master