Get the complete guidance you need to use the Visual C#. NET language to produce stand-alone Microsoft Windows(r)-based applications and Web-enabled. NET applications with this comprehensive reference. It thoroughly covers the language's structure, syntax, code wizards, and the Microsoft Visual Studio design environnent, paying close attention to both the client and server sides of the. NET environnent. You'll find detailed answers and best practices to help you write, test, and debug applications and extend them to the Web-quickly and intuitively. An extensive collection of real-world programming examples demonstrates solutions to specific coding problems.
This book teaches you how to program in Visual C#.NET. It is written for people without much experience in the world of programming. Although the book presumes some knowledge about computer systems in general, it is customized for beginners.
What will you learn
You will learn the basics of C# - what a variable is, how to perform arithmetic operations, the if statements, for loops, how to capture user input, and much more. I will also describe how you can work with classes and databases using C#.
List of topics
Here are some of the topics covered in the book:
- overview of C#
- how to use install and use Visual Studio
- what are variables
- variable types
- arithmetic, comparison, and logical operators
- types of errors
- how to capture user input
- if statements
- switch statements
- for and do loops
- string manipulation
- working with files
- brief overview of functions and classes
- C#.NET and databases
- install SQL Server 2014
- forms in C#