وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Mastering ASP.NET 4 from scratch Using C# – Part 1

سرفصل های دوره

Learn How to build Dynamic Web Sites using ASP .NET 4 Step By Step


01 - ASP.NET 4 - The Big Picture
  • 001 Course Introduction
  • 002 Introduction to Web Development
  • 003 Files.pdf

  • 02 - Creating Our First ASP.NET Web Site
  • 001 Using FileSystem as Web Location
  • 002 Using Http as Web Location
  • 003 Using FTP as Web Location
  • 004 Displaying Content onto the browser using Response.Write Statement

  • 03 - Working with ASP.NET Standard Controls - Part 1
  • 001 Working with TextBox Control
  • 002 Working with HyperLink,LinkButton and ImageButton Controls
  • 003 Working with RadioButton Control
  • 004 Working with RadioButtonList Control
  • 005 Working with CheckBox Control
  • 006 Working with CheckBoxList Control
  • 007 Working with FileUpload Control
  • 008 Uploading Multiple Files using FileUpload Controls

  • 04 - Working with ASP.NET Standard Controls - Part 2
  • 001 Working with AdRotator Control
  • 002 Working with BulletedList Control
  • 003 Working with Calendar Control
  • 004 Working with ImageMap Control

  • 05 - Working with ASP.NET Standard Controls - Part 3
  • 001 Working with MultiView and View Controls
  • 002 Workingn with Panel Control
  • 003 Working with PlaceHolder Control
  • 004 Working with HiddenField Control
  • 005 Working with Literal Control
  • 006 Working with DropDownList and ListBox Controls - Part 1
  • 007 Working with DropDownList Control - Part 2
  • 008 Working with Table Control
  • 009 Working with XML Control
  • 010 Working with Wizard Control

  • 06 - Working with Validation Controls
  • 001 Working with RequiredFieldValidator and ValidationSummary Controls
  • 002 Working with ComparisonValidator
  • 003 Working with RangeValidator
  • 004 Working with RegularExpressionValidator
  • 005 Working with CustomValidator
  • 006 Validation Groups and Firing Validations through Code

  • 07 - Working with Data Bound Controls
  • 001 Create a Database and a Table using SQL Server
  • 002 Working with GridView Control
  • 003 Working with DataList Control
  • 004 Working with DetailsView Control
  • 005 Working with ListView Control
  • 006 Working with FormView Control
  • 007 Working with Repeater Control

  • 08 - Working with Navigation Controls
  • 001 Adding MenuItems to Menu Control at Design Time
  • 002 Adding MenuItems to Menu Control at Run Time
  • 003 Adding Nodes to TreeView Control at Design Time
  • 004 Adding Nodes to TreeView Control at Run Time
  • 005 Creating a SiteMap for the Web Site and using SiteMapPath Control

  • 09 - Working with AJAX Controls
  • 001 Working with ScriptManager Control
  • 002 Working with UpdatePanel Control
  • 003 Working with UpdateProgress Control
  • 004 Working with Timer Control

  • 10 - Working with Data Persistence Techniques
  • 001 Working with ViewState Object
  • 002 Working with Session Object
  • 003 Creating a Custom Class To Store Session Objects
  • 004 Working with Session Objects using Custom Class
  • 005 Working with Cookies
  • 006 Working with Application Objects
  • 007 Working with URL QueryString Technique

  • 11 - Developing Data Driven Web Pages using ADO.NET
  • 001 Developing a SignUp Page for Users to register - Part 1
  • 001 Fix-for-UserDetails.pptx
  • 002 Developing a SignUp Page for Users to reigster - Part 2
  • 003 Developing a Login Page for Users to Login with proper credentials
  • 004 Developing a ChangePassword Page for Users to modify their Password
  • 005 Letting Users to Unsubscribe their account
  • 006 Developing a ChangeProfile Page for Users to modify their registration data
  • 007 Lock User Account Upon Consequtive Failed Login Attempts - Part 1
  • 008 Lock User Account Upon Consequtive Failed Login Attempts - Part 2
  • 009 Unsubscribing Users Account with a Flag
  • 010 Working with SQLConnectionStringBuilder Class
  • 011 Writing and Reading ConnectionStrings with the help of Web.Config File

  • 12 - Working with DataSets
  • 001 Retrieving data from SQL Server into a DataSet
  • 002 Binding DataSet to various List Controls
  • 003 Writing DataSet Content into an XML File
  • 004 Filling a DataSet with Data manually
  • 005 Looping through DataSet Programmatically
  • 006 Working with DataSet Relations

  • 13 - Working with DataReaders
  • 001 Retrieving Data From SQLServer into a SQLDataReader
  • 002 Looping through DataReader Programmatically
  • 003 Working with Multiple Active ResultSets (MARS)

  • 14 - Working with DataViews
  • 001 Filtering Records of a DataSet with an explicit call to Stored Procedure
  • 002 Filtering Records of a DataSet by using DataViews

  • 15 - Performing BULK Inserts and BULK Updates
  • 001 Working with Autogenerate Columns Property
  • 002 Implementing a Web Page to do Bulk Inserts of data into SQL Server
  • 003 Implementing a Web Page to do Bulk Updates of Data into SQLServer

  • 16 - Working with Parameter Directions
  • 001 Developing a Web Page to set Parameter Directions

  • 17 - Working with Transactions
  • 001 Developing a Web Page to enable Transaction Support from CSharp

  • 18 - Working with ASP.NET Caching
  • 001 Implementing Data Caching
  • 002 Implementing Page Output Caching
  • 003 Working with Cache Profile
  • 004 Maintaing Multiple Cache versions of a Single Web Page
  • 005 Implementing File Dependency Caching
  • 006 Implementing SQL Dependency Caching

  • 19 - Working with State Management Techniques
  • 001 Implementing ASPNET State Management
  • 002 Implementing SQL Server State Management

  • 20 - Developing User Controls
  • 001 Creating User Controls
  • 002 Creating Custom Properties for User Controls
  • 003 Loading User Controls onto a Page Dynamically

  • 21 - Developing Custom Controls
  • 001 Developing a Simple Custom Control with Custom Properties
  • 002 Developing a Complex Custom Control

  • 22 - Working with MemberShip and Role Management
  • 001 Setup a Custom Database for Custom Membership Provider
  • 002 Editing web.config file Membership Configuration
  • 003 Creating a Custom Membership provider and adding few users
  • 004 Working with Login,LoginName,LoginStatus,LoginView,ChangePassword Controls

  • 23 - Working with Themes and Skin
  • 001 Creating Unnamed and Named Skins
  • 002 Enabling and Disabling Themes at Page, Control and at Site Level
  • 003 Applying Themes Programmatically

  • 24 - Working with Master Pages
  • 001 Creating a Simple Master Page
  • 002 Creating a Complex Master Page using CSS

  • 25 - Working with Web Services
  • 001 Developing a Web Service
  • 002 Consuming a Web Service from our web site

  • 26 - ASP.NET 4.0 New Features
  • 001 Working with ViewStateMode
  • 002 Working with ClientIDMode
  • 003 Working with ClientIDRowSuffix
  • 004 Working with EnablePersistedSelectionRow Property
  • 005 Working with MetaKeywords
  • 006 Working with Response.RedirectPermanent Method
  • 007 Working with Chart Control
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 28257
    حجم: 6346 مگابایت
    مدت زمان: 946 دقیقه
    تاریخ انتشار: ۲۰ دی ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید