ASP.NET provide a very conveniant way for health monitoring notifications, that will allow you to setup an email prvider to catch web events and send email messages when any arise. all you need is to configure your web application to send emails, also have a configured SMTP Virtual Server on your running...
if you having problem with Ajax Extensions, Ajax Toolkit controls..etc generating bad JavaScript code that cause the message "Error On Page" to appear on the status bar of your browser then you can't solve this by resolving the error or wrappe the whole thing in try/catch blocks. What you...
When i try to pull more from Google about the amazing project Pex i've came across another effort toward testing technologies.. Microsoft CodeName "Camano" …a standalone application that allows users the ability to author, plan and manage a testing effort from a simple UI specialized for...
I've never been excited about a research project as my feeling today toward Pex , Pex is a MSR project that will enable test-driven development for wider adoptability, it runs static analysis on your code and generate unit test to cover your codebase - the more yuou run Pex the more covarage you...
Phillip Jacobs has posted describing how to debug a Windows Service without having the process attached to the service... and i agree as attaching the process to the service and compile, deploy every time is just painfull, from my perspective the best and easiest way to do so is to have the statment...
One of my friend asked me to write some example if we could say for test cases as he is going to interview for .NET Developer job and they propaly will ask him to do so which they did and a little snippet here let him pass the quistion so i decided to blog about it so may any one benfit The thing is...