New blog post!
What Books Should I Read to Learn ASP.NET Core and Blazor?
https://kerrick.blog/articles/2025/24-books-asp-net-blazor-front-matter/

New blog post!
What Books Should I Read to Learn ASP.NET Core and Blazor?
https://kerrick.blog/articles/2025/24-books-asp-net-blazor-front-matter/
Mindera is hiring Dot Net Fullstack Developer (Senior/Tech Lead)
#csharp #javascript #dotnet #aspdotnet #react #api #aws #azure #gcp #mvc #sql #seniorengineer #techlead
Bengaluru, India
Full-time
Mindera
Job details https://jobsfordevelopers.com/jobs/dot-net-fullstack-developer-senior-tech-lead-at-mindera-com-mar-26-2024-94ca8b?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Just checked with `time` the time it takes for two CLI frameworks to perform one command invocation (which is basically an empty method body).
One takes 0.13s, the other 0.16s (synthetic benchmark difference is 0.04s).
Most of the time is spent configuring the WebApplicationBuilder.
Do I care that "--help" is printed in 0.09s/0.16s?
Adding to my #SSG ramblings. This is roughly the layout I'm thinking of.
Whether /content/Home will be there, I don't know yet, that is how Grav does it.
Keeping the wwwroot and Views/-structure, as that is configured by-default in ASP.NET.
The Views are all runtime-compiled and then rendered based on files inside the content-folder.
Building an #SSG, the easy part: Getting templates to render.
The difficult part: Listing all content (Markdown), storing them, assigning metadata.
The hard part: Making sense of all the data acquired.
It lives, and includes pain.
But _ViewStart, Layouts and all this good stuff works just fine.
Gonna be building my #AspDotNet admin interface then … just to be able to rebuild a #Hugo site manually, or when some file changed.
Great.
Please stop me from writing a #Hugo frontend in #AspDotNet.
Mindera is hiring Senior Tech Lead (.NET)
#dotnet #csharp #dotnetcore #aspdotnet #react #aws #cicd #mvc #seniorengineer #techlead
Bengaluru, India
Full-time
Mindera
Job details https://jobsfordevelopers.com/jobs/senior-tech-lead-net-at-mindera-com-mar-11-2024-754e42?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
GoDaddy is hiring Software Engineer
#csharp #java #javascript #python #dotnet #dotnetcore #aspdotnet #api #aws #mysql #awss3 #sql
Colombia
Full-time
GoDaddy
Job details https://jobsfordevelopers.com/jobs/software-engineer-at-godaddy-com-apr-24-2024-569c89?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Mindera is hiring Senior Tech Lead (.NET)
#dotnet #csharp #dotnetcore #aspdotnet #react #aws #cicd #mvc #seniorengineer #techlead
Bengaluru, India
Full-time
Mindera
Job details https://jobsfordevelopers.com/jobs/senior-tech-lead-net-at-mindera-com-mar-11-2024-754e42?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
You know why PHP is still around? Because it's fucking simple.
The levels of abstraction in Web Frameworks like React/Angular or ASP.NET Core is a little silly. You have to navigate through 4-5 files of logic before you actually get to the rendering of a page.
PHP?
<?php echo "Hello World!"; ?>
If dotnet could give me a syntax and framework as simple as PHP, I think it'd dominate. Just one file (index.cs), not a zillion files and boilerplate.
Call it ASP.NET Min
What's New in .net 8
Performance
Cloud Native
ASP .net Blazor Full Stack
Artificial Intelligence
.Net MAUI
Announcing .NET 8 - .NET Blog https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/
I'd love to talk with someone about #dotnet Aspire on the #podcast. If you've used it in a project, I'd love to hear from you.
I'm also contemplating reaching out to @davidfowl (and/or the #aspDotNet team) to see if I can get an overview conversation, too.
#golang templates are garbage compared to the #DevEx of #AspDotNet #razor
#dotnet
I find it increasingly irritating how German companies treat potential job candidates.
Why on earth is it more important to know a specific framework in detail than having a successful track record with similar technologies?
Who is realy up to date on the bleeding edge of #springboot, wildfly #AspDotNet Core, #openui5, #hotwire, #vue, #django and let's say #laravel and #elm at the same time?
Why is a "you need a certificate for it" mentality applied at the same time?
Got an email from Shaun Walker about the drama surrounding DotNetNuke, which I was totally unaware of until now. I was an early adopter, and helped the State of Ohio implement it in 2010 also for a number of sites. I did have a brownfield and retirement plan in place, wonder if they followed it.
Anyway, if you are a .NET person and looking for CMS capabilities, check into Shaun's replacement, Oqtane. It's slick.
I am abandoninng #dotnet #maui I have wasted too many days of my life trying to get the android emulator working on various laptops.
I haven't even started on the iPhone version.
Happy to get back to #aspdotnet and #blazor
Longing for the day that I can yeet this powerpages app into the sun and just replace it with some lovely #AspDotNet #blazor instead
Educate me:
If you are already using MVC then why use the Mediator pattern?
Both use 'routing'....