In my previous article “First Guide to MEF & Silverlight (Part–I)” I discussed about MEF with a small simple console application. Hope that was useful to you to understand the basic knowledge of MEF. In this article, I will guide you to create a simple Silverlight application using the...
With going on stage Windows Vista and Windows 7 later on and new user security paradigm introduction (UAC), it becomes necessary to support such behavior when elevated privileges are required to perform some portion of code base, i.e. writing to registry, modifying files under system protected...
Programming WCF Services, Third Edition is the authoritative, bestselling guide to Microsoft's unified platform for developing modern service-oriented applications on Windows.
"I've included my ServiceModelEx library, a framework of useful utilities, tools, and helper classes that let you...
This article is about a tool which you can use to get information like encoding, cookie details, web server name, server language, their version numbers, etc.
We cannot guarantee as it is possible for the server guys to fake/disable parameters if they wish.
WebClient belongs to...
ReportsMaestro has announced the immediate availability of its web report and chart builder. Powerful and flexible, ReportsMaestro makes creating and sharing fully customizable interactive dashboards a mater of a few minutes.
Designed to give your website a competitive advantage through improved...
Web Application is stateless. To maintain the state of the page we have many solutions like query string, session, hidden controls and more..
Hidden controls are primarily used to keep some kind of key value pairs for the page. To maintain multiple key value pairs, we need to have multiple hidden...
Windows Communication Foundation (WCF) is an SDK for developing and deploying services on Windows. WCF provides a runtime environment for your services, enabling you to expose CLR types as services, and to consume other services as CLR types. In this article I am going to explain you how to...
This article describes content based web service routing using WSE 3.0. We can use webservice routing for load balancing or to hide internal web service from external world.
A background knowledge of Asp.Net 2.0, C#, WebService & WSE 3.0 is required.
In this sample application, I have three...
In this article, I'll provide you with a solution for securing ASP.NET MVC application's controllers in a way that all the actions are secured except those you define as unsecure (by default, all the actions are unsecure unless you define them as secure).
I encountered a problem in the ASP.NET MVC...
Forms authentication enables user and password validation for Web applications that do not require Windows authentication. With forms authentication, user information is stored in an external data source, such as a Membership database, or in the configuration file for an application. Once a user...