1 / 12

ASP.NET Online training

Radiantits is the best online training provider is based on modern training solutions. We are having real time experienced faculty providing asp.net Online Training courses training through online .

john0322jp
Download Presentation

ASP.NET Online training

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 1. Define ASP. Net? It is a framework developed by Microsoft on that we will develop new generation internet sites victimization net forms,MVC, HTML, JavaScript, CSS etc. Its successor of Microsoft Active Server Pages(ASP). presently there's ASP.NET 4.0, that is employed to develop internet sites. There square measure varied page extensions provided by Microsoft that square measure being employed for information processing system development. For Free Demo Ph:+1(210)503-7100  For Details : Radiantits.com

  2. 2. What square measure the various Validator in ASP.NET? Required field Validator Range Validator Compare Validator Custom Validator Regular expression Validator Outline Validator For Free Demo Ph:+1(210)503-7100  For Details : Radiantits.com

  3. 3.Define caching? Caching is a technique used to increase performance by keeping frequently accessed data or files in memory. The request for a cached file/data will be accessed from cache instead of actual location of that file. For Free Demo Ph:+1(210)503-7100  For Details : Radiantits.com

  4. 4.What are the different types of caching? ASP.NET has 3 kinds of caching: Output Caching, Fragment Caching, Data Caching. For Free Demo Ph:+1(210)503-7100  For Details : Radiantits.com

  5. 5. List the events in page life cycle? 1) Page_PreInit 2) Page_Init 3) Page_InitComplete 4) Page_PreLoad 5) Page_Load 6) Page_LoadComplete 7) Page_PreRender 8) Render For Free Demo Ph:+1(210)503-7100  For Details : Radiantits.com

  6. 6. What is MVC? MVC is a framework used to create web applications. The web application base builds on Model-View-Controller pattern which separates the application logic from UI, and the input and events from the user will be controlled by the Controller. For Free Demo Ph:+1(210)503-7100  For Details : Radiantits.com

  7. 7.Explain the working of passport authentication? First of all it checks passport authentication cookie. If the cookie is not available then the application redirects the user to Passport Sign on page. Passport service authenticates the user details on sign on page and if valid then stores the authenticated cookie on client machine and then redirect the user to requested page For Free Demo Ph:+1(210)503-7100  For Details : Radiantits.com

  8. 8.What are the advantages of Passport authentication? All the websites can be accessed using single login credentials. So no need to remember login credentials for each web site. Users can maintain his/ her information in a single location. For Free Demo Ph:+1(210)503-7100  For Details : Radiantits.com

  9. 9.What is boxing and Unboxing? Boxing is assigning a value type to reference type variable. Unboxing is reversing of boxing i.e. assigning reference type variable to value type variable. For Free Demo Ph:+1(210)503-7100  For Details : Radiantits.com

  10. 10.What are the different types of cookies in ASP.NET? Session Cookie – Resides on the client machine for a single session until the user does not log out. Persistent Cookie – Resides on a user’s machine for a period specified for its expiry, such as 10 days, one month, and never. For Free Demo Ph:+1(210)503-7100  For Details : Radiantits.com

  11. For Free Demo Ph:+1(210)503-7100  For Details : Radiantits.com

More Related