FreeCourse Logo
FreeCourse.io
Verified CouponsFree CoursesJobsBlog
Categories
Home/Courses/Aprende como crear una API Rest con .NET y MongoDB
Aprende como crear una API Rest con .NET y MongoDB
Development100% OFF

Aprende como crear una API Rest con .NET y MongoDB

JAP Software
4.7(1.2K students)
Self-paced
Beginner

About this course

En este curso veras como crear tu propia Web API con NET. Verás como diseñar tu base de datos con MONGODBy como utilizar SWAGGER y Talend APITester para las pruebas. El contenido del curso es el siguiente:A)Introducción 1) Temario del curso 2) Preparación del entorno.

Instalación de Visual Studio 3) Instalación de MongoDB 4) Instalación de MongoDB (II) B) Conceptos básicos sobre JSON 5) Conociendo JSON(I) 6) Conociendo JSON(II)C) Comandos básicos de MongoDB 7) Cliente de consola y comandos de ayuda 8) Base de datos y colecciones 9) Insert con MongoDb 10) Consultas con MongoDb 11) Update con MongoDb 12) Delete con MongoDbD)Creación proyecto Web API en . NET 13) Creación de nuestro proyecto en visual studio 14) Creación del modelo y agregamos paquete MongoDB 15) Creamos el repositorio libro 16) Creamos el servicio libro 17) Creación del controlador 18) Configurar launchsettings y cadena de conexión E) Probamos nuestra Web API con Talend API/Tester y Swagger 19) Comprobando petición POST 20) Comprobando petición GET 21) Comprobando petición PUT 22) Comprobando petición DELETEF)Concepto DTO (Data Transfer Layer) 23) Utilizando DTO's en nuestro proyecto (I) 24) Utilizando DTO's en nuestro proyecto (II)G)Gestión de log y de excepciones 25) Añadimos paquete para gestión de log 26) Guardar en un log la traza completa de la excepción H)Autenticación con JWT 27) Teoría sobre Json Web Token 28) Creación de nuevo mecanismo de login y su servicio 29) Mecanismo de cifrado de la password 30) Añadiendo JWT a nuestra API 31) Swagger: como añadir cabecera I)Ajustes 32) Aplicación de gestión de usuarios API 33) Ajustar para que el mail se únicoJ)Conclusiones 34) ConclusionesK)Actualización a . NET 8 35)Como actualizar visual studio para utilizar .

Skills you'll gain

Web Developmentes

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$106.99

Save $106.99 today!

Enroll Now - Free

Redirects to Udemy • Limited free enrollments

Share this course

https://freecourse.io/courses/aprende-como-crear-una-api-rest-con-net-core-y-mongodb

You May Also Like

Explore more courses similar to this one

Build a RAG Chatbot with Laravel 13, Gemini AI & pgvector
Development
0% OFF

Build a RAG Chatbot with Laravel 13, Gemini AI & pgvector

Brian Mweu

In this course you will build a fully working RAG (Retrieval-Augmented Generation) chatbot from scratch using Laravel 13, Livewire v4, and the Laravel AI SDK no prior AI experience required.You will learn how to upload PDF documents, extract and chunk their text, generate vector embeddings using Google Gemini's free API, and store them in PostgreSQL via pgvector. When a user asks a question, the app searches those vectors for the most relevant context and sends it to Gemini to generate a cited, accurate answer with source highlighting that shows exactly which part of the document was used.The course follows a developer workflow, including debugging sessions, corrections, and honest explanations of why certain tools were chosen over others. You will not just copy code you will understand every decision made.What you will build:A Knowledge Base admin panel (upload, index, manage documents)A real-time chat interface with cited source highlightingA full RAG pipeline: parse → chunk → embed → store → retrieve → answerA deployed live application on Laravel CloudWho this is for: Laravel developers who want to add practical AI features to their apps without relying on expensive black-box services. Also the course will cater for other developers using other types of technologies.

4.6•76•Self-paced
FREE$100.99
Enroll
300+ jQuery Interview Questions Practice Test [2023]
Development
0% OFF

300+ jQuery Interview Questions Practice Test [2023]

Udemy Instructor

jQuery Interview Questions and Answers Preparation Practice Test | Freshers to Experienced | [Updated 2023] Welcome to our comprehensive jQuery Practice Test Course, meticulously designed to elevate your skills and prepare you for real-world applications and interviews. This course is not just a series of practice questions; it's a journey through the depth and breadth of jQuery, one of the most popular JavaScript libraries in the world. Whether you're a beginner looking to solidify your fundamentals or an experienced developer aiming to brush up on the nuances of jQuery, our course offers something for everyone.Dive into our practice tests, which encompass a wide range of topics from basic syntax to complex AJAX operations. Each question is crafted to test your knowledge, enhance your problem-solving skills, and prepare you for challenging interview questions. Let’s walk through what each section has in store for you.Section 1: Introduction to jQueryOverview and History: Delve into the origins of jQuery, understanding its evolution and its role in modern web development.Setting Up and Including jQuery: Learn the essentials of integrating jQuery into your projects.Basic Selectors: Master the art of DOM manipulation with jQuery selectors – a fundamental skill in web development.jQuery Syntax: Familiarize yourself with the syntax that makes jQuery concise and learnable.Document Ready Event: Understand the importance of this event in ensuring your code runs after the DOM is fully loaded.jQuery vs JavaScript: Explore the differences and advantages of using jQuery over vanilla JavaScript.This section is perfect for those beginning their journey in web development, offering essential knowledge and interview questions to test your grasp of the basics.Section 2: jQuery Selectors and FiltersBasic CSS Selectors: Identify elements with ease using jQuery’s powerful CSS selectors.Hierarchical Selectors: Learn to select elements based on their hierarchy in the DOM.Basic Filters: Enhance your selection criteria with jQuery's filter methods.Content Filters: Dive deep into filtering elements based on their content.Visibility Filters: Manipulate and interact with elements based on their visibility.Attribute Filters: Explore how to select elements based on their attributes.In this section, practice test questions will challenge your understanding and application of selectors and filters, crucial for efficient DOM manipulation.Section 3: jQuery DOM ManipulationGetting and Setting Content: Understand how to manipulate the content of elements.Adding and Removing Elements: Learn the dynamics of dynamically modifying the DOM.Manipulating Attributes: Get hands-on experience with changing and setting attributes of elements.CSS Class Manipulation: Master the art of adding, removing, and toggling CSS classes.Working with CSS Properties: Dynamically change the style of elements.Traversing the DOM: Navigate through the DOM tree with jQuery’s traversal methods.This section’s questions focus on DOM manipulation, a key skill assessed in many web development interviews.Section 4: jQuery EventsEvent Handling Basics: Grasp the foundation of handling events in jQuery.Mouse Events: Understand how to interact with mouse actions.Keyboard Events: Delve into handling keyboard inputs.Form Events: Master the handling of form submissions and related events.Document and Window Events: Learn to manage events triggered by the document or window.Event Delegation: Explore jQuery's efficient method of handling events for multiple elements.Our practice tests in this section are designed to prepare you for interview questions around event handling, a critical aspect of interactive web pages.Section 5: jQuery Effects and AnimationsShow and Hide Effects: Learn to control element visibility.Fading Effects: Create smooth transitions with fading effects.Sliding Effects: Implement sliding animations for dynamic user interfaces.Custom Animations: Discover how to create complex animations.Stop, Delay, and Callback Functions: Manage the timing and sequence of your animations.Chaining Effects and Animations: Learn the art of linking multiple effects elegantly.These questions will challenge your creativity and understanding of animating web elements, a frequent topic in web developer interviews.Section 6: AJAX and Asynchronous Operations with jQueryIntroduction to AJAX with jQuery: Get to grips with AJAX, a cornerstone of modern web applications.Loading Data with $.get and $.post: Learn these fundamental methods for server communication.JSON and AJAX: Understand how to handle JSON data in your AJAX calls.Handling Errors in AJAX Requests: Develop robust error handling strategies for your AJAX requests.Promises and Deferred Objects: Master these advanced techniques for managing asynchronous operations.AJAX Events and Callbacks: Handle asynchronous events with finesse.Prepare for interview questions on AJAX, a must-know for any aspiring web developer, with our targeted practice tests. We Update Questions Regularly Staying current is key in the ever-evolving field of web development. That's why we regularly update our practice test questions to reflect the latest trends, techniques, and best practices in jQuery. This commitment to freshness ensures that you're always preparing with the most relevant and up-to-date material, keeping you ahead in your learning journey and interviews.Sample Practice Test QuestionsQuestion 1: What is the primary purpose of the .delegate() method in jQuery?To attach a handler to an event for the selected elements.To trigger a specific event.To attach a handler to an event for elements that match the current selector, now or in the future.To remove an event handler.Explanation: Option 3 is correct. The .delegate() method is used for attaching event handlers to elements that match the selector, now or in future. This method is particularly useful for handling events on dynamically added elements. While Option 1 describes event handling, it doesn't capture the essence of .delegate() which is its ability to work with future elements.Question 2: Which method is used to perform a deep copy of an object in jQuery?$.extend()$.copy()$.clone()$.deepCopy()Explanation: Option 1 is correct. The $.extend() method can be used to perform a deep copy when its first argument is true. This creates a new instance of the object, including copying properties from the source object to a new target object. $.clone() is used for cloning DOM elements, not for objects, making it incorrect in this context.Question 3: In jQuery, what does the method .siblings() do?Selects all sibling elements of the selected element.Selects the immediate next sibling element.Selects the parent element.Selects all child elements.Explanation: Option 1 is correct. The .siblings() method in jQuery is used to select all sibling elements of the selected element. It's a way to traverse sideways in the DOM tree. The other options refer to different jQuery traversal methods.Question 4: How does jQuery's .fadeOut() method work?It hides an element by increasing its opacity.It shows an element by decreasing its opacity.It hides an element by decreasing its opacity.It changes the visibility of an element without affecting its display.Explanation: Option 3 is the correct answer. The .fadeOut() method in jQuery is used to animate the opacity of the matched elements to zero, after which the elements are set to display: none. This gives the effect of a smooth disappearance, or "fade out."Question 5: What is the difference between .eq() and .get() methods in jQuery?.eq() selects a DOM element while .get() retrieves the DOM elements as an array..eq() retrieves elements based on a condition, while .get() selects elements based on their index..eq() retrieves a jQuery object, while .get() retrieves a DOM element.There is no difference; they are synonymous.Explanation: Option 3 is correct. The .eq() method in jQuery returns a jQuery object that wraps the element at the specified index, allowing for continued jQuery method chaining. On the other hand, .get() retrieves the native DOM element at the specified index, which means you can't directly chain jQuery methods on it. Enroll now and start your journey towards mastering jQuery and acing those interviews!

0.0•1.9K•Self-paced
FREE$100.99
Enroll
JavaScript con IA en 10 Días: De Cero a Proyectos Reales
Development
0% OFF

JavaScript con IA en 10 Días: De Cero a Proyectos Reales

Udemy Instructor

¿Quieres aprender JavaScript de forma rápida, práctica y con el apoyo de la inteligencia artificial?Este curso está diseñado para que en solo 10 días domines los fundamentos de la programación en JavaScript y los apliques en proyectos reales, utilizando la IA como tu asistente de aprendizaje.Comenzaremos desde lo más básico: variables, operaciones aritméticas y condicionales. A medida que avances, aprenderás a dominar bucles, arreglos, objetos y funciones, hasta llegar a trabajar con el DOM y los eventos, elementos clave para crear aplicaciones web dinámicas.Cada día combina explicaciones claras, ejercicios prácticos y una tarea final para reforzar lo aprendido. Además, contarás con el apoyo de la IA para resolver dudas, generar ejemplos adicionales y optimizar tu código, lo que acelerará tu curva de aprendizaje.Al finalizar los primeros módulos pondrás en práctica todo lo aprendido a través de dos proyectos finales:Una calculadora interactiva, construida paso a paso.Una lista de tareas funcional, combinando HTML, CSS y JavaScript, donde comprobarás cómo la IA puede ayudarte a mejorar tus proyectos.Este curso no es teoría aburrida, sino práctica constante y proyectos útiles que podrás incluir en tu portafolio.Si eres principiante, aprenderás JavaScript con un método ágil y modernoSi ya tienes nociones básicas, encontrarás ejercicios, buenas prácticas y el apoyo de la IA para llevar tus habilidades al siguiente nivel.En solo 10 días, estarás listo para escribir código con confianza, resolver problemas reales y crear tus primeros proyectos en JavaScript.

0.0•640•Self-paced
FREE$100.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.