Tip #27 – WPF – One 11-minute video and Three Mind-Blowing Examples

Tip #27 – WPF – One 11-minute video and Three Mind-Blowing Examples LearnVisualStudio is currently having a sale on all of its memberships. Click on the link below to receive your discount now: Get LearnVisualStudio at 15% off now Tip #27 – WPF – One 11-minute video and Three Mind-Blowing Examples ... [Read More...]

Tip #26 – Notepad++ Supports 54 Programming Languages

Tip #26 – Notepad++ Supports 54 Programming Languages Tip #26 – NotePad++ Supports 54 Programming Languages I have tried a number of different NotePad freeware clones (like TextPad, ConTEXT, NotePad2, etc.), but the best that one that I found is NotePad++. NotePad++ currently provides syntax highlighting for 54 programming languages, including VB, C-Sharp,... [Read More...]

Tip #25 – Windows Phone 7 Presents a Golden Opportunity for .NET Developers

Tip #25 – Windows Phone 7 Presents a Golden Opportunity for .NET Developers Tip #25 – Windows Phone 7 Presents a Golden Opportunity for .NET Developers Windows Phone 7  became available in stores last week on 11-08-2010.  Why is this a "golden opportunity?" In 2009, 1.2 billion mobile phones were... [Read More...]

Tip #24 – Ten Approaches to Improving the Problem-Solving Process

Tip #24 – Ten Approaches to Improving the Problem-Solving Process Tip #24 – Ten Approaches to Improving the Problem-Solving Process All problem-solving with computers involves performing actions to reduce the tension between the current Actual state and some future Ideal state. The actions that are used to reduce the... [Read More...]

Tip #23 – Create Expert Systems

Tip #23 – Create Expert Systems Tip #23 – Create Expert Systems Background: Expert Systems were very popular in the 1980’s, but they are still a great idea today. How Expert Systems Work: ... [Read More...]

Access DB DataReader To Gridview

Access DB DataReader To Gridview Purpose: – Illustrates using Acces DB DataReader Gridview in VB.NET ASP.NET. Prerequistes: Install Visual Web Developer 2010 Install SQL Server Express Download Northwind and Pubs Databases Attach Northwind Database to Databases in Sql Express Attach pubs Database to Databases in Sql Express Notes: You can build your own library of syntax examples by using same web site over and over and just add new web... [Read More...]

Access DB DataAdapter To Gridview

Access DB DataAdapter To Gridview Purpose: – Illustrates using Acces DB DataAdapter Gridview in VB.NET ASP.NET. Prerequistes: Install Visual Web Developer 2010 Install SQL Server Express Download Northwind and Pubs Databases Attach Northwind Database to Databases in Sql Express Attach pubs Database to Databases in Sql Express Notes: You can build your own library of syntax examples by using same web site over and over and just add new... [Read More...]

VB.NET String Function Right()

VB.NET Right(string,length) – String Function Purpose: – Illustrates using Right(string,length) and String Functions. Prerequistes: Install Visual Basic (Express or Standard Edition) Install SQL Server Express Download Northwind and pubs Database Attach Northwind Database to Databases in Sql Express Attach pubs Database to Databases in Sql Express Notes: Console Application is used to simplify things, but Windows Forms or Web Forms... [Read More...]

VB.NET String Function Left()

VB.NET Left Example – Code Sample Syntax Abstract: – Illustrates using VB.NET Left Code Example. Left Other Languages Left VB.NET ASP.NET Left C# Console Left C# ASP.NET Other VB.NET Console Examples  *** 1. Download Source Code ***   Download Source Code for All VB Console Examples in One Project  *** 2. Left Syntax ***  Purpose: Returns a string containing a specified number of characters... [Read More...]

VB.NET String.IsNullorEmpty()

VB.NET StringIsNullorEmpty Example – Code Sample Syntax Abstract: – Illustrates using VB.NET StringIsNullorEmpty Code Example. StringIsNullorEmpty Other Languages StringIsNullorEmpty VB.NET ASP.NET StringIsNullorEmpty C# Console StringIsNullorEmpty C# ASP.NET Other VB.NET Console Examples  *** 1. Download Source Code ***   Download Source Code for All VB Console Examples in One Project – source code... [Read More...]

« Previous Page