Закрыто

(Udemy) Build a Real-world App with ASP.NET Core and Angular 2 by Mosh Hamedani

Тема в разделе "Курсы по программированию", создана пользователем ДенисДИД, 29 мар 2017.

Цена: 570р.-66%
Взнос: 190р.
87%

Основной список: 7 участников

Статус обсуждения:
Комментирование ограничено.
  1. 29 мар 2017
    #1
    ДенисДИД
    ДенисДИД ЧКЧлен клуба

    (Udemy) Build a Real-world App with ASP.NET Core and Angular 2 by Mosh Hamedani

    moshCore.PNG

    Лекции - 77 (постепенно будут добавляться)
    Общее время - 5 ч. (постепенно будет увеличиваться)
    Языки - Английский

    Требования к курсу

    • Минимум 3 месяца опыта с технологиями ASP.NET MVC 5, Entity Framework 6 и Angular 2
    ASP.NET Core - это следующее поколение ASP.NET MVC. Это полная переработка этой фреймоврка, но в модульном, облачном и кросс-платформенном виде. Таким образом, он может работать на Windows, Linux и Mac. Если вы работаете на Mac или Linux и хотите создавать приложения ASP.NET без запуска Windows на виртуальной машине, вам понравится ASP.NET Core! Вы можете использовать Visual Studio Code (VSCode) или ваш любимый редактор кода для сборки приложений ASP.NET Core используя C #. Попрощайтесь с VMWare, Parallels и другим программами для виртуализации.

    Многие компании уже начали создавать свои новые приложения с помощью ASP.NET Core. И они спрашивают свои потенциальных рабочих на собеседованиях знакомы ли они с .NET Core. Итак, хотите ли вы остаться на рынке и получить лучшую работу с более высокой оплатой, или вам просто нравится работать с новейшими технологиями, пришло время узнать о ASP.NET Core и Entity Framework Core.

    В этом курсе Мош, автор нескольких высоко оцененных курсов по Udemy, расскажет вам, как построить прикладное приложение с ASP.NET Core, Entity Framework Core и Angular 2. Если вы знакомы с ASP.NET MVC 5 и Entity Framework 6 и ищут курс, чтобы быстро освоиться с .NET-Core, этот курс вам подойдет. Вы не только узнаете об изменениях и новом инструментарии в ASP.NET Core, но также узнаете, как правильно интегрировать его с Angular 2 для создания одностраничных приложений (SPA).

    ЧЕГО НЕ БУДЕТ В ЭТОМ КУРСЕ

    Хотя вы используете платформу ASP.NET Core и Entity Framework для создания приложения, основное внимание в этом курсе уделяется навыкам построения приложений, а не глубокому обзору ASP.NET Core и Entity Framework. Потому что в любых реальных приложениях вы используете только подмножество функций в любых фреймворках. Таким образом, в одном приложении невозможно охватить все, что касается ASP.NET Core и Entity Framework. Но вы узнаете о ключевых вещах, которые вам нужно знать, чтобы выполнить свою работу.

    Кроме того, следующие темы выходят за рамки данного курса:
    • Сложные домены и доменный дизайн (DDD)
    • Шаблоны проектирования
    • Непрерывная интеграция и развертывание
    • Автоматическое тестирование
    Наконец, приложение, которое вы построите в этом курсе, имеет очень простой пользовательский интерфейс, поскольку в этом курсе основное внимание уделяется написанию кода, не создающему визуально привлекательных пользовательских интерфейсов.


    Кто целевая аудитория?
    • Разработчики, знакомые с ASP.NET MVC 5 и желающие перейти на ASP.NET Core
    • Разработчики, которые хотят научиться интегрировать ASP.NET MVC / Core и Angular 2
    • Разработчики, которые хотят научиться создавать приложения от A до Я(от начала до конца)
    • Разработчики, которые хотят улучшить свои навыки написания кода

    Description
    ASP.NET Core is the next generation of ASP.NET MVC. It's a complete re-write of this framework but in a modular, cloud-optimized and cross-platform way. So it can run on Windows, Linux and Mac. If you're on Mac or Linux and want to build ASP.NET applications without running Windows in a virtual machine, you're going to love ASP.NET Core! You can use Visual Studio Code (VSCode) or your favorite code editor to build ASP.NET Core applications with C#. Say goodbye to VMWare, Parallels, and other virtualization software.

    Many companies have already started building their new applications with ASP.NET Core. And they're asking their new job applications if they are familiar with .NET Core. So, whether you want to stay in the marketplace and get a better job with better pay, or you just love to work with the latest technology, it's time to learn about ASP.NET Core and Entity Framework Core.

    In this course, Mosh, author of several highly rated courses on Udemy, teaches you how to build a real-world application with ASP.NET Core, Entity Framework Core and Angular 2. If you're familiar with ASP.NET MVC 5 and Entity Framework 6 and are looking for a course to quickly get up to speed with .NET core, this is the course for you. Not only will you learn about the changes and the new tooling in ASP.NET Core, you'll also learn how to properly integrate it with Angular 2 to build real-world single page applications (SPAs).

    TOOLING

    There are two ways to build ASP.NET Core applications. You can use Visual Studio 2017 or Visual Studio Code, a light-weight cross-platform code editor. In this course, Mosh uses VSCode and the command-line to build an app, but what you learn can be applied in Visual Studio 2017 as well.

    A REAL-WORLD APP

    The app you build in this course is for an imaginary vehicle dealer. The features in this app are carefully designed by Mosh to help you master the core skills you need to build real-world apps with ASP.NET Core and Angular 2.

    By the end of watching this course, you'll be able to:

    • Build APIs with ASP.NET Core
    • Test APIs with PostMan
    • Integrate Angular 2 and ASP.NET Core
    • Store and retrieve data with Entity Framework Core (code-first workflow)
    • Use AutoMapper
    • Implement CRUD operations (including one-to-many and many-to-many relationships)
    • Implement filtering, sorting and paging data
    • Handle and logging errors
    • Display toast notifications
    • Implement cascading drop-down lists
    • Implement photo upload with progress bars
    • Add authentication and authorization with Auth0 (including roles with different privileges)
    • Prevent CSRF attacks
    • Display charts
    • Display dialog Boxes
    • And more...
    On top of all these, you'll learn how to write quality code, not just how to build apps. There are a lot of developers out there who can build apps but they write poor quality code. Mosh shows you how to refactor bad code into clean, maintainable and quality code. He also shares his knowledge and 15 years of experience about software design and architecture. So this course is more than just technology. It teaches you how to think like a software engineer.


    These are the essential skills that you take with you to nearly every real-world project. Whether you want to get prepared for a job interview or simply want to take your coding skills to the next level, this course is the means to the destination.

    WHAT THIS COURSE IS NOT

    While you use ASP.NET Core and Entity Framework to build an app, the focus of this course is on application building skills and not a deep overview of ASP.NET Core and Entity Framework. Because in any real-world applications, you use only a subset of the features in any frameworks. So, it's impossible to cover everything about ASP.NET Core and Entity Framework in one app. But you'll learn about the key things that you need to know in order to get the job done.

    Also, the following topics are outside the scope of this course:
    • Complex domains and domain-driven design (DDD)
    • Design patterns
    • Continuous integration and deployment
    • Automated testing
    Finally, the application you'll build in this course has a very simple user interface since the focus of this course is on coding not building visually engaging user interfaces.

    TAKE YOUR CODING SKILLS TO THE NEXT LEVEL

    So, do you want to transition from ASP.NET MVC 5 and learn about the latest stuff happening in .NET Core? Do you want to learn how to build a real-world application with ASP.NET Core and Angular 2? Then take this course and get started.

    Note that the price for this course goes up weekly as new sections are added and eventually it'll be somewhere between $150 to $200. By enrolling in the course now, you'll get all the future sections for free. So enrol now or you'll have to pay more in the future!

    This course comes with a 30-day money back guarantee. If you're not satisfied, you can contact Udemy for a full refund. No questions asked.

    Enrol in the course and start building this app in under 10 minutes!

    Who is the target audience?
    • Developers who are familiar with ASP.NET MVC 5 and want to transition to ASP.NET Core
    • Developers who want to learn how to integrate ASP.NET MVC / Core and Angular 2
    • Developers who want to learn how to build an application from A to Z
    • Developers who want to improve their coding skills



     
    Последнее редактирование: 29 апр 2017
    2 пользователям это понравилось.
  2. Последние события

    1. skladchik.com
      Складчина закрыта.
      30 апр 2017
    2. skladchik.com
      Взнос составляет 95р.
      17 апр 2017
    3. skladchik.com
      Складчина активна.
      17 апр 2017
    4. glabz74
      glabz74 участвует.
      14 апр 2017

    Последние важные события

    1. skladchik.com
      Складчина закрыта.
      30 апр 2017
    2. skladchik.com
      Взнос составляет 95р.
      17 апр 2017
    3. skladchik.com
      Складчина активна.
      17 апр 2017
    4. skladchik.com
      Сбор взносов начинается 17.04.2017.
      12 апр 2017
Статус обсуждения:
Комментирование ограничено.

Поделиться этой страницей