LetsBlogAbout.NET
Blogging about all that is .NET

Microsoft tool to get your kids interested in programming

July 24, 2008 15:29 by joswalt

I ran across a cool idea from Microsoft where they have released a Power Toy for middle school aged kids. The tool is called Microsoft Visual Studio Middle School Power Toy 1.0 and is a software package particularly designed by Microsoft to help middle school students learn computer programming.

Microsoft Visual Studio Middle School Power Toy 1.0 is a software package particularly designed by Microsoft to help middle school students learn computer programming. It consists of the following five components:

  • Visual Sort Designer Control - is a supplementary teaching tool developed to help middle school students learn the basic concepts, algorithms, and implementations of popular computer sorting algorithms. It supports bubble and insertion sorting. The control generates initial values automatically and demonstrates intermediate states in the sorting process. It also generates sorting source code for both Visual Basic and C#.
  • Visual Search Designer Control - is a teaching tool developed to help middle school students learn the basic concepts, algorithms, and implementations of popular data search algorithms. It supports binary and sequential searches. The control generates initial values automatically and demonstrates intermediate states in the searching process. It also generates source code for both Visual Basic and C#.
  • Visual Declarative Designer - is an intuitive variable declaration tool designed for novice programmers. During the coding process the student can declare variables of various types and generate the corresponding source code. Visual Variable Declarative Designer provides a visual approach to variable declaration. Teachers in the Information Technology (IT) field can use this designer to teach students the basic concepts of variable declaration and naming, variable types, access modifiers, and initial values.
  • Assistant Class Designer - is a visual class designer intended for novice programmers such as middle school students. During the design process, students can easily add classes, properties, methods and events. The designer also generates source code that can be inserted into a project and modified as needed. By using this class designer and code generator, complicated classes can be easily created and configured. The Assistant Class Designer provides an intuitive approach to designing classes and helps students to understand key object-oriented programming concepts such as classes, encapsulation, inheritance, and polymorphism.
  • Visual Programming Flow Chart - is a supplementary teaching tool designed to help students understand program control flow. It generates flow charts for functions and saves them in the JPG picture format. This tool is easily activated from the Visual Studio Integrated Development Environment (IDE) by simply right-clicking on a function name and choosing “Generate flow chart…” from the context menu. The resulting flowchart can be customized by changing its colors and other effects. This visual tool provides an intuitive way to explore source code, to examine its control flow, and to identify logic errors.
     

You can download the tool from the Microsoft Download site by clicking here.

 


ASP.NET AJAX 4.0 CodePlex Preview 1 released

July 23, 2008 10:17 by joswalt

Microsoft has released the first preview of the new AJAX features in ASP.NET. These new features are a step in the right direction of the new ASP.NET AJAX Roadmap that was released.

This release contains a preview version of the following features:

  • Client-side template rendering
  • Declarative instantiation of behaviors and controls
  • DataView control
  • Markup extensions
  • Bindings
     

 


Tags:
Categories: AJAX
Actions: E-mail | Permalink | Comments (2) | Comment RSSRSS comment feed

TweakUAC for Windows Vista

July 22, 2008 18:45 by joswalt

The User Account Control of Windows Vista has been the source of frustration and problems for many users that are trying to make the switch over to Windows Vista. I have always been the administrator on my Windows XP PCs and never had any of the problems of installing or running programs. The continuous prompts to run or install programs even when the user is an administrator can take quite a lot of getting used to. I can see what Microsoft was trying to do with the feature, but it still doesn't deliver a good user experience in my opinion.

Luckily, I ran across a tool that will help relieve some these frustations. The tool is called TweakUAC. TweakUAC™ is a free software tool that you can use to quickly turn UAC (User Account Control of Windows Vista) on or off, or to make UAC operate in the quiet mode. This software does not require installation, it is ready for use as it is! Just download the file and save it to your computer's hard drive.


Tags:
Categories: Tools
Actions: E-mail | Permalink | Comments (4) | Comment RSSRSS comment feed

Silverlight Tips of the Day

July 22, 2008 14:59 by joswalt

The Silverlight team has been releasing some Silverlight Tips of the Day to help developers get started using Silverlight. I thought that I would post them here as well as a reference for me and anyone else that is needing help with working with Silverlight.

This list will expand as more Tips are released from the Silverlight team.

 Silverlight Tips of the Day:

Last Updated: 10/13/2008 06:00 PM
 


Video: Building Web Parts with User Controls and AJAX

July 8, 2008 10:09 by joswalt

There is a new SharePoint video from the Ted Pattison Group on the Microsoft Downloads. The video gives a real world example of how to build web parts for SharePoint as user controls that utilize AJAX.

Overview:

Learn about building Office SharePoint Server Web Parts with user controls and AJAX. Walk through a real-world example of separating your UI from your code-behind, using user controls to create input panels. Also, learn about using the AJAX update panel.

You can download and watch the video, by clicking here.

 


New Theme and Updated to BlogEngine.Net 1.4

July 2, 2008 03:05 by joswalt

After working with this site for a while, I decided that I wanted to migrate away from the initial theme that I had chosen for the site. I searched around on the internet and found a theme that I really liked and configured it to fit my site. At the same time, a new release of BlogEngine.Net was released. I decided this would be a good time and update the site to the latest 1.4 version.

 Hopefully, everyone will like the new look. Let me know what you think and if you happen to find any problems with the site or theme.


Tags:
Categories: BlogEngine.NET
Actions: E-mail | Permalink | Comments (17) | Comment RSSRSS comment feed