luebster
Follow
Full stack web dev, focused on C#, ASP.NET Core, Razor, HTML 5, SCSS, JS, MS-SQL Server, Azure App Services, Azure DB, and more.
I like building things.
- Greater Cincinnati
- @luebbe
Pinned Loading
-
-
Web-Development-Tools
Web-Development-Tools PublicA collection of libraries, tutorials, and other handy web development resources.
-
Automatically apply Entity Framework...
Automatically apply Entity Framework Core database migrations on app first run after restart/deploy 1using Microsoft.AspNetCore;
2using Microsoft.AspNetCore.Hosting;
3using Microsoft.EntityFrameworkCore;
4using Microsoft.Extensions.DependencyInjection;
5using System.Threading.Tasks;
-
Extend All The Things: A set of help...
Extend All The Things: A set of helpers for ASP.NET Core 1using System.Linq;
2using System.Security.Principal;
34public static class AuthorizationExtensions
5{
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.