So, you know how to create a class in Visual Studio using C# programming, and you know how to add methods to a class, what's next? Adding properties. This video tutorial will show you the trick to add properties to your class in Microsoft Visual Studio.
In this video tutorial, you're going to jump into the world of C# programming and learn how to create a class. You'll need Microsoft Visual Studio and some C# knowledge. You'll also learn how to create objects and add a member to the class you made.
Check out how to save your user settings in Microsoft Visual Studio using C# programming, that way when you restart the program, it can remember some of your important information. This will specifically show you how to save your user settings using the .NET Framework instead of working with custom INI files.
If you're not sure about creating reports in Visual Studio, this two-part video will cover the entire process. This assumes that you already know a few things in Microsoft Visual Studio and the C# programming language. So, if you're not a beginner and still need help to create reports from data in the SQL Server, this is how you do it. Also, learn a quick and easy way to pass parameters to reports in C#.
This five-part series on C# programming covers many things. First, you learn how to save to the Microsoft SQL Server. Then, you'll learn how to retrieve that data. You'll also learn how to navigate the DataSet, edit SQL data, and delete data. If you have Microsoft Visual Studio and SQL Server, give this lesson a try.
This is a basic lesson with an intro for arrays in the C# programming language. You'll learn how to create and declare and add date to a C# array. An array is a data structure, or object, that contains several variables of the same type. Learn all about it!
Command prompt and other commands can save you lots of time on your computer. Use these shortcuts to bypass longer keystrokes and access blocked sites. There are many things you can do with cmd prompts and this tutorial will tell you about all of them. Learn step by step how to use and take advantage of these commands in the following video.
Interested in creating your own dynamic, web-based applications using Microsoft Visual C#? How about an RSS reader application? This lesson shows the design and planning of the RSS reader application. For more information, as well as tips for being a more effective user of Microsoft Visual C#, take a look at all five videos.
Want to learn more about the C# programming language but aren't sure where to get started? In this video tutorial, you'll learn how to write a simple dictionary application using C# and the Microsoft Visual C# IDE, or integrated development environment. For more information, including step-by-steps instructions for writing this simple program, take a look.
When programming in Visual Studio, you may find yourself creating any number of all-but-identical windows. This can be tedious and time consuming. This tutorial discusses the deadly and dangerous task of using a form as a parent for the development of other forms in Visual Studio, using C# in this particular example. For more information on designating a form as a parent, take a look.
Visual C# 2008 Express with SP1 is an ideal tool for productively building object-oriented applications for Windows on the .NET Framework. In this video tutorial, you'll learn how to download, install and use Visual C# Express. Take a look.
Want to get started programming with C# but aren't sure where to begin? If you have prior background with Visual Basic, you might be interested in Microsoft Visual C#. This beginner's guide is designed for people with little or no prior knowledge of computer languages, who want to learn to program by using the C# language.
Wonderhing how to get started writing C# applications? This video offers a tour of the various features in Microsoft Visual C# 2005 Express Edition, and will help you become familiar with the tool, and get started writing -- and understanding -- your first application. To get started writing C#, take a look!
PostSharp is an free, open-source and extensible platform for enhancement of .NET assemblies, that is: PostSharp transforms assemblies after compilation. Pretty abstract, isn't it? Not so much. It has great applications. PostSharp Laos, a Lightweight Aspect-Oriented Solution, provides aspect-oriented programming (AOP) to .NET Developers without the learning curve. This tutorial presents an introduction to the PostSharp programming language, one that's more than sufficient to get you started....
This tutorial shows you how to reliably get the application path for an app written in C#. There are several different functions that can do this, so watch and find out which ones work the best.
This tutorial explains how to list files in a recursive manner within C#. It expands upon the code for writing a program that lists files, so if you can't do that yet, watch that tutorial first.
Using Visual Studio 2008, this video introduces the novice programmer to the world of programming in C#, first with a brief discussion about programming and the learning process itself, and then by teaching a Hello World program.
We introduce the novice programmer to the world of programming in C#, first with a brief discussion about programming and the learning process itself, and finally by making our first Hello World program in Visual Sudio 2008, using C#.