Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Web Development

Build A Blog Using AspNet Core, Angular 11 And SQL Server

Use Angular, Bootstrap, Asp.Net Core, SQL Server & learn full stack web development by building a blogging application.
Rating: 4.5 out of 54.5 (47 ratings)
10,174 students
Created by Avetis Ghukasyan
Last updated 11/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Full stack web development process from beginning to end
  • How to use Angular, Bootstrap and Font-Awesome and other libraries/frameworks to build the front-end
  • How to use ASPNET Core with Visual Studio in order to build the API layer
  • How to use SQL Server and SQL Server Management Studio in order to build the back-end

Course content

7 sections • 94 lectures • 15h 42m total length

  • Preview07:47
  • Preview03:51

  • Preview03:33
  • Preview01:07
  • Installing Visual Studio 2019
    02:09
  • Installing Visual Studio Code
    01:46
  • Installing Git
    02:47
  • Installing Node.js
    01:17
  • Installing Postman
    02:19
  • Initial Project Setup - Part 1
    20:44
  • Initial Project Setup - Part 2
    21:17

  • Sketch Out All Needed Pages
    04:49
  • Identify Standalone Components
    06:03
  • Identify All Endpoints
    05:15
  • Identify Database Actions
    05:20

  • Going Over What We Need
    01:14
  • Create ApplicationUser
    10:22
  • Create Photo
    05:08
  • Create Blog
    05:41
  • Create BlogComment
    05:39
  • Create Schema
    01:03
  • Create Views
    06:10
  • Create Needed Types
    08:47
  • Create Account_GetByUsername
    04:20
  • Create Account_Insert
    06:29
  • Create Blog_Delete
    04:02
  • Create Blog_Get
    02:48
  • Create Blog_GetAll
    04:56
  • Create Blog_GetAllFamous
    10:04
  • Create Blog_GetByUserId
    03:31
  • Create Blog_Upsert
    09:32
  • Create BlogComment_Delete
    13:44
  • Create BlogComment_Get
    02:32
  • Create BlogComment_GetAll
    01:46
  • Create BlogComment_Upsert
    04:58
  • Create Photo_Delete
    01:33
  • Create Photo_Get
    01:45
  • Create Photo_GetByUserId
    00:57
  • Create Photo_Insert
    03:20

  • Going Over What We Need
    01:57
  • Create Models - Part 1
    14:18
  • Create Models - Part 2
    07:49
  • Create Models - Part 3
    11:50
  • Create Account Repository
    21:48
  • Create Photo Repository
    15:13
  • Create Blog Repository
    18:03
  • Create Blog Comment Repository
    10:03
  • Create Identity
    14:50
  • Create Photo Service
    17:32
  • Create Token Service
    18:05
  • Update Startup - Part 1
    20:43
  • Update Startup - Part 2
    14:02
  • Create Account Controller
    15:43
  • Create Photo Controller
    17:43
  • Create Blog Controller
    14:29
  • Create BlogComment Controller
    08:14
  • Fix Any Errors
    06:24
  • Test Main Parts With Postman
    12:16

  • Going Over What We Need
    02:16
  • Create Models
    19:14
  • Create Summary Pipe
    06:36
  • Generate All Components
    06:20
  • Generate All Services
    01:30
  • Generate All Interceptors
    01:54
  • Generate Auth Guard
    01:43
  • Build All Services - Part 1
    17:26
  • Build All Services - Part 2
    16:39
  • Build JWT Interceptor
    07:44
  • Build Error Interceptor - Part 1
    11:55
  • Build Error Interceptor - Part 2
    15:49
  • Build Auth Guard And Update Routing
    18:17
  • Build NavBar Component
    22:58
  • Build Login Component - Part 1
    20:03
  • Build Login Component - Part 2
    14:07
  • Build Home Component
    16:34
  • Build Not Found Component
    03:44
  • Build Register Component - Part 1
    21:35
  • Build Register Component - Part 2
    04:45
  • Build Dashboard Component - Part 1
    20:08
  • Build Dashboard Component - Part 2
    05:02
  • Build Blog Edit Component - Part 1
    20:02
  • Build Blog Edit Component - Part 2
    16:20
  • Build Photo Album Component - Part 1
    20:07
  • Build Photo Album Component - Part 2
    22:42
  • Build Blog Component
    15:48
  • Build Blog Card Component
    10:06
  • Build Blogs Component
    21:56
  • Build Famous Blogs Component
    07:00
  • Build Comment System Component
    19:46
  • Build Comment Box Component
    15:20
  • Build Comments Component - Part 1
    19:14
  • Build Comments Component - Part 2
    13:50
  • Build & Test Functionality
    12:12

  • Download Application Code Here
    00:16

Requirements

  • Windows Machine that could handle Visual Studio, Visual Studio Code, SQL Server 2019+, SSMS, NodeJS and Angular
  • Basic knowledge of SQL, HTML/CSS, C# or any other programming/scripting language

Description

In this course we are going to build a full stack blogging web application by starting from the very beginning stages of planning and moving ahead into implementing our solutions.

We will be learning a lot and it will be a learn-as-you-go style course since if I spend time one every little detail we will never be able to finish the course. It is a good course for all levels.

We will be using various technologies to accomplish our goal such as SQL Server, ASP.NET Core, Angular 11, Bootstrap and much more. You will be able to see how all of the technologies interact with one another and that way gain a better understanding of their inner workings.

The first few courses will be us setting up the developer environment after which we will learn and plan what we need to build. After that all of the other videos are going to be about writing code. Lastly we will test our application once everything is finished.

The reason why this course is a must-take is because you can know how each individual technology works by itself, however knowing how to put them all together is where the actual value comes in.

This is the reason why various technologies will be used such as SQL Server, ASP.NET Core, Angular 11, Bootstrap and many others.

Essentially any web application has these three components - back-end, API and front-end. You can choose different technologies for your back-end as well as for your API and front-end. In this case we are going with mostly Microsoft, Google and Twitter technologies - all very trusted companies when it comes to technology.

SQL Server, ASP.NET Core and Visual Studio along with Visual Studio Code are going to be coming from Microsoft. Angular 11 is going to be coming from Google and Bootstrap is going to be coming from Twitter.

All of the technologies and their specific purposes will be explained in the video so no worries if anything sounds confusing.

In this day and age knowing just one piece of the puzzle is not enough - you need to be able to grasp and work with the full picture. That is why this course was made.

So go ahead and get into it and I will see you on the other side!

Who this course is for:

  • Brand new beginners who don't know much about web development and want to get in
  • Beginner web developers who are trying to connect the dots
  • Intermediate web developers who are trying to fill in any gaps
  • Advanced users who are trying to stay sharp and keep improving their skills

Instructor

Avetis Ghukasyan
Web Developer
Avetis Ghukasyan
  • 4.4 Instructor Rating
  • 3,059 Reviews
  • 107,385 Students
  • 7 Courses

I believe that with hard work, dedication and consistency anybody who sets their mind towards learning a particular skill can do so - even if that individual has no prior knowledge of it and feels like a complete beginner.

I believe that understanding concepts is much more important than memorizing them. That is the core idea I keep in mind while making the courses.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.