Skip to content

.NET Blog

330+ posts on Azure, C#, Entity Framework, .NET, Software Engineering and Visual Studio

Dave Callan

Full stack .NET Developer and Solutions Architect contractor with over 17 years experience obtained across multiple domains and organisations such as Citibank, Central Bank, AIB, ESB, United Drug and RTE.

 

  • BACK TO BLOG HOMEPAGE !!!

Recent Posts

  • Entity Framework DbContext pooling performance benchmark July 19, 2022
  • Change schema name in Entity Framework Core July 18, 2022
  • How to have multiple baselines in BenchmarkDotNet July 17, 2022
  • Group benchmarks by method when using Params in BenchmarkDotNet July 17, 2022
  • How to have a GlobalSetup per benchmark in BenchmarkDotNet July 17, 2022
  • How to configure inheritance mappings in Entity Framework 7 July 17, 2022
  • Entity Framework 7 TPH, TPT and TPC inheritance mapping performance benchmarks July 16, 2022
  • How to view Cyclomatic Complexity in Visual Studio July 16, 2022
  • Include only slow queries in a SQL Server Profiler trace July 16, 2022
  • View transaction related events in a SQL Server Profiler trace July 16, 2022
  • .NET 6 v .NET 7 reflection performance benchmarks July 16, 2022
  • Benchmark different batch sizes in Entity Framework using BenchmarkDotNet July 15, 2022
  • Programmatically set Entity Framework batch size July 15, 2022
  • How to use HILO with Entity Framework Core July 14, 2022
  • How to benchmark different versions of the same library with BenchmarkDotNet July 12, 2022
  • Entity Framework 7 performance improvements due to less roundtrips July 12, 2022
  • Entity Framework entity configuration with Fluent API July 12, 2022
  • Showing TSQL preview in SQL Server Management Studio vertical scrollbar July 12, 2022
  • Drag object names from Object Explorer into query window in SQL Server Management Studio July 12, 2022
  • Running BenchmarkDotNet benchmarks against .NET 7 July 12, 2022
  • BACK TO BLOG HOMEPAGE !!!

Categories

  • .NET Core Blog (59)
  • ASP.Net MVC (11)
  • Automapper (6)
  • Azure Blog (25)
  • C# Blog (40)
  • Databases (41)
    • SQL Server Blog (36)
  • Deployment (8)
  • Design Patterns (24)
  • Entity Framework Blog (63)
  • eShopOnWeb (17)
  • Frontend (11)
  • Performance Improvement (25)
  • Software Architecture (25)
  • Software Development (41)
  • SSIS (5)
  • Testing (7)
  • Visual Studio Blog (79)
  • VS Code (4)
  • Web Application Security (3)
  • WordPress (3)
  • BACK TO BLOG HOMEPAGE !!!

Category: Visual Studio Blog

Visual Studio logo

Below there’s over 70 Visual Studio blog posts covering a large variety of Visual Studio tips, tricks, how-tos, new features etc…

Discouraging use of the var keyword and ternary if operator

I would always favour typing more code to make it more explicit, more readable and to ensure consistency in style … Continue reading Discouraging use of the var keyword and ternary if operator

Posted on May 29, 2015June 13, 2015Categories C# Blog, Software Development, Visual Studio BlogLeave a comment on Discouraging use of the var keyword and ternary if operator

Using MSBuild to publish a website just like in Visual Studio

Right clicking on a web project or a WCF project (others too I’m sure) in Visual Studio presents you with … Continue reading Using MSBuild to publish a website just like in Visual Studio

Posted on April 28, 2012July 6, 2022Categories Deployment, Software Development, Visual Studio BlogLeave a comment on Using MSBuild to publish a website just like in Visual Studio

Sharing connectionStrings and appSettings between multiple projects

My last post talked about how to do this for appSettings via the file attribute however as I mentioned in … Continue reading Sharing connectionStrings and appSettings between multiple projects

Posted on March 23, 2012May 8, 2014Categories Deployment, Software Development, Visual Studio BlogLeave a comment on Sharing connectionStrings and appSettings between multiple projects

Common appSettings file for all projects in a solution

Many solution structures look a bit like below. This means that if some code in for instance MYSOFTWARE.APPLICATIONSERVICES requires access … Continue reading Common appSettings file for all projects in a solution

Posted on March 22, 2012Categories Deployment, Software Development, Visual Studio BlogLeave a comment on Common appSettings file for all projects in a solution

Posts navigation

Previous page Page 1 … Page 3 Page 4
Proudly powered by WordPress | .NET | .NET Blog | Visual Studio Blog