FreeCourse Logo
FreeCourse.io
Verified CouponsFree CoursesJobsBlog
Categories
Home/Courses/C# desde 0: Inicia tu carrera como programador
C# desde 0: Inicia tu carrera como programador
IT & Software100% OFF

C# desde 0: Inicia tu carrera como programador

Udemy Instructor
4.482143(7.6K students)
Self-paced
All Levels

About this course

Este curso esta hecho para principiantes en este hermoso mundo de la programaciónNo importa si estas cursando una carrera relaciona como Ing. de sistemas ó Ing. de software o otra carreraya que este curso te enseñara a programar desde 0, sin conocimientos previos.

El punto clave en este curso es la practica, así que tendrás a tu disposición muchos ejercicios para reforzar tu aprendizaje y por supuesto mi ayuda constante en caso tengas dudas o problemas durante el proceso. Los temas a abarcar estarán divididas en 5 secciones:Sección 1:Instalación de Visual studio 2019Configuraciones de visual studio 2019Como crear proyectos en visual studio 2019Reconocimiento de interfaz de trabajoTipos de variablesOperadores aritméticosOperadores relacionalesOperadores LógicosDiseño de interfacesEjerciciosSección 2:CondicionalesDiseño de interfaz modernoLlamado de formCreación de controles de usuarioMuestra de controles de usuario en panelesEjerciciosSección 3:Bucles forBucles whileDiseño de interfazEjerciciosSección 4:ListasArraysDiseños de interfaces con listasCaptura de datosEjerciciosSección 5:Ejercicios de refuerzo, con nivel intermedio para que consolides tus conocimientosFinalizando el curso tendrás la opción de competir resolviendo ejercicios y problemas propuestosy recuerda que contaras con mi apoyo en todo momento que lo desees, ya que udemy es una experiencia totalmente incluible para aprender a programar. Como regalo les dejare una sección del uso de C# en un sistema para la vida real ahora mismo te explico de que tratara:En la ultima sección de regalo aprenderás C# con un sistema aplicado a un caso practico.

Desarrollaremos un sistema para controlar las asistencias del personal de una empresa. Se combinara la teoría y la practica, para que tu aprendizaje del lenguaje C# sea en el mejor tiempo posible.

Skills you'll gain

Other IT & SoftwareSpanish

Available Coupons

Loading...

Course Information

Level: All Levels

Suitable for learners at this level

Duration: Self-paced

Total course content

Instructor: Udemy Instructor

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/c-desde-0-inicia-tu-carrera-como-programador

You May Also Like

Explore more courses similar to this one

Master C++ Programming - From Beginner To Advance - 2021
IT & Software
0% OFF

Master C++ Programming - From Beginner To Advance - 2021

Udemy Instructor

Master C++ Programming - From Beginner To ProC++, C++ Tutorial, C++ Lecture, C++ CourseConcepts of C++ programming are made very simple and easy.Course Highlights Explained each topic with help of picture and example. Practical Session for each Topic 2-Projects - ATM system & Student Management Mind-map Notes - ppt100 MCQ's15 AssignmentsTopics :Introducing Basics Of Computer Mind-mapWhat is Computer ?Computer ArchitectureRAM - Random Access MemoryCPU - Central Processing UnitOperating SystemComputer LanguageRecap - Basics Of Computer - Mind-MapQuiz 1: Basics Of Computer QuizIntroduction to Programming ( Mind Map )What is Programming in general ?Why we should learn C++ ?What is C++ ?What is Compiler and IDE ?Quiz 2: Introduction to Programming QuizCompiler and IDE SetupBest IDE's For C++Installing Visual Studio for C++Installing Codeblocks for C++Introducing Program Structure in C++ Program ( Mind map )HeaderNamespaceMain FunctionBlock and SemicolonWriting First C++ ProgramUser Input and Output in C++ ProgramRecap Program Structure Mind-mapQuiz 3:Program Structure QuizIdentifiersKeywordsData TypesVariablesOperatorsArithmetic OperatorsAssignment OperatorsLogical OperatorComparison OperatorRecap Important terminologies of C++ Programming ( Mind-map )Quiz 4: Important terms QuizIntroducing Important Terminologies in C++ ProgrammingIntroduction Conditions in C++ Mind-mapCondition in C++If ConditionIf Else ConditionElse if ConditionSwitch CaseRecap Conditions in C++ Mind-MapQuiz 5:Condition in C++Introducing String in C++ Programming Language ( Mind-map )Why Strings are used in C++ ?String concatenationHow to calculate string length ?How to take string as input ?Example on StringRecap String in C++ ( Mind-map )Quiz 6: String QuizIntroduction to LoopsWhat / why of LoopFor LoopWhile LoopDo While LoopBreak and ContinueQuiz 7: Loop QuizWhy Array ?What is Array ?Creating , Initialize and Modify ArrayProgram of find Minimum no. in ArrayWhy Functions in C++?Example Of FunctionFunction and Main MemoryVarious Forms Of FunctionWhat and Why Of Function Overloading?1st Way Of Function Overloading2nd Way Of Function OverloadingDrawback Of Function and inline FunctionQuiz 8: Functions in C++What is Function ?What and Why Of StructureDefine Structure in C++Example of StructureNesting Of StructureStructure paddingQuiz 9:Structure in C++ QuizWhy Object Oriented ProgrammingExample of OOPKey Note on Member Function and Member VariableAccess SpecifierCharacteristics of OOPQuiz 10: OOP QuizMini Project - ( ATM System in C++ )Why Constructor?Default ConstructorParametrized ConstructorCopy ConstructorConstructor OverloadingConstructor ProgramQuiz 11: Constructor in C++Operator OverloadingOverloading Post and Pre IncrementIntroduction Inheritance Mind-MapWhat is Inheritance?Why Inheritance ?Inheritance ExampleConstructor and InheritanceFunction OverridingisA and hasA RelationTypes Of InheritanceWays of InheritanceQuiz 12: Inheritance QuizWhat is Pointer?Why Pointer is Used?Program in MemoryPointer NotationPointer and ArrayPointer and FunctionMemory Management - NEWMemory Management - DELETEPointer Application ProgramPointer Limitationsthis PointerQuiz 13: Pointers QuizIntroduction to Pointer - Mind-mapIntroduction to PolymorphismBase Class Pointer and Derived Class ObjectWhat is Virtual Function?Why Virtual Function with ExampleAbstract Class and Pure Virtual FunctionMore about PolymorphismVirtual DestructorQuiz 14 : Polymorphism QuizWhat is friend in general?What is Friend Function?Question on Friend FunctionWhat is Friend Class ? + practicalOverloading Comparison Operator - With Friend FunctionQuiz 15:Friend QuizIntroduction to Static Member - Mind mapStatic Member VariableStatic Member FunctionQuiz 16: Static Member Variable & Function QuizIntroducing File Input- OutputWhat are Streams?Classes and Object for Input-OutputHow reading and writing is done in file?Write data into FILEReading data from FILETellg in C++Tellp FunctionSeekg FunctionSeekp FunctionQuiz 17:File handling QuizException Handling in C++Exception Handling Program in C++Quiz 18: Exception QuizBasics of Data StructureIntroduction to STLContainers in STL & ClassificationArray - Container in STLVector - Container in STLList - Container in STLStack - Container in STLQueue - Container in STLPriority Queue - Container in STLMap - Container in STLMultimap - Container in STLUnordered Map - Container in STLSet - Container in STLMultiset - Container in STLUnordered Set - Container in STLAlgorithms in STLContainer in ContainerQuiz 19: STL QuizFinal Project - Student management in C++ByteBoard - VeDinesh Academy provides smart classroom-type learning by breaking long lectures into short and crisp for each topic. We explain concepts with examples and pictures for better understanding, moreover we apply the Mind-Map technique that would definitely help you in connecting the dots and remembering the concepts forever. We are highly motivated and passionate to provide you high-quality, simplified, and in-depth training at an affordable price.Thanks.

4.4•35.0K•Self-paced
FREE$93.99
Enroll
HP ALM Mastery: Test Management, Defect Tracking & Reporting
IT & Software
0% OFF

HP ALM Mastery: Test Management, Defect Tracking & Reporting

Udemy Instructor

This course contains the use of Artificial Intelligence.|| UNOFFICIAL COURSE ||This course provides a comprehensive introduction to HP Application Lifecycle Management (HP ALM), one of the industry's leading platforms for managing software quality, requirements, testing, and defect tracking throughout the Software Development Life Cycle (SDLC). Whether you are new to HP ALM or looking to strengthen your understanding of enterprise test management, this course offers a structured learning experience that covers the concepts, workflows, and best practices used by quality assurance teams in modern software projects.You will begin by exploring the fundamentals of quality assurance and application lifecycle management, gaining a clear understanding of how HP ALM supports collaboration between business analysts, developers, testers, and project managers. The course explains the platform's architecture, navigation, security model, user roles, and governance features while demonstrating how the Software Testing Life Cycle (STLC) aligns with HP ALM's integrated modules.As you progress, you will learn how to manage business and functional requirements effectively using HP ALM. The course covers requirement organization, hierarchical structures, categorization techniques, requirement traceability, risk-based testing principles, coverage analysis, change management, and baseline management. You will understand how maintaining complete traceability improves project visibility and ensures that every requirement is validated through testing.The course then focuses on test management, guiding you through the creation of structured test plans, standardized test cases, reusable test assets, parameterization techniques, and dynamic test design. You will explore the Test Lab module, learn how to organize test sets, execute manual tests, monitor execution progress, and interpret execution results to support informed decision-making throughout the testing process.A significant portion of the course is dedicated to defect management and quality tracking. You will examine the complete defect lifecycle, understand state transitions, classify defects using severity and priority levels, analyze root causes, establish end-to-end traceability between requirements, tests, and defects, and apply effective defect triage and escalation practices. You will also learn how organizations measure software quality using defect metrics, reporting techniques, and key performance indicators.Beyond day-to-day testing activities, this course introduces advanced administrative capabilities of HP ALM, including project customization, user administration, workflow customization, cross-project standardization, and integration with external tools commonly used within enterprise software development environments. You will also discover how dashboards, reports, and executive metrics provide stakeholders with real-time visibility into project health, testing progress, and product quality.Throughout the course, emphasis is placed on industry-recognized quality assurance practices, governance principles, and lifecycle management concepts that are applicable across Agile, Waterfall, and hybrid software development methodologies. Rather than focusing solely on tool navigation, the course explains the reasoning behind each process, helping you understand how HP ALM supports efficient planning, execution, collaboration, and continuous quality improvement.By the end of this course, you will have a solid understanding of how HP ALM is used to manage requirements, design and execute tests, track defects, maintain traceability, administer projects, and generate meaningful reports for project stakeholders. These skills will prepare you to work more effectively with enterprise quality assurance teams, contribute to software testing initiatives with confidence, and build a strong foundation in application lifecycle management using HP ALM.Thank you

0.0•0•Self-paced
FREE$79.99
Enroll
1500 Computer Systems Analyst Interview Practice Exam Tests
IT & Software
0% OFF

1500 Computer Systems Analyst Interview Practice Exam Tests

Udemy Instructor

Computer Systems Analyst Interview Questions and Answers with Detailed Explanations Prepare yourself for your next Computer Systems Analyst interview with the most comprehensive practice test designed to simulate real-world exam scenarios. This course offers 1,500 meticulously crafted multiple-choice questions (MCQs) across six critical domains of systems analysis, ensuring you build both foundational knowledge and advanced problem-solving skills. Whether you’re a fresher aiming to break into the field or an experienced professional brushing up for career advancement, this practice test equips you with the confidence to tackle technical interviews, certification exams, and on-the-job challenges.Each question includes detailed explanations that clarify why an answer is correct and why alternatives are incorrect—transforming rote memorization into deep conceptual understanding. Practice under timed conditions to improve speed and accuracy, or study section-by-section to target weak areas. With 250 questions per section, this course systematically covers every competency required for success in modern systems analysis roles.What You’ll MasterThe course is structured into six core sections, mirroring industry-standard responsibilities of Computer Systems Analysts:Fundamentals of Computer Systems AnalysisIntroduction to roles/responsibilities, SDLC phases, requirements gathering techniques, feasibility studies, stakeholder communication, and analysis tools (DFDs, UML).System Design and ArchitectureDesign principles, data modeling (normalization, ER diagrams), system architectures (microservices, cloud), UI/UX design, integration (APIs), and security protocols.Business Process AnalysisBusiness process modeling (BPMN), change management, automation (RPA), KPIs, cost-benefit analysis, and disaster recovery planning.IT Project ManagementProject planning (Gantt charts, WBS), resource/risk management, QA/testing, Agile methodologies (Scrum, Kanban), and project closure.Emerging Technologies and TrendsCloud computing (IaaS/PaaS/SaaS), AI/ML applications, big data analytics, IoT, blockchain, and cybersecurity trends (Zero Trust, incident response).Soft Skills and Professional DevelopmentCommunication strategies, problem-solving frameworks, leadership, time management, ethics, and career growth pathways (certifications, networking).Sample Practice QuestionsExperience the course’s depth with these real examples:Question 1:Which phase of the System Development Life Cycle (SDLC) involves defining project scope, objectives, and high-level requirements?A) DesignB) ImplementationC) PlanningD) MaintenanceCorrect Answer: C) PlanningExplanation: The Planning phase establishes the project’s foundation by outlining scope, goals, timelines, and resource needs. Design (A) focuses on technical specifications, Implementation (B) involves coding/deployment, and Maintenance (D) addresses post-launch updates. Confusing Planning with Design is a common pitfall—this phase sets the stage for all subsequent work.Question 2:In data modeling, what does Third Normal Form (3NF) primarily eliminate?A) Redundant tablesB) Partial dependenciesC) Transitive dependenciesD) Duplicate primary keysCorrect Answer: C) Transitive dependenciesExplanation: 3NF removes transitive dependencies (where non-key attributes depend on other non-key attributes), ensuring data integrity. First Normal Form (1NF) eliminates duplicate columns, Second Normal Form (2NF) resolves partial dependencies (B), and redundant tables (A) relate to denormalization trade-offs.Question 3:Which Agile ceremony focuses on inspecting the product increment and adapting the backlog?A) Daily StandupB) Sprint PlanningC) Sprint ReviewD) RetrospectiveCorrect Answer: C) Sprint ReviewExplanation: The Sprint Review evaluates the working product increment with stakeholders and adjusts the backlog. The Retrospective (D) examines team processes, Sprint Planning (B) sets sprint goals, and Daily Standups (A) address immediate blockers. Misidentifying these ceremonies is a frequent interview trap.Why This Course Stands OutRealistic Exam Simulation: 1,500 questions mirroring top employers’ interview formats (e.g., FAANG, consulting firms).Conceptual Clarity: Every explanation demystifies how to think like a Systems Analyst—not just what to memorize.Targeted Skill Building: Isolate sections (e.g., "Emerging Technologies") to address specific interview gaps.Career-Ready Insights: Learn to articulate trade-offs (e.g., "When would you choose microservices over monolithic architecture?").Zero Fluff: Pure practice—no video lectures, just efficient, high-yield question drilling.Enroll Today to Transform Your Interview PerformanceStop guessing what interviewers want. This course delivers the precise knowledge, strategic thinking, and confidence to excel in any Computer Systems Analyst interview. With 1,500 questions spanning every critical domain—from SDLC fundamentals to blockchain and AI—you’ll move beyond textbook theory to practical, interview-ready expertise. Every explanation turns mistakes into learning opportunities, ensuring you don’t just pass the test—you master the role.Take the first step toward your dream job. Enroll now and practice like a pro.

0.0•396•Self-paced
FREE$85.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.