Improve Entity Framework Core Performance

Improve Entity Framework Core Performance

Object Relational Mappers (ORMs) can help increase our productivity. The ORM pattern can handle the integration between our C# models and the database by providing an abstraction that limits our need to understand the underlying data-access mechanisms (not an excuse...

Continue Reading

Increase ASP.NET File Upload Limits

Increase ASP.NET File Upload Limits

By default, ASP.NET and IIS protect us from large requests by putting hard limits on the transmitted size. IIS buffers files in our server’s memory before passing the byte array to ASP.NET. IIS’ default limit is 4MB and ASP.NET Core...

Continue Reading

Starting A Blog - Tips and Guide

Starting A Blog - Tips and Guide

On May 13, I’ll be giving a talk about Starting A Blog at JetBrains’ .NET Days Online. This post is a companion to the presentation but should serve as an excellent general-use guide for anyone starting their blogging adventure. Starting...

Continue Reading