Skip to content

A revamp of The C# Academy using all the power of .NET 8's new Blazor!

Notifications You must be signed in to change notification settings

EliezC/TCSA.V2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appsettings.json:

{ "Values": { "GithubClientId": "", "GithubClientSecret": "" },

"ConnectionStrings": { "DefaultConnection": "Server=(localdb)\MSSQLLocalDB;Initial Catalog=TCSA_V2; Integrated Security=true;" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*" }

About

A revamp of The C# Academy using all the power of .NET 8's new Blazor!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 68.1%
  • HTML 27.8%
  • CSS 4.1%