Monday, May 11, 2009

4 steps to create free SSL certificate for development (Earn 100$ by reading this)

There are times where we would like to have SSL enabled in our development environment. SSL certificates needs to be bought from places like Thawte, Verisign, GeoTrust etc. Typical cost of SSL certificate is shown below.

Read more at http://www.dotnetfunda.com/articles/article351.aspx

Author: Questpond

FileHandler

You can download and upload word document using this lines of code.

Read more at http://www.dotnetfunda.com/articles/article335.aspx

Author: Vipul

Developing Multi-lingual web Application in .Net -I

This articles explains the concept of Localization, Globlization, Resources, Satelite Assembly etc for developing Multi-lingual ASP.Net.

Read more at http://www.dotnetfunda.com/articles/article356.aspx

Author: Nareshgoradara

Multiple FileUpload Demo

This is simple demo of fileUpload Controls

Read more at http://www.dotnetfunda.com/articles/article354.aspx

Author: Vipul

WCF tracing FAQ

In this article we will look how we can trace and debug information in WCF services. There are some ready made tracelisteners provided by WCF. The base of these ready made trace listeners is .NET trace listener. So we will first understand the basic concept of trace listener and then go through the ready made tracelisteners provided by WCF.

Read more at http://www.dotnetfunda.com/articles/article343.aspx

Author: Questpond

Implementing Audit trail using trigger

There are many way of doing audit trail and in one of my previous article I had discussed how we can implement audit trail using prototype pattern

Read more at http://www.dotnetfunda.com/articles/article336.aspx

Author: Questpond

8 steps to enable windows authentication on WCF BasicHttpBinding

In this session we will go through basic 8 steps by which we can enable windows authentication security on 'BasicHttpBinding'. There are two types of security you can define in WCF one is the transport level and the other is the message level. In this article we will discuss how we can define transport level security on 'BasicHttpBinding'.

Read more at http://www.dotnetfunda.com/articles/article362.aspx

Author: Questpond