@mjovanovictech I think you'll find sable interesting. It's a tool we built at Bloomberg for MatenDB that's heavily inspired by the dotnet ef tool. We recently open sourced it: bloomberg.github.io/sable/
How can you apply EF migrations in production?
The most common approach is through the CLI with the Update-Database command.
However, I prefer creating SQL scripts for migrations. I can check the SQL statements to make sure everything is OK.
It's even better if you have a DBA.
We're excited to welcome @kelseyhightower, a software engineer & developer advocate known for his work with @kubernetesio & #opensource software, for a day-long visit to @Bloomberg HQ in NY today as part of our Distinguished Engineers Speaker Series.
It's time...
Dotnet Engine will launch Monday, December 4th!
A platform to manage, host, and deploy .NET web apps and databases.
- Provision web servers on a VPS
- Setup a Database
- Link your git repo
- Run app builds and deploys
- Flat pricing no matter how many apps and databases you have
The perfect place to host your personal and small business applications written with C# and .NET.
Dotnet Engine will launch with 3 tiers of plans.
30% off both monthly and yearly plans will be offered during the launch.
@escobyte@davidfowl@kelseyhightower@davidfowl , around the time when I started learning. NET, I saw in an interview on the Careers Behind the Code series featuring David. At that time, I barely knew anyone in the .NET space, let alone other black engineers, and definitely felt inspired by him.
@davidfowl Big congrats on your Distinguished Engineer promotion! 🎉 As a trailblazing black tech leader, you're an inspiration to our 12k strong black software engineers group. We'd be honored to have you for an AMA, following @kelseyhightower's insightful session last year! 👏
Is anyone interested in submitting a PR for this feature to #aspnet?
github.com/dotnet/aspnetc…
Happy to provide guidance to anyone who is interested! 😄 👩🏽💻
Way to jump right in @joenatech7 to pen that PR and coordinate the contribution between the #Marten & #GraphQL projects! Nice job demonstrating what @bloomberg's #opensource first culture is all about! 🎉
With the newest preview we have merged our #MartenDB integration. Thanks so much to @joenatech7 for his work in this. If you want to try it out you can do so by using the following package:
nuget.org/packages/HotCh…
cc @oskar_at_net
@kelseyhightower Congrats on your epic promotion to L9! We’re a group of over 10k black software eng studying data structures, algorithms & architecture for tech interviews. We’d love if you could do an AMA in our study group using Facebook Audio Rooms! bit.ly/3FAdm1d
Hi @DamianEdwards, while .NET provides a vast array of data structures, I wondering why .NET team has decided to not implement a built-in Heap, something like PriorityQueue that Java has. Lack of it would make C# less appealing for implementing some algorithms.