Skip to content

rofr/20483-Programming-in-C-Sharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MS20483 Programming in C-Sharp

This is lab material for the official course from Microsoft Learning. The fork is an adaptation so it runs out of the box on Visual Studio 2017 Community Edition without having sql server express on the machine.

Changes

  • Change connection string data source in all App.Config files from .\sqlexpress to (localdb)\MSSQLLocalDB
  • Remove paths from CREATE DATABASE in setup
  • Deleted all the db setup cmd files

Setting up the databases

Throughout the labs, you are instructed to run CMD files which use sqlcmd.exe to execute an sql file. Instead of running the CMD file (which won't work unless you have sqlcmd on the PATH), open the sql file in VS2017 and execute it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.2%
  • PowerShell 1.8%