Joe Amenta joins us to discuss how to add spatial data to your applications to open a world of new relationships between data. He will demonstrate the "status quo" for querying spatial data from .NET Core and demo integrations with NetTopologSuite and EF Core.
It started with a simple idea. 💡 What if I could write a LINQ query on a client the same way I woul...
Database synchronization is a common business challenge that can be tough to implement. How do you reconcile the data stored on local databases like SQLite across thousands or more mobile devices with your centralized cloud server? Dotmim.sync can make that happen, and we'll show you how!
In the last blog post of this series, I shared a look behind the IQueryable curtain. Using a special...
Discussion and demos about the massive performance improvements EF Core on .NET Core has compared to the .NET Framework, as well as licensing and concurrency.
In this EF Core Community Standup, software architect Tony Sneed shows how to template EF Core scaffolding to reverse engineer databases on your terms.
In this EF Core Community Standup, Microsoft engineering lead Arthur Vickers demos several of the new features available in the latest Entity Framework Core 5.0 previews.
In a previous blog post, I explored the power of expressions and used them to dynamically build a rul...
In this episode, Jeremy Likness provides guidance for using Entity Framework Core in Blazor Server projects. Includes full filtering, paging, and sorting, with automatic audits and optimistic concurrency.
LINQ stands for Language Integrated Query and is one of my favorite .NET and C# technologies. Using...
A Blazor 🔥 WebAssembly 🕸 app can be deployed as a set of static website assets and hosted on any serv...
It all began as a simple idea. I’ve been speaking with customers about Entity Framework Core (EF Core...
Azure provides some incredible services for storing and analyzing data. One service I use every day i...
A discussion about how .NET client apps connect to the server for data
I’ve said that life is like walking up the down escalator: if you stand still, you fall behind....
Modern JavaScript frameworks exist to address deficiencies in the capabilities provided out of the bo...
Finally, the true secret to debugging and troubleshooting code! Don't read this if the code you write is 100% bug free and avoid it all costs if you're not interested in improving your productivity.
Imagine for a moment you are filling out the world's longest form. You've spent 30 minutes entering d...
WebAssembly is a powerful virtual machine implemented by all the popular modern browsers. It enables...
My last speaking engagement of 2019 was during a webinar for the wonderful technology community in...
Help the lead elf developer by building a long-running stateful workflow that keeps track of gift registries without a dependency on an external database.
What an awesome year! 2019 had lots of great milestones. Every year of my professional career has b...
Recently I’ve been thinking a lot about the capabilities of pure JavaScript. It is a language that ha...
Durable Functions enables developers to implement implicit (code-based) and explicit (entity-based) s...
There is tremendous interest in Blazor WebAssembly. Developers are finally able to build browser-ba...
Windows Terminal is a brand-new terminal app that runs on Windows 10 and supports multiple configur...
Short video that demonstrates the benefits TypeScript provides by adhering to the JavaScript specification while adding new capabilities and enabling all of the native functionality you want in Node.js.
In this last installment of the six-part series, you learn how to set up continuous deployment of Azure Functions from any source repository, how to secure the function and require log in from popular providers, and where to configure a managed identity for the function to access other secured resources.
Learn how to use TypeScript to convert and transform modern JavaScript to legacy ECMAScript 5.
Build a fully functional dynamic and interactive web app that loads data from a Web API using nothing but pure HTML, CSS, and JavaScript.