Introduction to ASP.NET Web Forms

Slides:



Advertisements
Similar presentations
ASP.NET Arkitektur og Web Forms. Agenda – Web Forms Arkitektur for ASP.NET ( 1 del ) –Arkitekturen i korte træk –Fordele ved ASP.NET –Win Form Web.
Advertisements

Requested Faculty Input 4 Packages 1.Course catalog description, List of CLO (Achieved) 2.List of assessments, List of activities- Today 3.Course topics.
Current Popular IT I Pertemuan 3 Matakuliah: T0403/Current Popular IT I Tahun: 2008.
Certificate in Digital Applications – Level 02 Website Design and Creation.
Intermediate Visual Basic CISP 371 CRC Prof. Chapman.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Unit 5: Building Presentation Layer Applications with ASP.NET 2.0.
Asp.NET Core Server Controls. Slide 2 Lecture Overview Understanding the types of ASP.NET controls HTML controls ASP.NET (Web) controls.
web controls  standard controls  validation controls  rich controls.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview Introduce Visual Studio 2013 Create a first ASP.NET application.
Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 3-1 of…
BORIS MILAŠINOVIĆ FACULTY OF ELECTRICAL ENGINEERING AND COMPUTING UNIVERSITY OF ZAGREB, CROATIA Experiences after three years of teaching “Development.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide
Orientation to Online Learning An Instructors Guide.
Mark Dixon, SoCCE SOFT 131Page 1 SOFT – Module Introduction.
Academic Support for International Students in the Department of Psychology at the University of York Presented by: Kim Manderson, International Student.
Section 01Resources1 HSQ - DATABASES & SQL 01 Resources And Franchise Colleges Name :MANSHA NAWAZ room :G 0/32
Introduction to the Periodic Table
ASP.NET Programming with C# and SQL Server First Edition
Website Content, Forms and Dynamic Web Pages. Electronic Portfolios Portfolio: – A collection of work that clearly illustrates effort, progress, knowledge,
Chapter 4 Designing Significant Learning Experiences II: Shaping the Experience.
Introduction to.Net and ASP.Net Course Introduction Build Your Own ASP.Net Website: Chapter 1 Microsoft ASP.Net Walkthrough: Creating a Basic Web Forms.
Object Oriented Programming CEN 221. Course Description Classes, objects, inheritance, polymorphism, graphical user interfaces, event handling, exception.
Database-Driven Web Sites, Second Edition1 Chapter 8 Processing ASP.NET Web Forms and Working With Server Controls.
Introduction and Course Information. Content Course Presentation Muzaffer DOĞAN - Anadolu University2.
Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 4-1 of…
How to Learn in This Course CS 5010 Program Design Paradigms “Bootcamp” Lesson 0.1 © Mitchell Wand, This work is licensed under a Creative Commons.
Web Programming: Client/Server Applications Server sends the web pages to the client. –built into Visual Studio for development purposes Client displays.
ASP.NET Web Server Controls Basic Web Server Controls.
Tutorial 121 Creating a New Web Forms Page You will find that creating Web Forms is similar to creating traditional Windows applications in Visual Basic.
Module Info Web Application and Development Digital Media Department Unit Credit Value : 4 Essential Learning time : 120 hours
CAP 211 Visual Programming Introduction. 2 Lecturers: Lecturers: Reham Al-Abdul Jabbar, Office hours & office location:
Introduction to ASP.NET T.Ahlam Algharasi. The Visual Studio IDE Start page 2.
Graphical User Interface (GUI) Web site Team Matix Proposal GC 215: Web Publishing.
BIT 285: ( Web) Application Programming Lecture 15: Tuesday, February 24, 2015 Microsoft Azure Instructor: Craig Duckett.
King Saud UniversityCSC112 - First Semester CSC 112 Java Programming I Introduction.
Chapter 4: Working with ASP.NET Server Controls OUTLINE  What ASP.NET Server Controls are  How the ASP.NET run time processes the server controls on.
Module 8: Creating User Controls. Overview Adding User Controls to an ASP.NET Web Form Creating User Controls.
CGMB324: MULTIMEDIA SYSTEM DESIGN
LEO Intermediate ePortfolio – Introduction to Mahara.
IID2153 – WEB DEVELOPMENT AZHAR HAMID Office/Room-FCSIT, Level
King Saud University1 CSC 112 Java Programming I Introduction.
Foundation year. 2 Computer For Health Sciences COURSE NAME COMP101 COURSE CODE (2 + 1) credit hours CREDIT HOURS.
IT274 Intermediate C# Programming Instructor : Vladimir Gubanov, PhD AIM : vladimirg77.
BIM313 – Advanced Programming Techniques Course Information 1.
New FLO Ideas from peers Annotated examples from pilot topics.
Chapter 10, Slide 1Starting Out with Visual Basic 3 rd Edition Chapter 11 Developing Web Applications.
Developing Modern Web Platforms (HTML,CSS,JS)
Introduction to SQL Server
Mastering Search Engine Optimization
CSC207 Fall 2016.
INTERMEDIATE PROGRAMMING WITH JAVA
Webpage Creation Introduction
Mastering Version Control with Git
Mastering the Fundamentals of RESTful API Design
Introduction to 3D Animation
Active Server Pages ASP.Net
Free Microsoft Exam Dumps Questions Dumps4downlod.in
Responsive Web Applications with Bootstrap & CSS
Module 1: Getting Started
Web Development in Microsoft Visual Studio 2013
Andy Wang Object Oriented Programming in C++ COP 3330
Quick Review.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
ASP.NET Module Subtitle.
Experiment with course materials concerning ‘Threads’
Using List Controls with SQL Server
Module 05: Building ASP .NET Applications
Web Development Using ASP .NET
Button Web Server Controls
Presentation transcript:

Introduction to ASP.NET Web Forms Course description 2nd edition Lecturer: Farhad Eftekhari Course code: TI00CJ94 October 2015 www.techclass.co | © Farhad Eftekhari

 Content Course description Topics Assignments Practical arrangements 1/9 Course description Topics Assignments Practical arrangements Assessment Grading Extra point References Introduction to ASP.NET Web Forms| Course description www.techclass.co | © Farhad Eftekhari

 Course description 2/9 The goal of this course is for the student to be familiar with ASP.NET Web Forms as one of the most powerful server-side Web application framework. After passing this course, the student will have sufficient knowledge and understanding over characteristics, abilities, and features of ASP.NET and .NET Framework. The students will be able to create a whole new project and work with all the major ASP.NET server controls. To finalize the getting best out of ASP.NET features, the students will be familiar with user controls, state management, master pages. Finally, by understanding the difference between dynamic and static applications and websites, the students will be able to have the knowledge of creating dynamic applications and websites. Introduction to ASP.NET Web Forms| Course description www.techclass.co | © Farhad Eftekhari

 Topics INTRODUCTION INTERMEDIATE ADVANCED 3/9 Target of this course Server Controls in ASP.NET Namespaces What do we need to host our project? Properties of controls Master Pages User controls Standard Server Controls Static vs. Dynamic ASP.NET Page Life Cycle Working with Standard Server Controls BulletedList - CheckBox - CheckBoxList - DropDownList - FileUpload - HiddenField - Hyperlink - Image - ImageButton - Label - LinkButton - ListBox - Literal - Panel - PlaceHolder - RadioButton - RadioButtonList - TextBox How ASP.NET works? Managing State Navigation controls ASP.NET characteristic Validation controls Web application vs. Website Data controls Files and folders Web.config file Creating your first ASP.NET project Configuring Your Web Application Exception Handling, Debugging, and Tracing Getting familiar with Visual Studio environment Publishing your website/project Introduction to ASP.NET Web Forms| Course description www.techclass.co | © Farhad Eftekhari

 Assignments - Introduction 4/9 The assignments+Personal Project has been designed for the students to have a better understanding over course’s topics and personally be able to follow the instructors and do the assignments in an innovative and interactive way. A big portion of assessments will be dedicated to the assignment, and the students need to return it to the teacher after the course in order to be assessed. Introduction to ASP.NET Web Forms| Course description www.techclass.co | © Farhad Eftekhari

 Assignments - Parts Exercises Personal Project Sessions diary 5/9 Exercises Problems/Solutions Videos Personal Project Sessions diary Feedback Introduction to ASP.NET Web Forms| Course description www.techclass.co | © Farhad Eftekhari

 Practical arrangements 6/9 Items Time Lectures 5x4 = 20h Labs Assignment 25h Diary 3h Self-study 35h Quiz 2h Project 5h Total: 110 hours Introduction to ASP.NET Web Forms| Course description www.techclass.co | © Farhad Eftekhari

 Assessment 7/9 the students need to return the assignments to the teacher after the course in order to be assessed. Quiz will be held in the last session. The student must do it on her/his own, and it is going to contain 40 simple questions regarding the course material. Project has to be returned in the last session. Student can work on their projects in the lab session. Introduction to ASP.NET Web Forms| Course description www.techclass.co | © Farhad Eftekhari

 Grading Points Grade Description 90-100 5 80-89 4 70-79 3 60-69 2 8/9 Points Grade Description 90-100 5 Excellent performance: not only fulfils all standard requirements, whether, demonstrates originality and imagination. 80-89 4 Very good performance: fulfilling all tasks in an appropriate manner. 70-79 3 Good performance: showing strong understanding of basic concepts and good grasp of techniques, but with certain minor problems still requiring further attention. 60-69 2 Satisfactory performance: demonstrating basic grasp of concepts and techniques but less adept at more advanced application of these. 50-59 1 Sufficient performance: showing just enough understanding of the subject to merit a pass grade but requiring greater effort to achieve a more satisfactory result. 0-49  Fail: 30-49: insufficient to pass but capable of achieving a more satisfactory result if greater effort is made. 0-29: a result indicating a significant lack of effort on the part of the student. Introduction to ASP.NET Web Forms| Course description www.techclass.co | © Farhad Eftekhari

 References Book Tutorial videos Slides 10/9 Book Beginning ASP.NET 4.5.1: in C# and VB (wrox Programmer to Programmer) Tutorial videos Slides Introduction to ASP.NET Web Forms| Course description www.techclass.co | © Farhad Eftekhari

I hope you have a wonderful class!  Thank you for your consideration! I hope you have a wonderful class!  www.techclass.com | © Farhad Eftekhari