Security Runtime Engine

31. January 2010

The Security Runtime Engine is nothing more than an HttpModule that hook's into the Pre-Render event of the page and encodes all server controls of your choice on a page before rendering it to the client. In an ideal situation this would require no code, changes by you. Simply add a reference to the HttpModule in your web.config file of your project as such given below.

 








Author: Aamir Hasan     औथोर: आमिर हसन       أثر أمير حسن .

ALL, asp.net, Web.Config , ,

Print Page or Specfic Part of Page

31. January 2010

To Print  a Page or Specfic  Part of page.below is given answer

http://forums.asp.net/p/1511108/3600981.aspx#3608402


Author: Aamir Hasan     औथोर: आमिर हसन       أثر أمير حسن .

ALL, asp.net, Javascript , ,

Hot off the press . Google develop a new operating system!

30. January 2010

The Google Chrome Operating System

 

Google Chrome OS is an open source, lightweight operating system that will initially be targeted at netbooks.Speed, simplicity and security are the key aspects of Google Chrome OS.Google Chrome OS is fast and lightweight.Google Chrome OS will run on both x86 as well as ARM chips and we are working with multiple OEMs to bring a number of netbooks to market next year.

 

Download Google Chrome Operating System:


First u have to download Virtual Box and Google Chrome Operatiing System.when download completed make a virtual disk, Steps are:

http://www.virtualbox.org/

 

Installing Google Chrome OS

Step 1:Give name of Virtual machine and set OS Name.

Step 2: give memory size  1GB. to make fast access of OS.

Step 3: Create new hard disk space and boot hasrd disk.

Step 4:Give dynamically expanding storage .

Step 5: set your hard disk space.

Step 6:Run your virtual machine.

Step 7: Start installation

Enjoy it




Author: Aamir Hasan     औथोर: आमिर हसन       أثر أمير حسن .

ALL , ,

Student Academic Next Senior Software Architect

30. January 2010

I would love to join a new and exciting software development team asp.net  that has a single-minded focus on delivering high-quality software products to great customers. Perhaps that team is working in your company! Please have a look at my resume

http://www.studentacad.com/page/Aamir-Hasan.aspx

  Where i stand


Author: Aamir Hasan     औथोर: आमिर हसन       أثر أمير حسن .

ALL ,

URL Encoding & Decoding in Asp.net using cSharp

30. January 2010

Author: Aamir Hasan

UrlEncode it is the process of converting string into valid URL format as specification of w3.org

string URLEncode = Server.UrlEncode("aamirhasan.aspx?Name = aamirhasan&ID = 23");

Response.Write("Encoding URL:-" + URLEncode);



//show like this aamirhasan.aspx%3f+Name+%3d+aamirhasan%26ID+%3d+23
UrlDecode:- URL-decodes a string and returns the decoded string.

string URLDecode = Server.UrlDecode(URLEncode);

Response.Write("Decoding URL:-" + URLDecode);

 


//show like this aamirhasan.aspx?Name = aamirhasan&ID = 23

Online Encode and Decode :http://www.opinionatedgeek.com/DotNet/Tools/HTMLEncode/Encode.aspx

References:

http://msdn.microsoft.com/en-us/library/zttxte6w.aspx
http://msdn.microsoft.com/en-us/library/6196h3wt.aspx


Author: Aamir Hasan     औथोर: आमिर हसन       أثر أمير حسن .

ALL, asp.net ,



User Name: Guest

Your Ip: 38.107.191.93
Time: