Tagged: csharp

0

var firstWebApp = deployed;

I just hit the deploy button on the first web app I’ve ever put into production! This week/month has been crazy, and I don’t plan on slowing down any time soon. 🙂 The app I finished is a user management...

0

C# DateTime Extensions

Hello! So for the past few weeks I’ve been working with a lot of DateTime logic in the app I’m developing, and I wrote some c# DateTime extension methods for my own purposes. I thought I’d share them in case anyone...