-
Studio 2019 Preview 2 and Xamarin
Looking over the preview and I see some nice UI tweaks a coming. Check it out: What’s New in Visual Studio 2019 Preview 2 for Xamarin
-
.Net Core 3 the next version
I still have not gone down the full .Net Core 3 path- but soon yes… Meanwhile MSDN mag has good preview on the topic: .NET Core – What’s Coming in .NET Core 3.0 msdn.microsoft.com
-
Azure: Static Web Pages Article
I’m not really into “Static” web pages, but an interesting read popped up on the Azure Blog. Static websites on Azure Storage now generally available Today we are excited to announce the general availability of static websites on Azure Storage, which is now available in all public cloud regions. .microsoft.com
-
From the course: C#: Delegates, Events and Lambdas
https://www.linkedin.com/learning/c-sharp-delegates-events-and-lambdas/welcome C#: Delegates, Events and Lambdas – Welcome Join Joe Marini for an in-depth discussion in this video, Welcome, part of C#: Delegates, Events and Lambdas. www.linkedin.com
-
From the course: Using Generics in C#
https://www.linkedin.com/learning/using-generics-in-c-sharp/using-generics-to-make-your-code-safer-and-more-valuable Using generics to make your code safer and more valuable Join Robby Millsap for an in-depth discussion in this video, Using generics to make your code safer and more valuable, part of Using Generics in C#. www.linkedin.com
-
From the course: Visual Studio Developer Tips
https://www.linkedin.com/learning/visual-studio-developer-tips/the-clear-recent-project-list-extension The Clear Recent Project List extension Join Walt Ritscher for an in-depth discussion in this video, The Clear Recent Project List extension, part of Visual Studio Developer Tips. www.linkedin.com
-
From the course: Docker for .NET Developers with Visual Studio
https://www.linkedin.com/learning/docker-for-dot-net-developers-with-visual-studio?isLearningSubscriber=true&trk=feed-cymbii_course_title_learning Docker for .NET Developers with Visual Studio Discover how to use Docker—a popular software containerization platform—to streamline your .NET development workflow. www.linkedin.com
-
Happy Thanksgiving
Happy Thanksgiving!
-
Azure Deep Dive Class Completed.
Finished up a week of deep dive into Azure Logic Apps, Service Bus, and Integration accounts. I need to write up some conversations…. and of course, some setup walk-throughs.
-
EF Core adds DB Seeding back with some gotchas
Looking back down the latest with EF core (in my case 2.1.4), I notice some gotchas when it comes to Data Seeding…. So basically when you involve your migrations with using .HasData it’s understood that you must provide a initial value for all columns that are keys. **Side note: this comes from the EF Core team that they want to maintain consistency across multiple migrations. Well, I can understand their reasoning, but I think it’s unnecessary, because we are talking about in most cases initial testing data. I get it. With this requirement in mind, this brings up some problems with seeding. In particular with data classes that have…



