Tech blog of Jon Ryan, Web Developer & Geek

Acronym Top Trumps For .NET Developers December 10, 2022

After spending a few years coding in the .NET space you will invariably collect enough acronyms to fill a can of Alphabet soup! Some play nice together, however at times you have to choose one acronym based methodology over another.

Read More

Resources for Learning .NET December 5, 2022

If you are new to dotnet, or want to stay up to date with what is going on in and arround that space there are some great resources out there, to help you on your journey. Microsoft themselves have done a great job with https://learn.microsoft.com and it is a great place to get documentation but there is a lot more out there that you can tap into to help you on your journey as a dotnet developer. This article is a list of the most resources that I have found most useful over the past few years. I hope you will find value in them too!

Read More

Entity Framework 6 vs EF Core 6 Query Performance January 14, 2022

Should you upgrade your project from a Net Framework application using Entity Framework 6 to a Net 6 application using EF Core 6? One of the biggest decisions as to whether you would go down this route which may require a serious investment of time is; will there be a performance benefit?

Read More

Modular Blazor May 29, 2020

Blazor is great. It’s the new shiny. It enables the creation of client web apps by people who are good with C# and HTML. It’s for people who don’t want to have to learn Angular, React [insert latest JavaScript SPA framework or preference here] to create modern user friendly responsive interfaces, but use what they know.

Read More

Fine Tuning Websites April 15, 2020

How do you make a website as good as it can be? Well, there are a bunch of helpful tools available to help you do that and this will guide will point you towards a few of them.

Read More

Why I choose to ditch JQuery October 24, 2015

For projects I work on from this point on I am going to (where possible) ditch JQuery. There are three big factors which made me come to this decision. They are…

Read More

Top DNS Tools March 3, 2014

If your website works with a www but not without one, your e-mails are not getting delivered or your website is not available at all… chances are you have a DNS problem…

Read More