Jeremy Likness, InfoQ

Jeremy Likness

InfoQ

Redmond, WA, United States

Contact Jeremy

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • InfoQ
  • Microsoft Channel 9
  • Practical Developer
  • Microsoft Azure

Past articles by Jeremy:

Deep Diving Into EF Core: Q&A With Jeremy Likness

Entity Framework (EF) Core is a cross-platform, open-source object-database mapper for .NET. InfoQ interviewed Jeremy Likness to know more about it and what we should expect for its next release. → Read More

Deep Dive into Many-to-Many: A Tour of EF Core 5.0 pt. 2

On the surface many-to-many in EF6 and EF Core look very similar. However, under the covers the design in EF Core 5.0 is much more flexible and powerful In this episode, Arthur Vickers returns to chat → Read More

GraphQL Schema stitching

With Schema stitching, developers can create a unified GraphQL schema from multiple underlying GraphQL APIs. This gives us the benefit of reducing multiple data queries for our data in a single reque → Read More

YARP: The .NET Reverse proxy

Reverse proxies can help simplify how clients access your backend services. YARP (Yet Another Reverse Proxy) is designed as a library that provides the core proxy functionality which you can customize → Read More

ASP.NET Core Series: Blazor

ASP.NET Core is our open-source, cross-platform framework for building modern, cloud-enabled, Internet-connected apps. In this series of videos we'll be cover many of the interesting features of the f → Read More

Migrating EDMX projects to Entity Framework Core

Many projects have used the EDMX files and the EF Designer to generate their models with Entity Framework. However, Entity Framework Core has not added support for EDMX generation. So what do you if y → Read More

Diving into Durable Entities

Durable Entities is a new feature that will be available in Durable Functions v2, and will enable a new class of stateful patterns for Azure Functions. In this episode, Chris Gillum and Sebastian Burc → Read More

Supporting IAsyncEnumerable with LINQ

With IAsyncEnumerable being introduced in .NET Core 3, it's not surprising that developers might want to leverage their existing knowledge of Linq operations when working with async streams. In this e → Read More

Updating the WinForms Designer for .NET Core 3.0

There are many benefits that .NET Core can bring to desktop applications. With .NET Core 3.0, support is being adding for building desktop application with WinForms and WPF. In this episode, Jeremy is → Read More

DevOps For ASP.NET Developers Pt. 8

With Azure DevOps, you have the option to use only the features you need. For instance you already have your own system for work item tracking or source control, you can still use those along with Azu → Read More

DevOps For ASP.NET Developers Pt.7

Throughout this series, we have gone through everything from work item tracking, unit testing and even build pipelines. This all happened with CI/CD already setup in Azure DevOps. What if you don't ha → Read More

Countdown for Microsoft Build: Things to Do Part 2

Get a unique view of downtown atop the Seattle Great Wheel, the largest observation wheel on the west coast. Then, after learning about all the latest content at Microsoft Build, see the history of wh → Read More

DevOps For ASP.NET Developers Pt.5

Software testing is an essential practice for producing high quality, production ready software. It helps improve the stability, maintainability, and the confidence that developers have in their code. → Read More

Devops For ASP.NET Developers Pt. 3

Being able to visualize the work ahead is an integral part to the success of any software project. With Azure Boards, you can quickly and easily start tracking tasks, features, and bugs associated wit → Read More

DevOps For ASP.NET Developers Pt.2

When using Azure Repos you have the option of choosing from centralized version control with TFVC or distributed version control with Git. In part 2 of our DevOps For ASP.NET Developers series, Abel a → Read More

DevOps For ASP.NET Developers Pt.1

DevOps is the union of people, process, and products to enable continuous delivery of value to our end users. Azure DevOps is everything you need to turn an idea into a working piece of software. In t → Read More

Plasma gets Rust-y: Another WebAssembly Experiment

Building a plasma canvas effect using Wasm compiled from Rust. I’ve ... → Read More

Learning Machine Learning with .NET, PyTorch and the ONNX Runtime

ONNX is a open format to represent deep learning models that is supported by various frameworks and tools. This format makes it easier to interoperate between frameworks and to maximize the reach of y → Read More

Exploring Microsoft the Graph SDK

Microsoft Graph is a gateway to the data and intelligence in Microsoft 365. It provides a unified programming model that you can use to take advantage of the data in Office 365, Enterprise Mobility &# → Read More

Diagnosing ASP.NET Core performance issues

In the episode, Mike Russo shows us how we can use tools like PerfView and PerfCollect to diagnose performance problems in ASP.NET Core applications. He discusses how we can use the tools for performa → Read More