Programming with C#.NET
C# is a general-purpose, multi-paradigm programming language. C# encompasses static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented, and component-oriented programming disciplines.Important Details
Dcoder Next Gen Coding...
Link
Rextester - Online Compiler for C#.Net
Link
OnlineGDB - Online Compiler for C#.Net
Link
C-sharp 4.0 The Complete Reference Book
Material Download
C# Basics Laboratory Exercise
Material Download
C# Datatype, Control Statement and Array Laboratory Exercise
Material Download
Question Bank
Material Download
MCQ Question Bank
Material Download
1. .NET Framework
Syllabus
Material Download
Installation
Material Download
.Net Framework
Material Download
.Net Architecture
Material Download
Components of .Net Architecture
Material Download
2. C# Basics
Creation of C#
Material Download
First Simple Program compilation and execution
Material Download
Datatype
Material Download
Variable
Material Download
Output
Material Download
Keywords
Material Download
Identifiers
Material Download
Jagged Array
Example Download
Foreach
Material Download
Example Download
Exception Handling
Material Download
Example Download
C# Basics Laboratory Exercise
Material Download
3. OOP
Class and Object
Material Download
Example Download
Reference Variables and Initialization
Example Download
AccessModifiers
Material Download
Example Download
Pass References to Methods
Material Download
Use ref and out Parameters
Material Download
Use a Variable Number of Arguments
Material Download
Return Objects and Array
Material Download
Object Initializers
Material Download
Example Download
Optional Arguments
Material Download
Example Download
Named Argument
Material Download
Example Download
The Main() method
Material Download
Example Download
Indexers and Properties
Material Download
4. Working With GUI
Different components (windows) of IDE & Working with Forms Class
Material Download
Working with Forms Class
Material Download
Example Download
Message Box class with all types of Show () method
Material Download
Example Download
5. Database Programming With ADO.NET
ADO.Net Architecture
Material Download
Connected and Disconnected Architecture
Material Download
Image Crud Demo
Example Download
Common Control Crud Demo
Example Download
Combobox Binding Demo
Example Download
Common Control Binding
Example Download