FreeCourse Logo
FreeCourse.io
Verified CouponsFree CoursesJobsBlog
Categories
Home/Courses/Entity Framework desde cero con una aplicación Blazor
Entity Framework desde cero con una aplicación Blazor
Development100% OFF

Entity Framework desde cero con una aplicación Blazor

JAP Software
4.6(3.0K students)
Self-paced
Beginner

About this course

En este curso veras como trabajar con Entity Framework desde cero. Además aprenderás como construir una aplicación Blazor. El contenido del curso es el siguiente:A) Introducción 1) Temario 2) Instalación Visual Studio 3) Instalación del motor de SQL Server 4) Instalación del SQL Management Studio 5) ¿Qué es EF Core?

6) Instalación Entity Framework Cli B) Creación del proyecto 7) Creamos proyecto Blazor 8) Configuramos nuestro proyecto para usar EF 9) Añadimos nuestra clase DBcontext y configuramos servicio C) Creación y configuración de entidades 10)Creamos nuestra base datos y la primera tabla 11)Como configurar entidades con EF 12)Creamos nuestra segunda entidad. Clase Producto. 13)Creamos la entidad Tienda 14)Creamos la entidad TiendaProducto 15)Creamos la entidad Venta 16)Creamos clases de configuración D) Creamos formularios para gestionar el tipo de producto 17) Mecanismo de alta del tipo de producto 18) Mecanismo de modificación del tipo de producto 19) Mecanismo de borrado del tipo de productoE) Creamos formularios para gestionar la Tienda 20)Mecanismo de gestión de tiendas(I) 21)Mecanismo de gestión de tiendas(II) 22)Mecanismo de gestión de tiendas(II)F) Creamos formularios para gestionar Producto 23)Mecanismo de gestión de producto(I) 24)Mecanismo de gestión de producto(II)G) Creamos formularios para gestionar los producto de una tienda 25)Mecanismo de gestión de productos en una tienda(I) 26)Mecanismo de gestión de productos en una tienda(II)H) Creamos formularios para gestionar las ventas 27)Mecanismo de gestión de ventas(I) 28)Mecanismo de gestión de ventas(II)I) Ajustes de la aplicación 29) Control de stock y cantidad 30) Anular una venta 31) Restricción de borrado en cascadaJ) Data Transfer Object (DTO) 32) Creamos DTO para clase TipoProducto 33) Creamos DTO para clase Producto 34) Creamos DTO para clase Tienda 35) Creamos DTOs tienda producto y venta K)Conclusiones y ajustes finales 36) Modificamos método de borrar venta 37) Capa confirm al borrar 38) ConclusionesL)Actualización a .NET 8 39)Como actualizar visual studio para utilizar .NET 8 y C#12 40)Actualizamos proyecto a NET 8M)Actualización SQL Server 2022 41) Instalación Motor SQL Server 2022 42) Instalación nuevo Management Studio 43) Restaurando base de datos y adaptando proyecto

Skills you'll gain

Software Development Toolses

Available Coupons

Loading...

Course Information

Level: Beginner

Suitable for learners at this level

Duration: Self-paced

Total course content

Instructor: JAP Software

Expert course creator

This course includes:

  • 📹Video lectures
  • 📄Downloadable resources
  • 📱Mobile & desktop access
  • 🎓Certificate of completion
  • ♾️Lifetime access
$0$98.99

Save $98.99 today!

Enroll Now - Free

Redirects to Udemy • Limited free enrollments

Share this course

https://freecourse.io/courses/entity-framework-desde-cero-con-una-aplicacion-blazor

You May Also Like

Explore more courses similar to this one

Git Version Control for Developers
Development
0% OFF

Git Version Control for Developers

Martijn Vissers

Learn Git Version Control | Git Essentials for DevelopersWhat you'll learnInstall and configure Git for version controlInitialize repositories, stage, and commit changesTrack and manage file changes with git status, diff, and restoreCreate and merge branches to experiment without altering the main branchCollaborate using remote repositoriesFeatures such asCherrypickingCourse DescriptionReady to take control of your code with Git, the world's leading version control system. This Git Crash Course is your fast track to mastering Git in a hands-on, terminal-based environment. Designed for beginners.You'll go from zero to Git hero, learning to:Set up Git: Install and configure Git for your projects.Master the basics: Initialize repositories, stage, commit, and view history.Manage changes: Track, compare, and undo changes.Branch like a pro: Create and merge branches.Collaborate effectively: Push, pull, and clone repositories.I’ll guide you through every command with clear explanations and live demos, ensuring you understand how Git works. You’ll be able to practice in your own terminal, building real skills through following along with creating a repository, branching for features, and simulating remote collaboration.Whether you're a developer, student, or hobbyist, this course gives you the tools to manage your code efficiently and collaborate seamlessly. No prior Git knowledge needed, just a willingness to dive into the terminal!Who this course is forBeginners new to version control or GitDevelopers wanting a terminal-based Git workflowStudents of my Vim Fundamentals or Tmux Basics courses looking to expand their terminal skillsAnyone who wants to practice Git locally without relying on GitHubRequirementsA computer with a terminal is useful if you want to follow along.Basic familiarity with the command line.No prior Git experience required.

4.2•8.1K•Self-paced
FREE$101.99
Enroll
Python for Biostatistics: Analyzing Infectious Diseases Data
Development
0% OFF

Python for Biostatistics: Analyzing Infectious Diseases Data

Christ Raharja

Welcome to Python for Biostatistics: Analyzing Infectious Diseases Data course. This is a comprehensive project-based course where you will learn step by step on how to perform complex analysis and visualization on infectious diseases datasets. This course is a perfect combination between biostatistics and Python, equipping you with the tools and techniques to tackle real-world challenges in public health. The course will be mainly concentrating on three major aspects, the first one is data analysis where you will explore the infectious diseases data from multiple perspectives, the second one is time series forecasting where you will be guided step by step on how to forecast the spread of infectious diseases using STL model, and the third one is public health policy where you will learn how to make a data driven public health policy based on epidemiological modeling. In the introduction session, you will learn the basic fundamentals of biostatistics, such as getting to know more about challenges that we commonly face when analyzing biostatistics data and statistical models that we will use, for instance STL which stands for seasonal trend decomposition. Then, you will continue by learning how to calculate infectious disease transmission using Kermack-McKendrick equation, this is a very important concept that you need to understand before getting into the coding session. Afterward, you will also learn several factors that can potentially accelerate the spread of infectious diseases, such as population density, healthcare accessibility, and antigenic variation. Once you have learnt all necessary information about biostatistics, we will start the project. Firstly, you will be guided step by step on how to set up Google Colab IDE. Not only that, you will also learn how to find and download infectious diseases dataset from Kaggle. Once, everything is ready, we will enter the main section of the course which is the project section The project will be consisted of three main parts, the first part is to conduct exploratory data analysis, the second part is to build forecasting model to predict the spread of the diseases in the future using time series model, meanwhile the third part is to perform epidemiological modelling and use the result to develop a public health policy to slow down the spread of the infectious disease.First of all, before getting into the course, we need to ask this question to ourselves: why should we learn biostatistics, particularly infectious diseases analysis? Well, there are many reasons why, firstly, if you are interested in working in the public health or healthcare industry, having biostatistics knowledge would be very beneficial and help you to level up your career. In addition to that, you will also learn a lot of valuable skill sets that can be implemented in other projects, for example, time series decomposition can be used to forecast stock, real estate, commodity, and cryptocurrency markets. Last but not least, this course will also train you to be a better public health policy maker as you will extensively learn how to make data driven decisions and take other external factors into consideration.Below are things that you can expect to learn from this course:Learn the basic fundamentals of biostatistics and infectious disease analysisLearn how to calculate infectious disease transmission rate using SIR modelLearn several factors that accelerate the spread of infectious disease, such as population density, herd immunity, and antigenic variationLearn how to find and download datasets from KaggleLearn how to clean dataset by removing missing rows and duplicate valuesLearn how to detect potential outliers using Z score methodLearn how to find correlation between population and disease rateLearn how to analyze infected patient demographicsLearn how to map infectious disease per county using heatmapLearn how to analyze infectious disease yearly trendLearn how to perform confidence interval analysisLearn how to forecast infectious disease rate using time series decomposition modelLearn how to do epidemiological modeling using SIR modelLearn how to perform public health policy evaluation

4.3•3.1K•Self-paced
FREE$90.99
Enroll
Python For Beginners +400 Tricks To Pass PCEP Certification
Development
0% OFF

Python For Beginners +400 Tricks To Pass PCEP Certification

Udemy Instructor

___________ Apply this coupon to get a discount 35% :  CouponCode=LEARNTOCODE2025   _________                                          ____    3x1 : Three goals  in only one course ! _____  3x1 : 1- Learn Python  ! 2-Get certified for Python PCEP 2025  in 1st attemp !3-Prepare Python interviews & Codingame Tests !You're here because you want to learn Python, to pass certification (PCEP,PCAP...) right?  And you're looking for a Python course that can quickly teach you the basics?Perfect - this is the Python for Beginners course for you  !Whether you want to be a data scientist or do app development, web development, or automation & machine learning - Python is the most popular programming language in the world and is essential to becoming a modern programmer.Key concepts of this course?1- Introduction2- Characteristics and Use Cases 3 - Local Setup: Install Python & Pycharm IDE4- Topic 1, Data Aggregates (Lists , Sets, Tuples & Dictionaries)5- Topic 2, Operators (Logic and Bit Operations)6- Topic 3, Basics7- Topic 4, Functions8- Topic 5, Error Handling ( Exceptions)9- Topic 6, Data Types & Variables10- Topic 7, Control Flow (Conditional Blocks & Flow- Loops)11- Topic 8, Mixed questionsWhat makes this Python course different?We realized that there are many Python courses and tutorials out there. But many of them are daunting for absolute beginners - and don't make Python as fun and easy as it can be.That's why we've created Python in a short Period , the Easiest Python for Beginners Course.We truly believe the best way to learn Python is to just get started. You don't need to watch dozens of hours of lessons to learn the basics. For many of you, it's better to start with something a little more simple, and a lot more fun.We prepare for you dozens examples with ready code to run in Pycharm with more details for every line of code . That's what this Python course is.What do you get with this course?Learn how to run scripting  with PythonAccess of all code example in github repos Practice files to follow along withInstructor feedback and support if you ever get stuckLifetime access to course updatesUnderstand computer science concepts such as flow control and functionsPrepare to pass your Certification PCEPPCEP Topics Exams:Computer Programming and Python Fundamentals – (18%)Control Flow - Conditional Blocks and Loops – (29%)Data Collections - Tuples, Dictionaries, Lists, and Strings – (25%)Functions and Exceptions - (28%)

5.0•1.4K•Self-paced
FREE$108.99
Enroll
FreeCourse LogoFreeCourse

Freecourse.io brings you high-quality online courses with free certificates to help you upskill, boost your career, and achieve your goals anytime, anywhere.

Resources

  • Courses
  • Jobs
  • Categories
  • Features

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy
  • Terms
  • Cookies
  • Licenses

© 2026 FreeCourse. All rights reserved.