Monday, April 11, 2016

Filtering Records

The video lecture shows how to use several data controls on several tables to allow data filtering and using more complex data operations in general. The lecture shows only the minimal plumbing for this purpose but the students can use all their front end knowledge and skills in order to create pages useful for their projects.

Monday, April 4, 2016

External Server

In this video I will show you how to transfer your local sites with newly created database and tables to the external server (smarterasp.net) using 2 free months of hosting that you will be able to continue at a small price if you would like to do more .NET development. The prerequisite is in developing a local database and a table (with primary key) that you will be able to attach to the database on your new site.

Data Controls

In this video you will see how to use some server data controls that provide instant and sophisticated connection to your data.

Monday, March 28, 2016

Simple Database and Table

In this video you will see how easily you create a database with your own table, fill it with data, and run the required queries on your table (doesn't have to be a book database).

After that, you will create a Web form with a table rendering data from your database.
See the video here . If it doesn't work  - download it and open.

Monday, February 22, 2016

Master Pages. Three Sections.

This video shows the easiest way of completing the work on master pages for both G1 and G2. The difference is that G1 students should read the text on both topics: master pages and themes with good understanding. You will see how to change the picture in a theme and how you can create aspx and master pages just using a Notepad right from your mobile phone.

  • Here is video lecture on Part 1
  • In this section of the video presentation I am showing the way of changing the existing themes, including the banner pictures (will be good for your projects)
  • Here you can find a very simple explanation of the master page mechanism and use. The simple pages can be created from your mobile devices without even the use of Visual Studio (if you remember some HTML).

Tuesday, February 16, 2016

Server Controls

While working on chapter 4, you will see the use of server controls that make the creation of complex web pages so easy. Although they look like controls in VB from forms designed for Windows, the big difference is in the complexity of the code provided for you for free that works behind the scene making all easy. ASP.NET creates Web pages working over the network and allowing for client-server, client-browser, and client-cloud communications. 


So for chapter4, those who read this post can already do the work in G2 simplification, which is easier than the one shown in the tasks. This work will include just following my Server Controls video and somehow modifying it. Following the textbook is not necessary, although reading it is recommended. The project part for G2 is the same as described in the tasks.

Below I am offering a video lecture that shows how to use several server controls on one page. G2 has to follow and modify it. It also helps to design the initial look of your project. Although later you will be able to change/modify it.

Here is video lecture 2 on server controls

Rapid Web Development

VS is an extremely powerful tool. Just the HTML editing can be extremely useful for any HTML work even outside of the VS.


After you've learnt the basic mechanics of web site design with various types of files, folders, and views in the rest of the first half of the semester you will see how easy it will be adding of some very good and powerful controls to the site with a couple of clicks and 5-second tweaking. They will make your  site look professional as well as allowing you to modify it quickly on user's whimsy. This is Rapid Application Development in the flesh. And the basis is in the use of a good integrated development environment (IDE) such as Visual Studio and a Framework (.NET) which gives you a lot of free code hidden behind each control and .NET elements that offer a very rich set of attributes, behaviors, and other code features. VS can support various types of web development. For example, MVC allows for some serious programming with good code separation, other supporting tools cater to various client and server methods of use and distribution. Our goal here is to see how frameworks (predesigned controls and other means) allow for rapid web development which sometimes can be used as is and sometimes will require the use of other .NET and VS tools and methods.


But you need to understand all words and sentences in the book since none of them is just for the good mood. Every skipped sentence is missing knowledge of something that will inevitably haunt you later. A good idea might be to re-read the chapter and experiment more on it. If you will not be comfortable with the material - you will be spending much more time/efforts in the coming weeks.