Weblogs.asp.net

An introduction to ASP.Net health monitoring and web events

WEBIn this post I would to focus on ASP.Net Health monitoring and Web events.Health monitoring is another mechanism to capture/abstract logging.. In most …

Actived: 7 days ago

URL: https://weblogs.asp.net/dotnetstories/an-introduction-to-asp-net-health-monitoring-and-web-events

Development With A Dot

WEBThe ASP.NET Health Monitoring is a featured introduced in ASP.NET 2.0. Basically, you have your application raise web events – not to be confused with user …

Category:  Health Go Health

What the “Failed Requests” counter in ARR really means

WEBThe Failed Request counter in ARR will increment if there is a connection or page timeout while ARR waits on the web server (502.3), or if there is a status code …

Category:  Health Go Health

Using ViewModels in ASP.Net MVC 5.0 applications

WEBClick on File -> New Project -> Web -> ASP.NET web application. From next window Select template Empty and from Add folders and core reference choose MVC. …

Category:  Health Go Health

Scott Forsyth's Blog

WEBARR Health Checks–Week 34. Wednesday, August 31, 2011. ARR IIS IIS7 Web Pro Series. You can find this week’s video here. Application Request Routing …

Category:  Health Go Health

Development With A Dot

WEBThis is a book written by Mark J. Price for Packt Publishing.I must say that I don't know Mark, but I was asked by Pack to review this book, which I gladly did! The topics …

Category:  Health Go Health

Unit Testing the HttpContext in Controllers

WEBResponse. All of these properties get routed to the HttpContext property, which is read-only. It turns out that this property is itself routed to the ControllerContext’s …

Category:  Health Go Health

Development With A Dot

WEBAfter all, they need to do a lot of operations, such as translating LINQ queries to SQL, instantiating the right entities, hydrating them (setting their properties …

Category:  Health Go Health

Nikolaos Kantzelis ASP.Net Blog

WEBThis is the second post in a series of posts regarding passing multiple models in a view.You can find the first one here. We do know that in any MVC application we cannot pass …

Category:  Health Go Health

.NET Core Service Provider Gotchas and Less-Known Features

WEBGetService<T>: retrieves a service and casts it to the template parameter; if no service is found, null is returned; GetServices<T>: returns all services registered as the template …

Category:  Health Go Health

ASP.NET Core Pitfalls – Dependency Injection Lifetime Validation

WEBThe first will prevent a singleton service from taking a scoped service dependency, and the second actually does the validation upon startup. To be clear, one …

Category:  Health Go Health

Free ebook: Building Cloud Apps with Microsoft Azure

WEBSunday, August 3, 2014. Azure .NET ASP.NET Talks. Last week MS Press published a free ebook based on the Building Real-World Apps using Azure talks I gave at the NDC and …

Category:  Health Go Health

October 8th Links: ASP.NET, ASP.NET AJAX, Silverlight, and .NET

WEBHere is the latest in my link-listing series.Also check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past.. …

Category:  Health Go Health

SharePoint Trace Logs and the Unified Logging Service (ULS)

WEBThis is to explain what the ULS logs are, why they exist, and how to read and write 'em. In a nutshell, the Unified Logging Service (ULS) writes WSS 3.0 and MOSS …

Category:  Health Go Health

.NET 8 Dependency Injection Changes: Keyed Services

WEBKeyed Services in .NET 8. It has been quite some time since my last post on dependency injection (DI). In it I tried to talk a bit about the history of DI (or dependency …

Category:  Health Go Health