by Janice Friedman | Jun 24, 2019 | Lessons
This lesson introduces you to C# Classes. We have included all the necessary aspects to provide an introduction to the topic. Our objectives with C# class are as follows: Implement Constructors. Know the difference between instance and static members. Understand...
by Janice Friedman | Jun 20, 2019 | Lessons
This lesson introduces C# data types, operators and variables. Its goal is to meet the following objectives: Understand what a variable is. Familiarization with C# built-in types. Get an introduction to C# operators. Learn how to use Arrays. Variables and Types...
by Janice Friedman | Jun 20, 2019 | Lessons
In the last couple of lessons, every program you saw contained a limited amount of sequential steps and then stopped. There were no decisions you could make with the input, and the only constraint was to follow straight through to the end. The information in this...
by Janice Friedman | Jun 7, 2016 | C# Features
Introduction This article teaches how to create a strongly-typed dataset class library in your C# database applications. Our objectives are as follows: Learn what a strongly-Typed DataSet is Let Visual Studio Create an ST Data Set (Semi)Manually create an ST DataSet...
by Janice Friedman | Jun 7, 2016 | C# Features
Introduction For several months, I searched for a .NET component that would allow me to easily create and manage Word documents as well as incorporate mail merging functionalities into my web application. In my mind, the component had to meet these minimal...