[go: nahoru, domu]

Skip to content

ChRe777/BusinessLayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General Guidance - Patterns & Practices Developer Center

  • 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

Microsoft Application Architecture Guide, 2nd Edition - October 2009

Chapter 5: Layered Application Guidelines

Chapter 7: Business Layer Guidelines

Chapter 8: Data Layer Guidelines

3-tier Architecture with ASP.NET 2.0 - Tutorial

Tutorial 1: Creating a Data Access Layer

Tutorial 2: Creating a Business Logic Layer

Tutorial 3: Master Pages and Site Navigation

Visual Studio Code

.NET Core

.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

Git

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

Setup Portable Git

set gitdir=C:\Users\Christoph.Reif\Desktop\Clean_UncleanCode\PortableGit set path=%gitdir%\cmd;%path%

Checkin First Time

git remote add origin https://github.com/MySheep/BusinessLayer.git git push -u origin master

About

BusinessLayer Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages