É assim que um desenvolvedor pensa, mas só os fortes entenderão!!
wallacepolsom

oozey mess
let's talk about Bridgerton tea, my ask is open
No title available
AnasAbdin
will byers stan first human second

pixel skylines

祝日 / Permanent Vacation
Acquired Stardust
noise dept.

izzy's playlists!
Monterey Bay Aquarium
sheepfilms

JVL
we're not kids anymore.
$LAYYYTER
hello vonnie
cherry valley forever

ellievsbear

JBB: An Artblog!
seen from Israel

seen from Germany

seen from Türkiye

seen from South Korea
seen from United Kingdom
seen from Philippines

seen from Germany
seen from United States

seen from Austria
seen from Bulgaria

seen from Singapore
seen from United States

seen from United Kingdom
seen from United States

seen from Australia
seen from Israel
seen from Romania

seen from United States
seen from United Kingdom
seen from Germany
@mrbool
É assim que um desenvolvedor pensa, mas só os fortes entenderão!!
Windows Forms - online course with 12 free videos
In this course we will see how characteristics of applications .Net Windows Forms and components like these one: Common Controls(Open file dialog, TreeView and WebBrowser controls, BackgroundWorker component, File System Watcher, Folder Browser, Tab Control and others one. It's worth checking! In this course we will see how characteristics of applications .Net Windows Forms and components like these one: Common Controls(Open file dialog, TreeView and WebBrowser controls, BackgroundWorker component, File System Watcher, Folder Browser, Tab Control and others one. This is for "Windows Forms Development". .NET developers can use those videos to create Windows Forms applications, and be ready for the Windows Forms certification exam. It's worth checking!
Main form
1) Creating a main form and change the FormBorderStyle property to see how that affects the form display Description: In this video, We will create a main form and change the FormBorderStyle property to see how that affects the form display.
ComboBox and Menu
2) Working with ComboBox and Menu Description: After adding the combo box on the tool strip, we hooked up the tool strip with the status strip.
Common Controls
3) Adding all the controls for the Common Controls form Description: In this video, we add all the controls for the Common Controls form.
Open file dialog
4) Implementing the functionality that allows the user to select a picture using the open file dialog Description: In this video we continue the ‘Common Controls’ form.
TreeView and WebBrowser
5) TreeView and WebBrowser controls Description: In this video, we will experiment with the TreeView and WebBrowser controls.
BackgroundWorker component
6) BackgroundWorker component which is a component that provides an easy way to run time-consuming processes in the background Description: In this video will see BackgroundWorker component that provides time-consuming processes in the background.
Triggers the RunWorkerAsync
7) Implementing the Start button that triggers the RunWorkerAsync and the Cancel button that triggers the CancelAsync Description: This video continues the discussion of BackgroundWorker process.
Calling methods asynchronously
8) Showing three ways of calling methods asynchronously Description: In this video we will show three ways of calling methods asynchronously.
ControlExplorer application
9) File System Watcher Description: In this video, we continue our ControlExplorer application. We started by looking at how the application works.
10) File System Watcher 2 Description: In this video, we wrap up the FileSystemWatcher part of the application.
Folder Browser
11) Folder Browser Description: In this video, we continue adding functionality to the ControlExplorer application.
Windows Forms Controls
12) Tab Control (END) Description: In this video, we wrap up some of the controls discussion we have had about Windows Forms Controls.
In this video, we continue our discussion of the GridView by talking about the events that the grid handles. There are many kinds of events at the grid level and at the row level. One of the interesting events we are evaluating here is the DataRowBound. As the name implies, this event triggers when a row is bound to the data source. In the first attempt we will highlight some rows that match a criterion. In the second attempt, we will display a templated field in the footer. This field will display the total for that column. This video (GridView Events - Course ASP.NET 4 and Visual Studio 2010 - Part 56) is part of the ASP.NET 4 and Visual Studio 2010 course. You can see this and other videos at Mr. Bool. In this course we will see the main innovations of ASP.NET 4 and Visual Studio 2010 IDE. It presents the conceptualization of new technology, which has It presents the conceptualization of new technology, which has good coding standard and simplified design to illustrate the key points.
How to work with Open source MySQL database
How to Install and configure MySQL Database Server
1) Install and configure MySQL Description: The purpose of this video demonstrates is how to install and configure My SQL database. 2) A brief introduction to MySQL Description: This video presents an introduction to this database of how to connect to the Linux, via a SSH client called Putty.
Graphical User Interfaces Tools
3) MySQL Administrator Tool and MySQL Query Browser Description: This video also show a web-based tool called PhpMyAdmin, which is also a open source project.
Create Database Tables and Procedures In MySQL Open Source Database
4) Database Tables and Procedures Description: The purpose of this video demonstrates, how to create schema in the in My SQL, and also create tables to that schema. 5) Create function and Manage Description: The purpose of this video demonstration create function in My Sql database and manage My Sql Server.
ASP.NET
6) How to use My SQL database with ASP.NET Description: In this lesson we will learn how we could use the My SQL as back end database to ASP.NET. 7) Stored procedure Description: In this lesson we learn how to use the MySql database stored procedure within the ASP.NET web application. 8) My SQL Transaction Description: In this lesson we are learn how to use the MySql Transaction within the ASP.NET web application. 9) Gridview Description: In this lesson we are learn, how to bind record to DataGridview in asp.net from the My Sql Database. 10) Paging/Sorting in Gridview Description: In this lesson we are learning how to sorting and paging with record in Asp.net 11) Insert new row to Grid View Description: In this lesson we are going to take look how to add new row to gridview programmatically and save new record to MySQL database. 12) Replication Description: The video begins explaining the architecture of the replication and then define the Master and the Slave roles.
Custom paging
13) Ending Description: In the sample project we create web application with bind data with custom paging.
Load Balance
14) Implementing Load Balance Description: This video class shows how to implement a load balance system to divide the connection load between two MySQL Server on Linux.
Cluster
15) Creating a clustering Description: In this video We will see an explaining the architecture of the cluster and then define the Management SQL
Locking schema
16) Locking schema Description: In this video we will see how the MySQL locking schema works though the explanation of the locking and blocking concepts.
Java Eclipse - online course with 12 free videos
Array
1) String arrays Description: In this video, we start the discussion of arrays. Arrays are collections of elements that have the same type. 2) Arrays equals Description: This video continues the arrays discussion. Using the same arrays created previously, we showed how to test whether two arrays are equal. 3) Arrays of complex types Description: This video discusses arrays of complex types. We create an Employee class, then we created an array of 4 employees.
Functions
4) Calling a C function from within a Java file Description: In this video, I demonstrated how we can call a C function from within a Java file.
Formatting
5) Printf and format Description: This video illustrates the way Java formats data. We concentrate on integers, Booleans and doubles. 6) Argument indexing Description: In this video We introduced the Locale class and showed how we can display an integer in a French locale.
Cloning
7) Object cloning Description: This video demonstrates the use of object cloning. Cloning is an important but tricky concept.
equals e hashCode
8) equals e hashCode Description: This video demonstrates the use of the methods equals and hashCode. These methods exist in the Object class.
JFrame
9) New Runnable thread Description: In this video, I start my discussion of JFrame. This is the beginning of a series of videos on frames. 10) Panel Description: In this video We completed the previous example by adding a panel to the frame. 11) Changing colors and fonts Description: In this video we show off the ability of changing colors and fonts before drawing more shapes. 12) Buttons and events. Description: In addition to frames, this video introduces buttons and events.
JavaFX Plug-in
13) Eclipse JavaFX Plug-in Quick Start Tutorial Description: This tutorial is a quick start guide for the Eclipse JavaFX plug-in.
Java jGrasp
Classes and Objects
1) Constructors and getters and setters Description: This is the first video of a Java series geared toward junior developers. I will start by introducing jGrasp, the development environment used to write Java programs. 2) Employee Description: This video continues our discussion of classes and objects. We start by adding more functionality to the Employee class. 3) Comparing Classes and Objects Description: We first continue the functionality in the Manager class. Then we move into implementing interfaces. An interface is a collection of abstract methods. The job of the class is to implement those methods.
Components
4) JList Swing Description: In this video I start my discussion on Swing components, specifically we will be talking about JList. We will create a ListFrame and build a list and a label within it. The list will contain numbers that represent the font (from 6 to 18). The list will be added to the North portion of the frame and the label will be added to the center portion. 5) JTable Swing Description: In this video, I am going to discuss how to create a simple JTable. It is simple because the data displayed within the table is static. We start by creating a JTable, adding the JTable to a JScrollPane, and finally adding the JScrollPane to the frame.
Tables
6) DynamicTable Description: In this video I extend the discussion on tables by creating a table the inherits the functionalities of the AbstractTableModel. The table slots will be filled using the formula Math.pow(r,c) where r is the row and c is the column.
JTree
7) JEditorPane Description: In this video we will build a JTree. The frame is composed of two sections: left (BorderLayout.WEST) and center (BorderLayout.CENTER). The left section contains a tree of categories (news, sports, and technology). The user will be able to expend and collapse the tree. 8) Hashtable Description: We continue our JTree discussion in this video. In part 1 we stopped at building the tree. Here we add the Hashtable that contains the tree names and the URLs as key/value pairs. we built a JEditorPane that displays the web sites. Finally, we added the actions associated with the leaf nodes.
Serialization
9) ArrayList Description: Description: In this video we continue our discussion on overloading/overriding by creating classes for employees and managers. Then we move into serialization. We need a way to write objects into a permament store. However, it is very tedious to write the objects one field at a time. 10) writeObject Description: Here we finish the application by providing a complete menu driven application that prompts the user for options. Based on the user's selection, we trigger methods that save the ArrayList to a file using writeObject in the ObjectOutputStream class, and retrieve the data from the file using readObject in the ObjectInputStream class and display the result on the screen.
OLAP with open source tools - online course with 13 free videos
Introduction
1) Download, Installation and Configuration Description: In this video we are going to see how to download, install and configure the main components that will be used during the other videos of the course.
Jpivot and Mondrian
2) Overview Description: In this video we are going to see how to manipulate the data from an example cube that was created from the installation. 3) Components Description: This video explain in more details some components of Mondrian and JPivot 4) OLAP models Description: The Mondrian/JPivot solution relies on a database to store the data that the OLAP cube shows. 5) Mondrian XML Catalog Description: In this video we are going to see how the objects that are manipulated by Mondrian and JPivot are created.
Dimensions
6) Understanding Dimensions Description: This video first explain how the dimensions are used to browse and filter data in the cube. 7) Time dimensions Description: A time dimension is a special type of dimension used by all the cubes in the sample FoorMart Datawarehouse provided by Mondrian. 8) Measures Description: A measure is the most important numerical value used for quantitative analysis in a cube. 9) SnowFlake Dimensions Description: In this video we are going to see how Snowflake dimensions, calculated members, properties and virtual cubes are implemented in the Mondrian schema file.
Cubes
10) First cube Description: This video show how to create a data cube in Mondrian from the expense fact table stored in the database. 11) MDX essentials Description: This video show how to create a simple MDX query and how to modify it in order to obtain the data from a cube. 12) Aggregations Description: One of the main issues with OLAP technology, particularly when browsing a data cube, is the performance.
Interface
13) Modifying the JPivot interface Description: This video finishes the OLAP with open source tools course.
HTML 5 - an introduction of the new web language (not finished yet)
Free Online course. Here is the list of videos:
Canvas
1) Canvas Description: In this video, we introduce HTML 5. This new version of HTML is not standardized yet.
2) getElementById e getContext Description: We added the canvas tag to our page and retrieved the canvas object using getElementById() and the context using getContext.
3) Shadow within Description: As usual, we start by creating a canvas, retrieving it by id, and getting its 2d context.
New Elements
4) New Elements Description: In this video, we introduce new elements to HTML 5
5) Storage and the Video Element Description: We start with storage. We all know how important storage is in a browser since http is a stateless protocol.
6) Form Elements and Attributes Description: In this video, we looked at the new atttributes that are supported for HTML 5 elements.
C# 4.0 - free online course
Development tools
1) Csc: Command Line compiler Description: In this video we start our discussion of working with C# 4.0 development tools. 2) NotePad++ and SharpDevelop Description: In this video we are talking about creating C# programs using NotePad++ and SharpDevelop. 3) Namespace System.Numerics Description: In this video, we discuss few C# concepts. The first one has to do with a new addition the C# 4.0.
Core Concepts
4) Processes Description: In this video, we will discuss the concepts of processes and threads. Using the GetProcesses static method in the Process class, we can get all the current processes through a linq query. 5) Extension Methods Interfaces Description: In this video, Normally we write extension methods for classes, but in this example, we will see how that works with interfaces. 6) List and Lambda Description: In this video, we explore how to work with some important List functionality. 7) Type Conversion Description: In this video, here we discuss the use of the implicit and explicit conversion operators. 8) Structures Description: In this video, we discuss structures to understand the difference between them and classes. 9) Using “where Description: In this video, we explore the use of the 'where' keyword when working with generic types. 10) Using Dynamic Description: In .NET 4.0 Microsoft added the dynamic keyword to C#. In this example, we will try to illustrate one use of the dynamic keyword. 11) Export to Excel Description: In this video, this example shows how we can export a collection to an Excel spreadsheet. 12) Thread Info Description: In this video, this example continues the discussion of threads. We will see how to get information about the current thread, current AppDomain, and current Context. 13) Using PLinq Description: In this video, we see a different way of calling a method on a separate thread. This new approach has been added in .NET 4.0. 14) Task.Factory.StartNew() Description: In this video, we keep on experimenting with Task.Factory.StartNew() by adding a method that tests the type of the item.
Design Pattern
15) Overview about design patterns Description: In this first lesson we are going to take an overview about design patterns. 16) Creational Design Patterns Description: In this second lesson about design patterns we are going to understand more about Creational Design Patterns. 17) Structural Design Patterns Description: In this third lesson about design patterns we are going to understand more about Structural Design Patterns. 18) Behavioral Design Patterns Description: In this fourth lesson about design patterns we are going to understand more about Behavioral Design Patterns. 19) Adapter Design Pattern Description: Design patterns are important because they represent generic solution to a common problem. 20) Abstract Factory Description: Design patterns are important because they represent generic solution to a common problem. 21) Bridge Design Pattern Description: Design patterns are important because they represent generic solution to a common problem. 22) Builder Design Pattern Description: In this case, we will cover the Builder Design Pattern. This pattern separates the construction of a complex object from its representation so that the same construction process can create different representations. 23) Chain of Responsibility Design Pattern Description: This pattern avoids coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. 24) Command Design Pattern Description: This pattern encapsulates a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations. 25) Composite Design Pattern Description: This pattern composes objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly. 26) Decorator Design Pattern Description: This pattern attaches additional responsibilities to an object dynamically. Decorators provide a flexible alternative to sub-classing for extending functionality. 27) Facade Design Pattern Description: This pattern Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use. 28) Mediator Design Pattern Description: This pattern defines an object that encapsulates how a set of objects interact. Mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently. 29) Observer Design Pattern Description: this case, we will cover the Observer Design Pattern. This pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.
JQuery with ASP.NET
Overview
1) Overview of the JQuery Description: In this video will see an overview of the Jquery.
CSS Selector with JQuery
2) Using the CSS Selector with JQuery Description: In this video, will see how to use the CSS Selector with JQuery.
Events
3) Events handling functions Description: Today we will learn about purpose of the jQuery events handling functions.
CSS effect
4) Purpose of the CSS effect and Jquery Description: Today we learned about purpose of the CSS effect and JQuery.
Functions
5) Callback Functions Description: Today we learned about purpose callback function.
FadeOut and FadeIn methods
6) How to use FadeOut and FadeIn methods Description: Today we learned about how to use the FadeOut and FadeIn methods to div and other elements.
Animate method
7) How to use animate method features Description: Today we learned about how to use the animate features to div and other elements.
CSS selector
8) How to use the Advanced CSS selector to access every element in page Description: Today will see how to use the Advanced CSS selector to access every element in page.
ToggleClass
9) How to use the toggle and toggleClass Description: In this video will se how to use the toggle and toggleClass.
Hover() method
10) How to use the hover method Description: In this video will see How to use the hover method.
Image slide show
11) How to create image slide show using JQuery animate method Description: Today we learned about how to create image slide show using JQuery animate method.
Resizing the text
12) How to resize the text in webpage Description: Today we learned about how to resize the text in webpage using JQuery.
Ajax load method
13) Ajax load method to access the server side Description: Today we learned about how to use the AJAX load method to access the server side and other page values without refresh whole page. 14) Demo to access server side method with AJAX load Description: In this video will see a demo to access server side method with AJAX load and display in calling page without refresh whole page.
Tooltip Image
15) Display Tooltip Image Description: Today we are going to learn, how to show the tool tip image when we are hover the mouse in the image using JQuery. 16) Advanced ToolTip Description: Today we are going to learn, how to show the tool tip, when we hover the mouse in the page content or image.
AJAX
17) AJAX Load method Description: Today we learned about save the data to database without page refresh using AJAX Load method.
Screen Resolutions
18) Screen Resolutions and Controls Description: Today we are learned about handle the screen resolutions and increase/reduce the container control size in ASP.NET.
C# - free online course with 57 videos and 3 posts
Class 1) Creating classes and objects. Description: Object-Oriented languages like C# and Java are based on classes and objects. A class is a prototype (like an Employee), and an object is a specific instance of the class (like John). In Object-Oriented languages everything is an object. | Inheritance and Parameters 2) Inheritance Description: Inheritance is one of the pillars of object-oriented programming. It has to do with creating classes from other existing classes. This feature is very powerful since it helps us create a hierarchy of classes that depict the business model. | 3) Passing Parameters Description: This video discusses passing parameters to C# methods. Some methods can do their work without needing assitional information. Other methods, however, need additional data to do their work. | Objects 4) IComparable Description: Sorting is a functionality that is used by developers almost daily. We sort numbers, dates, student records... C# supports sorting objects that are part of the .NET Framework. | 5) IComparer Description: This video is a continuation of a previous video on sorting objects. In the first video, I demonstrated how to implement the IComparable interface. In this video, I will show how to implement the IComparer interface. | [Mark this item as viewed] Methods, exceptions and reflection 6) Extension Methods Description: Extension method is an important feature that has been added to C# 3.0. This feature will allow developers to add additional functionality to an existing class without the use of inheritance, and even without the need to recompile the class. | 7) Exceptions Description: Exceptions are anomalies that are difficult to account for when writing programs. In this video, I will introduce how exceptions happen, and how to handle them. | 8) Reflection Description: Reflection is a runtime type discovery. It is one of the most important concepts in the .NET Framework. In this video, I am going to demonstrate how to use reflection to discover detailed information about a class Point. | 9) Generic Methods Description: In this video, I will discussing generic methods. When developing applications, you notice that you might have many methods that do almost the same thing, but with different types (one that prints an int array, another that prints a string array...). | Serialization 10) Binary Serialization Description: Serialization is the process of persisting an object into a storage medium. In this video, I am going to demonstrate how to serialize a Document object to a file using the BinaryFormatter. | 11) XML Serialization Description: XML serialization is another process of persisting objects to a storage medium. Other forms will be SOAP and Binary serialization. In this video, I will demonstrate serializing a document object using XML serialization. | Interfaces 12) Declaration and implementation Description: An interface is a named collection of abstract (not implemented) members. It is declared with the keyword interface. This video will cover the first part of how interfaces are declared and how they can be implemented. | 13) IPrintable e IClonable Description: This video is a continuation of our introduction to interfaces. We continue our program by adding a class that implements more than one interface (IPrintable and IClonable). Then, we explore the use of the keyword is to discover at runtime which classes implement an interface and which ones dont. | Delegates 14) What is Description: A delegate is a type-safe object that points to another method (or multiple methods) in the application, which can be invoked at a later time. | 15) CompleteTask () e UpdateTaskList () Description: This video is part 2 of the delegate discussion. After creating the employee class and the delegate, we will create a manager class that process assignments. | [Mark this item as viewed] LINQ to SQL 16) DataContext Description: This video will start the discussion of LINQ to SQL. We are using the Northwnd database. We are going to manually develop all the pieces instead of relying on the class designer. | 17) Populate a DataGrid Description: In this video, we will continue our discussion on how we can create the DataContext, and use it to retrieve all the customers in Germany. | Silverlight 18) Introduction Description: In this video I am going to introduce Silverlight 2.0. I will show how we can create a Silverlight application using Visual Web Developer 2008 Express. | 19) Simple Form Description: In this video I am going to show the layout by creating a grid of controls that prompt the user for principal, interest rate, and term. We will also add a button with code behind to calculate the car monthly payment based on the input from the user. | 20) DoubleAnimation, ColorAnimation Description: In this video, I start my animation demonstration. Silverlight animation is based on changing the value of a dependency property over a period of time. We have animations for different data types: DoubleAnimation, ColorAnimation. | 21) AutoReverse Description: In this video we continue our animation discussion. I will change the animation that we created in the previous video by adding a button that will trigger the animation. | 22) SkewTransform Description: This discussion will extend the previous video by adding buttons that allow us to start, pause, resume and stop the animation. | 23) PointAnimation Description: In this animation video I am shifting my discussion to PointAnimation ColorAnimation, and key frame animation. | 24) Brushes Description: This video will discuss brushes, specifically LinearGradientBrush. We will create a canvas with a rectangle. We will fill the rectangle with a LinearGradientBrush that contais GradientStops with colors and offsets. | 25) RadialGradientBrush Description: In this video I am continuing my discussion on Brushes. But I will shift to RadialGradientBrush instead. I will show how you can change the GradientOrigin, hich is the focal point. | 26) Geometry Description: In this video I am going to show you how you can draw some Geometric shapes. My discussion will include: Ellipse, Rectangle with rounded corner, Line, Path, Polyline, Polygone, GeometryGroup, and last but not least Arc. | 27) Pincel Imagem Description: In this video I will illustrate the use of the ImageBrush. I will fill a rectangle with an ImageBrush, and show how I can change some properties to stretch the image and align it within the rectangle. | 28) Transformation Description: In this video I am introducing the concept of transformation. Transformation alters the way an element is drawn. | 29) TransformGroup and MatrixTransform Description: This video is a continuation of the transformation discussion. We will explore the TransformGroup and MatrixTransform (from which all other transformations are derived). | 30) Isolated Storage - Lesson I Description: Silverlight allows developers to save pieces of information pertaining to the application in an area called isolated storage. | 31) Isolated Storage - Lesson II Description: In this video we continue our discussion on isolated storage. In the previous video, we created the UI. Now, we implement the functionality in the code behind. The three main methods are: GetLastVisit(), SetLastVisit_Click(), and DeleteFile_Click(). | 32) Isolated Storage - Lesson III Description: In this video we discuss how we can ask the user for the permission to increase the quota to 3MB. | 33) Isolated Storage - Lesson IV Description: In this video we continue our discussion of isolated storage. In this case however, we are storing objects. | 34) Isolated Storage - Lesson V Description: This video continues our previous discussion of saving book information into the isolated storage. | 35) ZIndex Description: Description: In this video I am showing the bits and pieces of a Silverlight applications. I will discuss the details of the test page (html page) and the xap file that you can use to deploy a Silverlight application. | 36) Animation - Part I Description: In this video, I start my animation demonstration. Silverlight animation is based on changing the value of a dependency property over a period of time. We have animations for different data types: DoubleAnimation, ColorAnimation. | 37) Animation - Part II Description: In this video we continue our animation discussion. I will change the animation that we created in the previous video by adding a button that will trigger the animation. | 38) Animation - Part III Description: This discussion will extend the previous video by adding buttons that allow us to start, pause, resume and stop the animation. | 39) Simple Form Description: In this video I am going to show the layout by creating a grid of controls that prompt the user for principal, interest rate, and term. We will also add a button with code behind to calculate the car monthly payment based on the input from the user. | LINQToXML 40) XDocument, XElement Description: XML is very handy when it comes to exchanging documents between companies and saving application settings and configurations. It is very natural for LINQ to support XML. | 41) Attributes Description: This video continues our discussion on LINQ to XML. We will look at how we can retrieve specific elements from the XML file. Then, we discuss attributes: how we can select them, add new ones to the document and remove current ones from the document. | 42) descendants () Description: In previous videos we loaded an existing xml file and queried existing books. In this video, we will parse the xml from a string, and apply from/where/select to the parsed xml. | 43) OfType Description: Using LINQ to XML we can select text in a document using OfType. This video will demonstrate how that can be done. Also, we can union two sequences of nodes using the Union() method, and display the path to a specific nodes. | 44) Operator Description: This video will show you how you can use the familiar new operator to create a node (or list of nodes). Then, we will use All to find whether the nodes satisfy a certain condition. Finally, we will sort the book authors in ascending order. | LINQToDataSet 45) LINQToDataSet Description: Description: In this video, I am going to discuss how to user LINQ with a Dataset. We are going to connect to Northwnd and select all the employees. Using the DataAdapter, we will fill the dataset. | ASP.NET
46) MultiView Description: In this video we discuss MultiView. MultiView is a collection of views. Only one view is displayed at a time. |
47) AdRotator - Part 1 Description: This is the first part of the video for creating and using the AdRotator. | 48) AdRotator - Part 2 Description: This example will create the AdRotator control and trigger the ads based on the KeywordFilter. | 49) DropDownCalendar Description: In this video, we discuss drop down calendar using ASP.NET and jQuery. | 50) ControlValidation - Part 1 Description: In this video we are going to discuss the validation controls. | 51) ControlValidation - Part 2 Description: In this video, we add the validation controls to the text boxes and calendar. | 52) ControlValidation - Part 3 Description: In this video, will see RangeValidator, RegularExpressionValidator and RangeValidator. | (Recommended post) 53) Image validation in the Web Description: This article brings an implementation of this type of validation, apart from some suggestions to develop the security of ASP.NET applications, using this resource. | 54) FileUpload Description: In this video, we discuss the FileUpload control. This control allows a user to select a file from the file system. | E-learning-Visual C# 2008 and .Net Framework 3.5 55) Object and Collection initialize in .Net Framework 3.5 Description: This lesson will introduces you how to use Visual C# 2008 and .Net Framework 3.5 new features. | 56) Nested Master Page Description: This lesson will show you to use Nested Master Page in VS 2008 and ASP.Net 3.5. | Asp.net with Visual Studio 2010 57) Introduction Description: This video is the start of a long course that discusses ASP.NET 3.5 and 4.0 using Visual Studio 2010 and C#. | 58) Dynamic keyword Description: In this video, I will discuss some of the new features in C# 4.0. Specifically, I am going to talk about the dynamic keyword. | 59) Default parameters Description: In this video, we continue our example that explains the new C# 4.0 features. We continue the Exam class and add new method to it. This method will illustrate another feature added to C# 4.0 - default parameters. | 60) HTML Controls versus Web Server Controls Description: In this video, we will explore the difference between HTML controls and Web Server controls.
This video will discuss brushes, specifically LinearGradientBrush. We will create a canvas with a rectangle. We will fill the rectangle with a LinearGradientBrush that contais GradientStops with colors and offsets. Then, I will allocate a little time to the structure and the details of a Silverlight project (mainly the xap file).
48 free videos about ASP.NET 4 and Visual Studio 2010
This course is not finished yet, so you can expect more videos soon.
Here is the list:
Web Application Versus Web Site
Web Application Versus Site
Controls
Label and Literal Control
Input Boxes Properties and Events
Auto Complete and RadioButtons
Three ways to submit form data
Posting Back to Another Page
Command Buttons and Client Actions
Using panels
CSS
Evolution of CSS
Styles
Unordered list
Manage styles
Validation Controls
Introduction
Text property
InitialValue property
CompareValidator
Regular Expression Validator
CustomValidator and ValidationSummary
Building validation control class
Calendar Control
Holidays: Calendar Control
AdRotator
Wizard Control
Silverlight
Silverlight
Master Page
Introduction
ContentplaceHolders
Master Page File
PreInit method
Themes
Themes
Difference between a Theme and a StyleSheetTheme
CSS
User Controls
User Controls
Manipulating User Controls
AJAX
MVC
Introduction
ViewBag
Adding
Controller
View
Model - Part 1
Model - Part 2
Model - Part 3
Data Access
Lists
Grid
Hierarchical
Templated
Two Way Data Binding
Errors and Stored Procs
Using Filters and Cookie Parameter
In this video I am continuing my discussion on Brushes. But I will shift to RadialGradientBrush instead. I will show how you can change the GradientOrigin, which is the focal point. Then, I will demonstrate how to reflect the color and repeat it using the SpreadMethod property. Finally, I will show the effect of changing the RadiusX and RadiusY properties.
In this video I am going to show you how you can draw some Geometric shapes. My discussion will include: Ellipse, Rectangle with rounded corner, Line, Path, Polyline, Polygone, GeometryGroup, and last but not least Arc.
In this video I will illustrate the use of the ImageBrush. I will fill a rectangle with an ImageBrush, and show how I can change some properties to stretch the image and align it within the rectangle. Then, I will discuss Opacity and how I can add a stroke to the rectangle.
Sorting is a functionality that is used by developers almost daily. We sort numbers, dates, student records. C# supports sorting objects that are part of the .NET Framework. But how about sorting objects that are created by the user (such as Employees and Books)? In this video, we will see how we can implement a special interface (IComparable) to compare Book objects.