-
Recent Posts
Tweets
- When I search for "Postman" on my desktop and swiftly choose the first result, it's a toss up as to whether I launc… twitter.com/i/web/status/1… 19 hours ago
- I've seen multiple corporations install "SSL inspection" as a security measure. Really it's a potential man in the… twitter.com/i/web/status/1… 3 days ago
- RT @PRO14Official: Screenshot and reply if you get it 🤳🎁 #GuinnessPRO14 | #PRO14Xmas https://t.co/zUHwAjEHC9 4 weeks ago
- BBC quote President Putin as saying, "I am a fairly law abiding person" (in a speech about waiting his turn for the… twitter.com/i/web/status/1… 1 month ago
- RT @PattyJenks: https://t.co/e3N00xCr5i 1 month ago
Archives
- January 2021
- September 2014
- June 2014
- January 2014
- May 2012
- January 2012
- November 2011
- September 2011
- June 2011
- March 2011
- August 2010
- July 2010
- April 2010
- November 2009
- October 2009
- September 2009
- August 2009
- March 2009
- February 2009
- July 2008
- May 2008
- March 2008
- February 2008
- January 2008
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- February 2007
- January 2007
- November 2006
- October 2006
- August 2006
- July 2006
- March 2006
- January 2006
- September 2005
- June 2005
- May 2005
- April 2005
Categories
Meta
Author Archives: Josh
Azure Functions & .NET 5 – State of Play
.NET 5 was released on November 10th 2020 and contains features (specifically C#9 support and thus Record Types) that we were keen to use in our products at Matchnet. As we’re heavily based on Azure Functions, I was happy to … Continue reading
Posted in Azure
Tagged .NET, .NET 5, Azure, Azure Functions, C#, C# 9, Durable Functions
Leave a comment
Referencing a .NET assembly in a compile time safe manner
If you need to provide a System.Reflection.Assembly instance to an API [1], there are several mechanisms for doing so. They roughly split into two camps: Run-time assembly loading Assemblies known at compile time The run-time assembly loading includes scenarios such … Continue reading
Posted in Computers and Internet
Tagged .NET, ASP.NET MVC, ASP.NET WebApi, Assembly Loading, Autofac, C#, System.Reflection.Assembly
Leave a comment
Entity Framework Performance Tip for Creating Entities
This tip is applicable if you’re using Entity Framework Code First with dynamic proxies and you have a lot of objects attached to your context, for whatever reason (e.g. within a batch job). The first thing to note is that … Continue reading
Posted in Computers and Internet
Tagged .NET, DetectChanges, Dynamic Proxies, Entity Framework
Leave a comment
Tightening Injected Dependencies on Entity Framework
Dependency injection as a pattern provides a lot of useful nudges to get you to produce easily readable and maintainable code. One way in which it does this is to make dependencies explicit so you can see exactly what services a … Continue reading
Posted in Computers and Internet, laZook
Tagged .NET, Autofac, Code First, DbContext, Entity Framework, IDbSet, laZook, Unit of Work
1 Comment
laZook Microstore
Six months ago I joined a team working on a new start-up called laZook. It’s an online distributor, providing brands with a single route to many existing eCommerce channels and some that we’re helping to develop from scratch. We handle … Continue reading
Posted in Computers and Internet, laZook, Personal
Leave a comment
Quartz.net persistent job store LAST_MODIFIED_TIME issue
I’m playing around with Quartz.net and adding support for a persistent job store via the ADO.NET Job Store. As per the recommendation, I’m instructing the job store to persist job parameters in plain text rather than BLOBs, using the configuration: <add key=”quartz.jobStore.useProperties” … Continue reading
Posted in Computers and Internet
Leave a comment
Installing Balanced Data Distributor on SQL Server 2008 R2 SP1
Edit: This post refers to an older version of the BDD installer. As per JasonH’s comment below, Microsoft has released a new installation package which should hopefully fix the installation bug. It can be found here: http://www.microsoft.com/en-us/download/details.aspx?id=4123 Original post: Microsoft’s Balanced Data … Continue reading
Posted in Computers and Internet, SQL Server
12 Comments
Deploying ASP.NET MVC 3 Razor – Missing System.Web.Helpers (and others)
Last week I was racing against time to complete a QA deployment of an ASP.NET MVC 3 application that uses the Razor view engine. The deployment was to a clean Windows Server 2008 R2 box. I had already completed the … Continue reading
Posted in Computers and Internet
Tagged ASP.NET, ASP.NET MVC 3, Razor, Visual Studio, Web Development, WebDeploy
2 Comments
Syncing Visual Studio Database Project With Entity Framework
Or: Quirks of Using Entity Designer Database Generation Power Pack If you’re searching for a way to synchronise a “Visual Studio Database Project” (also known as “SQL Server Database Project” or “TSData Project”) with an Entity Framework model, you’ve probably … Continue reading
Posted in Uncategorized
Leave a comment
New UK Electricity Pylons?
This video on new pylon designs misses the option of putting the cables underground (or underwater) instead. This would have a higher up front cost but lead to much better looking countryside and probably lower total cost of ownership. The lower total … Continue reading
Posted in Environment
Leave a comment