Showing posts with label vb. Show all posts
Showing posts with label vb. Show all posts

C# for Beginners to Programming Workbook and Videos

C# for Beginners to Programming Workbook and Videos

http://www.learnvisualstudio.net/images/home_top_left.jpg

This unique series features 22 lessons containing a workbook chapter with questions, exercises, further readings and one or more videos that step an absolute beginner through learning the most fundamental C# topic matter. If you have never programmed before and want to learn C#, this is a great place to start.

Anatomy of The Curriculum

Each of the "First Time Programmers" series contains two workbooks, a Questions edition and an Answers edition, which is identical to the Questions edition but contains the answers to all the questions in blue text.

Each lesson has one or more parts, as follows:

Lesson Objectives - Easily identify what the goals of the lesson are.

Lesson Text- Typically a few pages explaining the concepts for the lesson. The readings are concise and focus on concepts and ideas that are appropriate for the level you are at. The lessons avoid introducing unused or comple

Videos to Watch- Most lessons contain a video that demonstrates the concepts of the lesson. This is a powerful way to learn because its like watching over the shoulder of an expert while he "shows you the ropes."

Source Code - All source code that is created in the video is available for you to inspect on your own.

Extended Readings - These are links to parts of the Microsoft Developer's Network that are important for you to know. These readings extend the Lesson Text and often get into much more detail.

Definitions- While you are reading through the Lesson Text and the Extended Readings, you will come across many new terms that you should make sure you know.

Lesson Questions - Each lesson will have a number of review questions that re-inforce your new-found knowledge and force you to put it into your own words.

Best Practices - Most of the videos make recommendations that are considered "Best Practices" -- approaches that are tried and true. When available the workbook contains an area to record these Best Practices.

Exercises- Most lessons have a project for you to work on that covers concepts introduced in the readings and the video. The exercise requires you to open Visual Studio.NET and get your hands dirty. If you get stuck, you can watch a video that shows how we would have solved that exercise, including the source code.

Home: http://www.learnvisualstudio.net/content/series/csharp_for_beginners_to_programming_workbook_and_videos.aspx


Link download :

http://rapidshare.com/files/219477149/csharp_for_beginners_to_programming_workbook_and_videos.rar.001

http://rapidshare.com/files/219478555/csharp_for_beginners_to_programming_workbook_and_videos.rar.002

http://rapidshare.com/files/219479939/csharp_for_beginners_to_programming_workbook_and_videos.rar.003

http://rapidshare.com/files/219481330/csharp_for_beginners_to_programming_workbook_and_videos.rar.004

http://rapidshare.com/files/219482628/csharp_for_beginners_to_programming_workbook_and_videos.rar.005

http://rapidshare.com/files/219483929/csharp_for_beginners_to_programming_workbook_and_videos.rar.006

http://rapidshare.com/files/219485351/csharp_for_beginners_to_programming_workbook_and_videos.rar.007

http://rapidshare.com/files/219486694/csharp_for_beginners_to_programming_workbook_and_videos.rar.008

http://rapidshare.com/files/219488025/csharp_for_beginners_to_programming_workbook_and_videos.rar.009

http://rapidshare.com/files/219489334/csharp_for_beginners_to_programming_workbook_and_videos.rar.010

http://rapidshare.com/files/219490584/csharp_for_beginners_to_programming_workbook_and_videos.rar.011

http://rapidshare.com/files/219491837/csharp_for_beginners_to_programming_workbook_and_videos.rar.012

http://rapidshare.com/files/219493104/csharp_for_beginners_to_programming_workbook_and_videos.rar.013

http://rapidshare.com/files/219494470/csharp_for_beginners_to_programming_workbook_and_videos.rar.014

http://rapidshare.com/files/219495643/csharp_for_beginners_to_programming_workbook_and_videos.rar.015

http://rapidshare.com/files/219496805/csharp_for_beginners_to_programming_workbook_and_videos.rar.016

http://rapidshare.com/files/219498040/csharp_for_beginners_to_programming_workbook_and_videos.rar.017

http://rapidshare.com/files/219499136/csharp_for_beginners_to_programming_workbook_and_videos.rar.018

http://rapidshare.com/files/219500321/csharp_for_beginners_to_programming_workbook_and_videos.rar.019

http://rapidshare.com/files/219501505/csharp_for_beginners_to_programming_workbook_and_videos.rar.020

http://rapidshare.com/files/219475842/csharp_for_beginners_to_programming_workbook_and_videos.rar.021


Beginning VB.NET

Beginning VB.NET

http://www.learnvisualstudio.net/images/home_top_left.jpg

This series is a good review for those who may be coming from another programming language or who are upgrading from a previous version of Visual Basic. It covers many of the sytactical elements of VB.NET and concludes with a thorough discussion of the various types of collections available through the .NET Framework.

Home: http://www.learnvisualstudio.net/content/series/beginning_vbdotnet.aspx
Link download :


http://antdot157.blogspot.com/begining.vb.net.rar

Configuration, Deployment and Security

Configuration, Deployment and Security

http://www.learnvisualstudio.net/images/home_top_left.jpg

This series addresses issues for both ASP.NET and Windows Forms applications regarding configuration information, security, and deploying apps to servers and client machines.

The following videos are available for this series:

Retrieving Application Settings from the web.config
The web.config file contains configurable settings in an XML format that represents how the various features of ASP.NET should be employed for an instance of your application on that web server. The web.config allows the developer to store application settings, such as database connection strings or paths, that you can read from within your application. This video contains some introductory information about the web.config file and accessing it from code.
Using Dynamic Properties
Dynamic Properties are direct links from server controls like ADO.NET DataConnection and DataCommand objects to the web.config configuration file. This technique allows you to take advantage of the power of the configuration file without and coding. This video demonstrates the use of Dynamic Properties within your applications.
Walkthrough: Creating a Custom Login using Forms Authentication in ASP.NET
Demonstrates how to create a Custom Login page that forces users to autneticate themselves against a SQL Server database table. Demonstrates the use of a couple of classes in the System.Web.Security class.
Using Roles to Secure Content
Creates an applications that utilizes role information saved in a database to allow or disallow users to see content on a given page, entire pages or folders (detailed in the next video, 3512). Talks about using
Setting Authentication on Entire Folders in Web Forms
Demonstrates the problems with the previous video's example (in terms of hack-ability) and demonstrates settings you can make to lock down content within your application.
Introduction to Deploying .NET Apps
Powerpoint presentation detailing some basic deployment concepts
Walkthrough: Deploying WinForms Apps
Demonstrates the workflow necessary to create a Windows Installer (.msi) for a WinForms app. Including the various designers to add files, settings and wizard pages.
Walkthrough: Deploying WebForms using Copy Project
Demonstrates how to use the Copy Project command to deploy a web site to a server.
Security Baseline Analyzer
Security Baseline Analyzer
IIS Lockdown Tool
IIS Lockdown Tool
IIS Settings (Web Permissions)
IIS Settings (Web Permissions)
Dangers of Copy Project
Dangers of Copy Project
Writing to the System Registry
Writing to the System Registry
Reading from the System Registry
Reading from the System Registry
Building a Trace Listener
Building a Trace Listener
Using Resource Files
Using Resource Files

Home: http://www.learnvisualstudio.net/content/series/configuration_deployment_and_security_.aspx

Link download :
configuration_deployment_and_security.rar

http://rapidshare.com/files/219149949/configuration_deployment_and_security.rar

Crystal Reports

Crystal Reports

http://www.learnvisualstudio.net/images/home_top_left.jpg


Crystal Reports is a reporting tool that is bundled with Visual Studio.NET (although a more robust version is also available directly from them). This series shows how to utilize Crystal Reports within your applications.

Home: http://www.learnvisualstudio.net/content/series/crystal_reports_.aspx

Link download :

crystal_reports.rar

http://rapidshare.com/files/219147682/crystal_reports.rar

Beginning C#

Beginning C#

http://www.learnvisualstudio.net/images/home_top_left.jpg

This series is a good review for those who may be coming from another programming language. It covers many of the syntactical elements of C# and concludes with a look at Object Oriented concepts and techniques using C#.

Home: http://www.learnvisualstudio.net/content/series/Beginning_CSharp.aspx

Link download :
Beginning_Csharp.rar

http://rapidshare.com/files/219141686/Beginning_Csharp.rar

Labels: , 0 comments | edit post

ASP.NET Web Services

ASP.NET Web Services

http://www.learnvisualstudio.net/images/home_top_left.jpg

Web Services allows remote computers on potentially disparate platforms to exchange data via an XML syntax called SOAP. This video series explains the basics of Web Services and demonstrates how to create and consume them in your applications.

Home: http://www.learnvisualstudio.net/content/series/aspdotnet_web_services.aspx

Link download :
aspdotnet_web_services.rar

http://rapidshare.com/files/219138202/aspdotnet_web_services.rar

ASP.NET Web Matrix

ASP.NET Web Matrix

http://www.learnvisualstudio.net/images/home_top_left.jpg

The Web Matrix (http://www.asp.net/webmatrix/default.aspx?tabIndex=4&tabId=46) is a free ASP.NET development tool. This series walks you through some of the basics of working with Web Matrix.

The following videos are available for this series:

Introduction to ASP.NET Web Matrix
A walkthrough of the entire Web Matrix application
ASP.NET Web Matrix Data Page Template Walkthrough
Demonstrates the use of 3 of the templates for creating Data based web pages in Web Matrix
ASP.NET Web Matrix Data Page Template Walkthrough Part 2
Demonstrates the use of 4 of the 7 Data Page templates in Web Matrix.


Link download :

aspdotnet_web_matrix.rar

http://rapidshare.com/files/219137332/aspdotnet_web_matrix.rar

ASP.NET Web Forms

ASP.NET Web Forms

http://www.learnvisualstudio.net/images/home_top_left.jpg


This series provides the basics of creating ASP.NET Web Form applications by dissecting the major .NET Framework objects and concepts that support them, such as code-behind, postback, page state, application and session objects and much more. If you are new to building web-based applications in .NET, this series is for you.

Home: http://www.learnvisualstudio.net/content/series/aspdotnet_web_forms.aspx

Link download :
aspdotnet_web_forms.rar

http://rapidshare.com/files/219135919/aspdotnet_web_forms.rar

Beginning VB.NET

http://www.learnvisualstudio.net/images/home_top_left.jpg

This series is a good review for those who may be coming from another programming language or who are upgrading from a previous version of Visual Basic. It covers many of the sytactical elements of VB.NET and concludes with a thorough discussion of the various types of collections available through the .NET Framework.

Home: http://www.learnvisualstudio.net/content/series/beginning_vbdotnet.aspx
Link download :

beginning_vbdotnet.rar

http://rapidshare.com/files/219151763/beginning_vbdotnet.rar