Tuesday, April 11, 2017

ASP.NET



PART-I

6.1. What is ASP.NET
6.2. Creating ASP.NET website
6.3. What is viewstate
6.4.Events in the life cycle of a web application
6.5. Difference between ViewState, SessionState and ApplicationState
6.6. ASP.NET page life cycle events
6.7.Server control events
6.8. IsPostBack in asp.net
6.9. IIS Internet Information Services and ASP.NET
6.10. TextBox Control Part
6.11. Radio Button control
6.12.CheckBox Control
6.13.Hyperlink control
6.14.Button, LinkButton and ImageButton Controls
6.15.Command Event of an asp.net button control
6.16. Dropdownlist in asp.net
6.17.Data bind asp.net dropdownlist with data from the database
6.18.Binding an asp.net dropdownlist with an XML file
6.19.Mapping virtual path to physical path using Server MapPath method
6.20.Mapping virtual path to physical path using Server MapPath method Example
6.21.Retrieving selected item text, value and index of an asp.net dropdownlist
6.22. Cascading drop down
6.23. check box list control
6.24.check box list, select or deselect all list items
6.25. List Box control

PART-II

6.26.check box list and list box real time example
6.27.radio button list control
6.28.Bulleted list in asp.net
6.29.List controls in asp.net
6.30.Fileupload control
6.31.Adrotator control
6.32.calendar control
6.33.calendar control properties and events
6.34.Hidden field in asp.net
6.35.Multi view control in asp.net
6.36. Wizard control
6.37. Asp net Wizard control properties
6.38. Wizard control events
6.39. Use Submit Behavior property of the Button control
6.40. wizard control templates
6.41.Literal control
6.42. panel control
6.43.Creating controls dynamically using asp.net panel control
6.44. Required Field validator control
6.45.Range validator control
6.46. CompareValidator control
6.47.Regular Expression Validator control
6.48. Custom Validator control
6.49. Validation Summary control
6.50.Validation Groups

PART-III

6.51.Different page navigation techniques
6.52. Response Redirect
6.53.Server Transfer
6.54.Server execute
6.55.Cross page posting
6.56.Cross page postback strongly typed reference
6.57. Opening new window using java script
6.58.Techniques to send data from one webform to another
6.59.Query String
6.60.Cookies
6.61. How to Check if cookies are enabled or disabled
6.62.Asp.net session state
6.63.Cookie less sessions
6.64. Inporc asp.net session state mode management
6.65. State Server asp.net session state mode management
6.66.SQLServer asp.net session state mode management
6.67. Asp.net Application state
6.68. Asp.net application state real time example
6.69.Exception handling
6.70. Error events in asp.net
6.71. Custom errors in asp.net
6.72. Windows event viewer
6.73. Logging exceptions to the windows eventviewer
6.74. Logging exceptions as information entry type in windows event viewer
6.75. Logging exceptions to database

PART-IV

6.76. Customizing asp.net exception Logging
6.77.Sending emails using asp.net
6.78. Sending emails in asp.net using SMTP server settings from web config
6.79.Tracing in asp.net
6.80.Writing custom asp.net tracing messages
6.81. Tracing in asp.net A real time example
6.82. Application pools in IIS
6.83. Applications isolation using application pools in IIS
6.84. Application pools in IIS Security
6.85. Anonymous authentication
6.86. Anonymous authentication and asp.net impersonation
6.87. Windows authentication
6.88. Windows authentication and authorization
6.89. Windows authentication and folder level authorization
6.90.Forms authentication using user names list in web.config
6.91. Forms authentication in asp.net and user registration
6.92. Forms authentication against users in database table
6.93.Forms authentication and locking user accounts
6.94. Unlocking the locked user accounts
6.95. Implementing password reset link
6.96.Implementing change password page
6.97. Changing password by providing current password
6.98.Unlocking the locked user accounts using a web page
6.99.Implementing Enable button to unlock user accounts
6.100.Secure Socket Layer in asp.net

PART-V

6.101.Implementing SSL in asp net web application
6.102. Redirect http to https in iis
6.103.Redirect http to https in iis using custom errors
6.104. User controls in asp net
6.105.Adding and using user controls on a web form
6.106. Raising custom events from user controls
6.107. Consuming user control custom events
6.108. Events and delegates in C#
6.109. Loading user controls dynamically
6.110.Loading controls dynamically
6.111. Navigating to a specific month and an year
6.112. Asp net custom server controls
6.113. Adding composite custom controls to visual studio tool box
6.114. Adding properties to composite custom controls
6.115.Solving the problems of asp net composite custom calendar control
6.116. Adding custom events to asp net composite custom control
6.117. Assigning an image to the composite custom control in visual studio tool box
6.118.Difference between user controls and custom controls
6.119.Caching in asp.net
6.120.Caching multiple responses for a single webform
6.121.Controlling asp net caching in code
6.122. Fragment caching
6.123. Web form caching based on GET and POST requests
6.124. Caching multiple versions of user control using VaryByControl
6.125. Caching multiple versions of user control using VaryByParam

PART-VI

6.126. Caching application data
6.127. Different ways to cache application data
6.128.Caching in asp net Absolute Expiration, Sliding Expiration, and Cache Item Priority
6.129.Cache dependency on files
6.130. Reloading or refreshing cache automatically, when cached data is removed
6.131.Cache dependency on sql server database table
6.132. Reload data into cache automatically when data in the table changes
6.133.What is Auto Event Wire up
6.134. Add image slide show to your website using asp net ajax and c#
6.135.Display images in sequence in an image slide show
6.136.Provide capability to start and stop image slide show
6.137. Add images to slide show using xml file
6.138.Add images to slideshow using database table
6.139.How to upload and download files using asp net and c#
6.140. Creating an image gallery using asp net and c#
6.141.Contact us page using asp net and c#
6.142. Contact us page using asp net and c# continued
6.143. Difference between http get and http post methods
6.144. How to check if the request method is a GET or a POST in MVC
6.145. Implementing autocomplete textbox in asp net web forms
6.146. Why use master pages
6.147. Master pages
6.148. Passing data from content page to master page
6.149.Passing data from master page to content page
6.150.Default content in contentplaceholder of a master page

PART-VII

6.151.Assigning a master page dynamically
6.152. Master page content page user control life cycle
6.153. Menu control
6.154.Using styles with asp net menu control
6.155. Binding asp net menu control to an xml file using xmldatasource control
6.156.Binding asp net menu control to database table
6.157.Site Map Path control
6.158. Binding asp net menu control to web site map file using site map data source control
6.159. Tree View control
6.160.Binding asp net tree view control to an xml file using xml data source control
6.161.Binding asp net tree view control to web site map file using site map data source control
6.162.Binding asp net tree view control to database table
6.163.Dynamically adding tree nodes to tree view control
6.164.Displaying organization employee chart using tree view control
6.165.How to display an icon for website on browser tab
6.166. Captcha control
6.167. Using ASP NET validation controls with re captcha
6.168.Customizing re captcha control
6.169.Save image to database using asp net
6.170.Load image from database in asp ne
6.171.How to show images from database in gridview in asp net

PART-VIII

aspnet mvc - 6.2.1. Installing aspnet mvc
6.2.2.What aspnet mvc version is my mvc application using
6.2.3. Creating your first aspnet mvc application
6.2.4. Controllers in an mvc application
6.2.5.Views in an mvc application
6.2.6.View Data and ViewBag in mvc
6.2.7.Models in an mvc application
6.2.8.Data access in mvc using entity framework
6.2.9.Generate hyperlinks using action link html helper
6.2.10. Working with multiple tables in mvc
6.2.11. Using business objects as model in mvc
6.2.12. Creating a view to insert data using mvc
6.2.13. Form Collection in mvc
6.2.14. Mapping asp.net request data to controller action simple parameter types
6.2.15. Update model function in mvc
6.2.16. Difference between update model and try update model
6.2.17. Editing a model in mvc
6.2.18. Updating data in mvc
6.2.19. Unintended updates in mvc

No comments:

Post a Comment