.NET Tutorial for Beginners
Welcome friends to the exciting journey of Microsoft .NET. If you are looking for information about what .NET is all about, what it can do for you or how it can help you and your customers, you have come to the right place. This section is intended to tell you about these and many more things. After covering this section you will be ready to delve into details of .NET.
Read more
Mastering Regular Expressions in .NET
Micr osoft’s .NET Framework, usable with Visual Basic, C#, and C++ (among other languages), offers a shared regular-expr ession library that unifies regex semantics among the languages. It’s a full-featured, powerful engine that allows you the maximum flexibility in balancing speed and convenience. Each language has a differ ent syntax for handling objects and methods, but those underlying objects and methods are the same regardless of the language, so even complex examples shown in one language directly translate to the other languages of the .NET language suite. Examples in this chapter are shown with Visual Basic.
Read more
.NET Architecture
.new terms, features, general considerations, …
.assemblies, modules, libraries, applications
.multi-language interoperability &
cross-language debugging
.Virtual Execution System (VES)
-dynamic loading
..NET security
-Code Access Security (CAS)
-configuration
.Appendix:
-important directories and configuration files
-source code and IL disassemblerview of example program
Read more
Advanced C#
Contents
.Inheritance
.Interfaces
.Delegates
.Exceptions
.Namespaces and Assemblies
.Attributes
.Threads
.XML Comments
Read more
Programming C#, 2nd Edition
The first part of Programming C#, 2nd Edition introduces C# fundamentals, then goes on to explain the development of desktop and Internet applications, including Windows Forms, ADO.NET, ASP.NET (including Web Forms), and Web Services. Next, this book gets to the heart of the .NET Framework, focusing on attributes and reflection, remoting, threads and synchronization, streams, and finally, it illustrates how to interoperate with COM objects.
This book is a tutorial, both on C# and on writing .NET applications with C#. If you are already proficient in a programming language, you may be able to skim a number of the early chapters, but be sure to read through Chapter 1, which provides an overview of the language and the .NET platform. If you are new to programming, you’ll want to read the book as the King of Hearts instructed the White Rabbit: “Begin at the beginning, and go on till you come to the end: then stop.
Read more