1.
Be careful with varchars in Dapper!
In this post I will show you an interesting problem that we experienced when querying a SQL Server database with Dapper.
(The Code Project Open License (CPOL))
Database »
Database »
SQL Server
|
Sebastian Solnica
|
Updated: 16 May 2013
Rating:
(0 votes for this Article)
|
|
2.
Making elmah.axd, a log viewer for multiple applications
Making elmah.axd, a log viewer for multiple applications.
(The Code Project Open License (CPOL))
Web Development »
ASP.NET »
General
|
Sebastian Solnica
|
Updated: 24 Mar 2013
Rating:
(0 votes for this Article)
|
|
3.
Diagnosing ASP.NET views compilation with FrontMan
In today’s post I will show you how we fought a pesky compilation problem with Razor views in our ASP.NET MVC application.
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries »
.NET Framework »
Instrumentation
|
Sebastian Solnica
|
Updated: 30 Jan 2013
Rating:
(0 votes for this Article)
|
|
4.
MSBuild: MSB3275 warning, GAC and .NET version
In this post I will describe you an interesting problem that my colleague ran into at work.
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries »
.NET Framework »
Instrumentation
|
Sebastian Solnica
|
Updated: 5 Jan 2013
Rating: 4.00/5
(1 vote)
|
|
5.
Topshelf’s Windows Service and try-finally
I recently needed to diagnose an interesting problem with one of our Topshelf’s Windows Services. The service ended in a StopPending state and we needed to kill it in order to make it work again. But before killing the service … Continue reading →
(The Code Project Open License (CPOL))
|
Sebastian Solnica
|
Updated: 7 Dec 2012
Rating:
(0 votes for this Article)
|
|
6.
NLog LayoutRenderer for assembly version
This post will be short and is inspired by Robert’s comment under my previous post (Thanks for it!). Robert pointed (and I completely agree) that it might be useful to have application assemblies versions listed in the log output. So … Continue reading →
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries »
.NET Framework »
Instrumentation
|
Sebastian Solnica
|
Updated: 22 Nov 2012
Rating: 5.00/5
(1 vote)
|
|
7.
To log or NLog
Today’s post is dedicated to NLog – one of the logging libraries available for .NET developers.
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries »
.NET Framework »
Instrumentation
|
Sebastian Solnica
|
Updated: 5 Nov 2012
Rating: 4.00/5
(1 vote)
|
|
8.
Introducing Musketeer – the performance counter data collector
In this post I will show you how to create a very simple Windows Service (I will call it Musketeer) that will collect information about other processes running on a server. Such a tool might be helpful if you host … Continue reading →
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries »
.NET Framework »
Instrumentation
|
Sebastian Solnica
|
Updated: 22 Oct 2012
Rating:
(0 votes for this Article)
|
|
9.
Diagnosing ADO.NET with ETW Traces
How to diagnose ADO.NET with ETW traces
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries »
.NET Framework »
Instrumentation
|
Sebastian Solnica
|
Updated: 15 Sep 2012
Rating: 5.00/5
(2 votes)
|
|
10.
Application Pool identity and Directory Security in IIS6
In today’s post I will describe different security settings of the application pool and the IIS6 directory. It’s not always easy to guess which permissions must be set on system folders and files in order to make the application run … Continue reading →
(The Code Project Open License (CPOL))
Web Development »
ASP.NET »
General
|
Sebastian Solnica
|
Updated: 18 Aug 2012
Rating: 5.00/5
(1 vote)
|
|
11.
ASP.NET Health Monitoring
ASP.NET Health Monitoring is one of the framework gems that any ASP.NET web developer or web server administrator should be aware of. It provides great monitoring features, often allowing you to rapidly diagnose failing applications or systems. Have you ever … Continue reading →
(The Code Project Open License (CPOL))
Web Development »
ASP.NET »
Utilities
|
Sebastian Solnica
|
Updated: 13 Jul 2012
Rating: 4.00/ |