Software Developer - C#/OOP/ASP.NET MVC/MS SQL/SQL Server
- Offered byUDEMY
Software Developer - C#/OOP/ASP.NET MVC/MS SQL/SQL Server at UDEMY Overview
Duration | 12 hours |
Total fee | ₹649 |
Mode of learning | Online |
Credential | Certificate |
Software Developer - C#/OOP/ASP.NET MVC/MS SQL/SQL Server at UDEMY Highlights
- Earn a certificate of completion from Udemy
- Learn from 2 articles
- Get full lifetime access of the course material
- Comes with 30 days money back guarantee
Software Developer - C#/OOP/ASP.NET MVC/MS SQL/SQL Server at UDEMY Course details
- For Beginner C# Developers
- For Beginners to SQL
- MS SQL
- For Beginners to SQL Server
- Create Console Apps
- Create Windows Forms Apps
- Create ASP DOT NET Core App
- Create your own classes
- Learn Object Oriented Programming Concepts with C#
- Learn C# Fundamentals
- Create database driven apps
- Learn MS SQL
- Setup SQL Server
- Setup Visual Studio
- Create ASP DOT NET MVC APP
- C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers
- C# is an object-oriented, component-oriented programming language
- C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components
Software Developer - C#/OOP/ASP.NET MVC/MS SQL/SQL Server at UDEMY Curriculum
Microsoft Visual studio setup
Introduction
What is C#
What is Visual Studio
Minimum Installation Requirements
Installing Visual Studio
Visual studio workloads
Create a basic console app
Create a basic ASP.NET App
Creating a Windows Forms App
Running projects outside visual studio
Code comments
C# Essentials
Basic Data types
What is a string
Data Type Conversion: Part 1
Data Type Conversion: Part 2
Converting to string and truncating
What are Variables
Guideline to naming variables
Arrays
Code Challenge - Arrays
Conditional statements
Lists
List Concatenation
Dictionaries
Removing items from dictionaries
Using conditional statements with dictionaries
While Loops
Do While Loops
For Loops
Foreach Loops
Switch Statements
Basic Arithmetic Operators
Operator precedence
Concatenation
C# Object Oriented Programming -OOP
What is OOP
Creating console app
Creating your own classes
Adding fields to classes & encapsulation
Adding properties to fields
Auto-implemented properties
Adding methods to classes
Overloading
Overriding ToString() method
Constructors
Instantiating objects
Static Keywords
Inheritance: Creating Parent Class
Inheritance: Creating Child Class
Inheritance: Logic for main method
Polymorphism
GetType() and typeOf() method
Abstract Classes and Methods
ASP.NET Core
What is ASP.NET
ASP Development Models
What is ASP.NET Core
What is .NET
What is MVC
Create a new ASP.NET Core Web Project
ASP.NET Core web project structure
How to run ASP.NET Core Web App project
Editing a Razor page
Building an ASP.NET Core MVC Web App
Creating a new ASP.NET Core MVC Project
Editing auto-generated web pages
Creating a model class
What is Entity Framework
Creating Dynamic Pages
Using Migrations to create database and tables
Adding items to Nav Bar
Adding search item to Nav Bar
Adding Search Form view
Adding ShowSearchResults Method
Implementing Security
Tips to improve app
Build a Volume Converter
Project Design
Create a new windows form project
Add some controls
Rename text property controls
Rename Name Property Controls
Add logic for event handlers
Test application
Customize application
Run application