Tag Archives: Windows

Menu for Windows Command Prompt Via Batch File Tutorial

For today’s tutorial we build a menu-driven Windows Batch (at Command Prompt window) , building on previous

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , | Leave a comment

Cassini++ WebServer Primer Tutorial

Web Servers can be hard to get your head around, but not if you have three heads. Being as most of us don’t have three heads maybe this tutorial may be of interest to you. Here we go back to, … Continue reading

Posted in eLearning, Hardware, Networking, Operating System, Software, Tutorials | Tagged , , , , , , , | Leave a comment

ASP.Net Dynamic Data Entity Framework Primer Tutorial

Today’s tutorial integrates an SQL Server database with an ASP.Net website using dynamic data (ADO.NET) entity framework (also look up CRUD), building on previous Sql Server Stored Procedure Primer Tutorial as shown below. The word dynamic is very suitable for … Continue reading

Posted in Data Integration, Database, eLearning, Tutorials, Visual Studio | Tagged , , , , , , , , , , , | 3 Comments

VB.Net PictureBox and ImageList Primer Tutorial

VB.Net using Visual Studio is a great language to learn. If you like VB.Net you may eventually like C#, and vice versa. It has sophisticated data structures, can be Object Oriented and makes great Windows desktop applications or can be … Continue reading

Posted in Animation, eLearning, GUI, Tutorials, Visual Studio | Tagged , , , , , , , , , , , , | 1 Comment

Sql Server Stored Procedure Primer Tutorial

Today’s tutorial, which builds on the SQL Server Primer Tutorial, uses Microsoft’s great Sql Server Management Studio to oversee the results of some T-SQL code calls to create tables called POINT and CIRCLE used to store information defining a circle, … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , , , , , , | Leave a comment

Google Earth Primer Tutorial

Google Earth is an incredible application which, maybe, should be taken in doses, otherwise you’ll know too much about where you’re going on holidays, and it’ll be like déjà vu all over again. As you may have guessed from the … Continue reading

Posted in eLearning, Trips, Tutorials | Tagged , , , , , , , , | Comments Off on Google Earth Primer Tutorial

More AutoHotKey Tutorial

Have you heard of AutoHotKey? It is a Windows application (that is quite brilliant) which can record and replay mouse and keystrokes, or assign a group of actions to a HotKey. Anybody into procedures and the operations side of I.T. … Continue reading

Posted in eLearning, Software, Tutorials | Tagged , , , , , , , , , , | Leave a comment

More Windows Command Prompt Via Batch File Tutorial

This tutorial builds on the previous Windows Command Prompt Via Batch File tutorial, showing you the use of some Windows Command Prompt commands such as set /a, set /p, date, time, echo, pause, call, if, goto, for/f, systeminfo, ping, choice … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , | Leave a comment