Quantcast
Channel: Jean Paul's Blog » ASP.NET
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Part 2 of 7 : Installing WCSF

We can download “Web Client Software Factory – February 2008” from the following link and install it....

View Article



Image may be NSFW.
Clik here to view.

Part 5: WCSF : Power of [ServiceDependency] attribute

In this part I would like to demonstrate the power and advantage of [ServiceDependecy] attribute in WCSF framework. Advantage We can restrict the instance creation of classes and make reuse a single...

View Article

Image may be NSFW.
Clik here to view.

Installation of WCSF for Visual Studio 2010

Step 1: First we have to install Guidance Automation Extensions for 2010. Guidance Automation provides the infrastructure for automated project creation actions inside Visual Studio IDE....

View Article

Image may be NSFW.
Clik here to view.

Deploying ASP.NET application to Production Server using FTP

Visual Studio really makes it simple for deploying web applications. In this article we are going to use FTP for deployment. Scenario Hope you have a web application with multiple folders and dozens of...

View Article

Image may be NSFW.
Clik here to view.

Web Client Software Factory (WCSF) and Model View Presenter (MVP)

MVP One of the remarkable point of WCSF framework is the support for Model View Presenter (MVP).  MVP was quite popular and it is really flexible provided with a little learning curve involved. Model...

View Article


What is Host Header and how to configure it?

  Host Header is a third piece of information to identify a web site. Thus the web site can be identified by using the following: IP Address Port Host Header Host Headers was introduced in HTTP 1.1 Eg:...

View Article

Image may be NSFW.
Clik here to view.

Manually install .Net 4.0 application pools

If you are working in old version of IIS, you may not find the latest application pools for .Net 4.0.  This small article provides to install the missing .Net 4.0 application pools. Manually install...

View Article

How to avoid security error in ASP.NET textbox while inputting html content?

The ASP.NET handler checks for security threats on page submissions.  This is part of the security checks, otherwise malicious scripts could be injected to the server. But, in some alternative cases...

View Article


Image may be NSFW.
Clik here to view.

Website Recursive Url Parser

In this article I am trying to share a piece of code that might be useful to some of the developers. We can find a lot of code in C# that will parse the http urls in given string. But it is difficult...

View Article


Image may be NSFW.
Clik here to view.

Advantage of [ServiceDependency] in WCSF – Instance Reuse

Web Client Software Factory provides with a good feature through [ServiceDependency] attribute. This attribute allows us to make use of the Dependency Injection and Instance Reuse advantages. Example...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images