Jeremy Likness ⚡️

Jeremy Likness ⚡️ @jeremylikness

About: Hi! I am a longtime developer with a passion to empower other developers to be their best. I focus on cloud development and everything related to data access from .NET and .NET Core.

Location:
Seattle
Joined:
May 15, 2018

Jeremy Likness ⚡️
articles - 70 total

Geospatial Data: A New Dimension for .NET

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.

Learn More 5 0Oct 12 '20

Run EF Core Queries on SQL Server From Blazor WebAssembly

It started with a simple idea. 💡 What if I could write a LINQ query on a client the same way I woul...

Learn More 23 2Sep 21 '20

Synchronize Databases with Only Five Lines of Code

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!

Learn More 65 3Sep 4 '20

Take Control of your Queries: Inspect and Mutate IQueryable Expression Trees

In the last blog post of this series, I shared a look behind the IQueryable curtain. Using a special...

Learn More 16 1Aug 18 '20

High Performance Database Access with EF Core

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.

Learn More 22 1Aug 7 '20

Keep your Code and Database in Sync

In this EF Core Community Standup, software architect Tony Sneed shows how to template EF Core scaffolding to reverse engineer databases on your terms.

Learn More 32 1Jul 29 '20

Master your Database using C# with EF Core 5.0

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.

Learn More 40 0Jul 22 '20

Look Behind the IQueryable Curtain

In a previous blog post, I explored the power of expressions and used them to dynamically build a rul...

Learn More 23 0Jul 20 '20

EF Core Community Standup: Blazor

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.

Learn More 16 0Jul 14 '20

Filter Your Grids: How to Dynamically Build LINQ Expressions

LINQ stands for Language Integrated Query and is one of my favorite .NET and C# technologies. Using...

Learn More 45 2Jun 4 '20

Azure AD Secured Serverless Cosmos DB from Blazor WebAssembly

A Blazor 🔥 WebAssembly 🕸 app can be deployed as a set of static website assets and hosted on any serv...

Learn More 21 1May 26 '20

EF Core and Cosmos DB with Blazor WebAssembly

It all began as a simple idea. I’ve been speaking with customers about Entity Framework Core (EF Core...

Learn More 34 0May 14 '20

Deep Data Dive with Kusto for Azure Data Explorer and Log Analytics

Azure provides some incredible services for storing and analyzing data. One service I use every day i...

Learn More 17 1Apr 13 '20

What is your Data API strategy?

A discussion about how .NET client apps connect to the server for data

Learn More 17 1Mar 23 '20

My New Role as Senior Program Manager for .NET Data

I’ve said that life is like walking up the down escalator: if you stand still, you fall behind....

Learn More 16 5Mar 22 '20

Build a Single Page Application (SPA) Site With Vanilla.js

Modern JavaScript frameworks exist to address deficiencies in the capabilities provided out of the bo...

Learn More 659 13Feb 27 '20

The Secret Art of Debugging

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.

Learn More 389 15Jan 24 '20

Blazor State Management

Imagine for a moment you are filling out the world's longest form. You've spent 30 minutes entering d...

Learn More 39 0Jan 21 '20

Explore WebAssembly System Interface (WASI for Wasm) From Your Browser

WebAssembly is a powerful virtual machine implemented by all the popular modern browsers. It enables...

Learn More 20 1Jan 10 '20

Blazor: .NET in Your Browser

My last speaking engagement of 2019 was during a webinar for the wonderful technology community in...

Learn More 40 7Jan 8 '20

Create a Stateful Serverless <⚡> Holiday Registry

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.

Learn More 47 1Dec 22 '19

The Year of Angular on .NET Core, WebAssembly, and Blazor: 2019 in Review

What an awesome year! 2019 had lots of great milestones. Every year of my professional career has b...

Learn More 13 0Dec 30 '19

Client-side JavaScript Databinding without a Framework

Recently I’ve been thinking a lot about the capabilities of pure JavaScript. It is a language that ha...

Learn More 70 1Nov 27 '19

Serverless HTTP With Durable Functions

Durable Functions enables developers to implement implicit (code-based) and explicit (entity-based) s...

Learn More 40 0Nov 21 '19

Advanced Blazor: Shared Assemblies and Debugging from Edge

There is tremendous interest in Blazor WebAssembly. Developers are finally able to build browser-ba...

Learn More 22 0Nov 20 '19

Custom Terminals and User Interface (UI) in Windows Terminal

Windows Terminal is a brand-new terminal app that runs on Windows 10 and supports multiple configur...

Learn More 41 1Nov 19 '19

TypeScript for Node.js Developers

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.

Learn More 129 1Nov 1 '19

Add Continuous Deployment, Authentication, and a Managed Identity to your Serverless Function in Under 10 Minutes

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 More 46 0Oct 28 '19

Convert Modern JavaScript to Legacy (ECMAScript 5) in Minutes

Learn how to use TypeScript to convert and transform modern JavaScript to legacy ECMAScript 5.

Learn More 12 2Oct 25 '19

Vanilla.js - Getting Started

Build a fully functional dynamic and interactive web app that loads data from a Web API using nothing but pure HTML, CSS, and JavaScript.

Learn More 97 9Oct 22 '19