Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Corso Full-Stack .NET Developer Journey - Apprentissaggio Online con Certificato
dsa banner mobiledsa banner

Incerto da dove
iniziare?

Track
Certificato

Full-Stack .NET Developer Journey

4.8+
129 recensioni
Intermediate
Learn how to create your own products and applications using one of the most popular and widely used programming languages, C#. In combination with the popular . Mostra di più
C#
SQL
HTML/CSS
JavaScript
React
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
  • Access to 85+ top-rated coursesAccess to 85+ top-rated courses
  • AI-driven LearningAI-driven Learning
  • Workspaces for practicing your skillsWorkspaces for practicing your skills
  • Personalized study tracksPersonalized study tracks
  • Certificates of completionCertificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity Teams
What you will learn
  • Explore the fundamentals of C# including data types, control structures, loops, arrays, and methods.
  • Develop an understanding of C# syntax and how to display output on the screen.
  • Integrate basic and complex expressions using operators, and make decisions with if, else, and switch statements.
  • Work with different data types such as integers, floating points, booleans, characters, and strings, understanding their applications and management.
  • chapters
    528 chapters
  • hours
    63 hours
  • tasks
    555 tasks
Trusted by employees of leading companies
GoogleIntelTwitterFedExMetaNikeAmazonMicrosoftTesla
Learning track content
Arrays are an important part of any programming language as they let us group together and manipulate a large amount of similar data. In this section we will learn about Arrays and how to use them for practical applications.
Module 2 / C# Beyond Basics
In this section we will learn data structures like Lists and Dictionaries. We will also learn how to read and write files. In the end we will look at how to deal with unexpected errors which can occur during the program's execution.
In this section, we will learn what Object-Oriented Programming (OOP) is and how we can create programs that use the concept of OOP. We will also practice this concept with many hands-on tasks that are fun to solve.
In this section, we delve deeper into the essentials of Object-Oriented Programming (OOP). We explore advanced topics to enhance your understanding and proficiency in OOP. From managing object lifecycles through destructors to refining class structures with access modifiers, and harnessing the power of derived classes and method overloading, this section equips you with the knowledge and practical skills needed to design robust and flexible object-oriented systems.
This will be a detailed chapter in which we will dive deep into the main principles of Object-Oriented Programming (OOP). We will also look at many practical applications and hands-on examples of these principles to understand them better. In this section we will revise some of the concepts from the previous section in a bit more detail and combine the concepts together to understand it more thoroughly.
In questa sezione, esploreremo come organizzare e dare priorità ai dati restituiti da una query utilizzando la clausola ORDER BY. Inserita alla fine di un'istruzione SELECT, questa clausola consente di ordinare i risultati in base a una o più colonne, sia in ordine crescente che decrescente, permettendo una presentazione dei dati più significativa e facilmente interpretabile.
In questa sezione, apprenderemo come filtrare i dati restituiti utilizzando la clausola WHERE dell'istruzione SELECT. Verrà illustrato come testare l'uguaglianza, la disuguaglianza, intervalli di valori maggiori e minori, e valori NULL.
In questa sezione, esploreremo come affinare le condizioni di ricerca combinando le clausole WHERE con gli operatori AND e OR. Verrà inoltre illustrato come l'operatore NOT possa essere utilizzato per escludere determinati risultati.
Impara i fondamenti del Linguaggio di Definizione dei Dati (DDL) e del Linguaggio di Manipolazione dei Dati (DML) in SQL, inclusi come creare, modificare e eliminare oggetti del database, nonché come inserire, aggiornare ed eliminare dati all'interno delle tabelle.
Module 5 / Introduction to .NET with C#
In this section we will learn about what is .NET, how to setup the development environment and how to start making some console apps. Apart from that we will also learn how to take input from the user in the console for making interactive applications.
In this section, we will be learning how to perform multiple tasks at once to improve the performance and responsiveness of applications. We will also briefly learn what Web Services and APIs are. This will give us an introduction to how the internet and websites work. We will also learn how to use APIs.
In this section we will learn what are databases, specifically what are SQL databases and how to create them. We will study their structure and will learn to perform some basic operations on the databases. This chapter will serve as an introduction to ADO.NET which is a .NET module used for interacting with databases.
In this section, we'll cover the fundamental CRUD operations (Create, Read, Update, Delete) using SQL. We'll explore SQL syntax at a basic level and recap how to implement each SQL statement in C# code. While some parts may serve as a review from the previous section, this will provide a solid understanding of essential database concepts, enabling you to understand both the SQL and C# code and write it independently.
In this chapter we will learn about additional functions or methods for making database management more efficient. For-example executing multiple SQL commands at once using Stored Procedures, and retrieving data in bulk from the SQL database using DataSet.
Module 6 / HTML Essentials
Get an introduction to the web and HTML, including the significance of tags, elements, and attributes. Learn about the basic structure of an HTML document and the brief history of the web.
Master the essentials of HTML markup, focusing on special text formatting and lists, understanding their significance in structuring content within an HTML document. Dive into the intricacies of HTML document structure while refining text markup techniques.
Unlock the power of visual and auditory content in web development as you learn to seamlessly integrate images, video, and audio elements into HTML documents. Explore the nuances of incorporating various media formats.
Navigate the intricacies of data presentation and user interaction with comprehensive coverage of tables and forms in HTML, encompassing table structures, form creation, and input elements. Gain proficiency in implementing form input elements and leveraging attributes for enhanced functionality.
Elevate your HTML skills to the next level by delving into semantic HTML elements, empowering you to create well-structured and accessible web content. Embark on building your first website, applying newfound knowledge to bring your ideas to life.
Discover Flexbox, a powerful CSS layout method for arranging elements in rows and columns. Learn how to control the direction, alignment, and spacing of elements horizontally and vertically, as well as customize individual flex items for precise layouts.
Learn how to enhance the visual appeal of your web pages with CSS. Explore techniques for applying background colors and images, styling images, using decorative pseudo-elements, and adding shadows to create stunning designs.
Module 8 / Advanced CSS Techniques
Research what learners can expect from this advanced HTML and CSS styling course. What do you need to know before starting the course? What topics will be covered in it?
Learn about the animation property and how it can be used to create dynamic and engaging designs. Discover how to create complex animations using keyframes and how to control the animation.
Explore the transformation property, which allows modifying the appearance and position of elements on a webpage. Learn how to scale, rotate, skew, and translate elements in two and three dimensions. Combine multiple transformations to create more complex effects.
The principles and techniques used in adaptive/responsive design aim to make websites and applications accessible and visually appealing across different devices, screen sizes, and orientations.
Module 9 / Introduzione a JavaScript
Scopri i fondamenti di JavaScript, inclusi il suo scopo e la sintassi. Impara a lavorare con la console per l'output e a utilizzare i commenti per organizzare e documentare il tuo codice. Queste competenze di base ti prepareranno per un'esplorazione più approfondita delle capacità di JavaScript.
Scopri come controllare il flusso dei tuoi programmi con le istruzioni condizionali. Impara a padroneggiare `if`, `else` e `else if` per istruire JavaScript a prendere decisioni ed eseguire codice basato su diverse condizioni.
Ottimizza il tuo codice padroneggiando le strutture di ciclo di JavaScript. Esplora i cicli `while`, `do while` e `for`, e impara a controllarne il comportamento usando `break` e `continue`. Sblocca la potenza dei cicli per eseguire compiti ripetitivi in modo efficiente.
Scopri il potere delle funzioni in JavaScript. Impara a definire funzioni, lavorare con gli argomenti e utilizzare l'istruzione `return` per creare codice riutilizzabile ed efficiente. Padroneggiare le funzioni migliorerà la tua capacità di scrivere programmi puliti e modulari.
Module 10 / JavaScript Data Structures
Get a clear roadmap of what's to come, understand the prerequisites, and learn valuable tips to set you up for success as you delve into objects, arrays, and essential programming concepts.
Step-by-step guide on how to start a real-world React project. From setting up your development environment to understanding project organization and critical tools, you'll gain the knowledge and confidence to embark on your React journey.
Module 12 / React Router Essentials
Learn the theoretical basics of concepts such as URL, domain, protocol, query parameters, and more. Understand the significance of routing in web applications and why we need the React Router library.
Explore using query strings for sharing and managing application state via URLs, work with different data types in query parameters, and leverage React Router for navigation and effects based on URL changes.
Module 13 / Advanced C# with .NET
In this section, we will learn what MAUI is, and how to set up a .NET MAUI application. We will also look at the structure of an MAUI application, and in the end, we will learn how to add some basic elements to our UI. This section will prepare us for the rest of the course where we will be working with more practical concepts.
In this section we will learn about delegates, events and data binding. Using this knowledge we will learn how to make interesting interactive GUI applications.
In this section, we will learn what Threading is and how to use it to keep our applications responsive, and run smoothly while performing resource intensive tasks. We will see how to differs from other similar concepts on C# and what are good practices when implementing Threading in our application. There will also be some interesting tasks to help us in understand this concept on a deeper level.
In this section, we will learn how to make more robust methods, classes and other objects which can work multiple types of input data types, by first learning about Generics and how to implement generic classes, then we will move on to Reflection and how to use reflection for further improving the capabilities of our programs.
Requirements
  1. A computer with a browser - all browsers are supported.
  2. Your enthusiasm to enhance your tech skills.
  3. Everything else needed to start learning and practicing is already included in this course.
Over 200,000 5-star ratings and counting
Ruslan Kravchuk
La cosa principale è imparare e non arrendersi
Il materiale è buono, c'è tanto da imparare, tutto per migliorarsi, e la cosa principale è imparare ciò che desideri....
Matteo Comune
Grazie a loro sto imparando molto…
Grazie a loro sto imparando molto più rapidamente perché ti aiutano a comprendere tutto da zero. È il miglior sito web per chi non ha background in IT...
Yuliana Cadavid
ottimo corso per principianti
ottimo corso per principianti, mettono alla prova le tue conoscenze in ogni lezione...
Elpunzon
Sto apprezzando la mia esperienza su Codefinity…
Sto apprezzando la mia esperienza di apprendimento di Python con Codefinity. Il metodo di studio autodidatta è fantastico perché posso adattarlo al mio orario...
Alexandru Alexandru
È piacevole imparare da Codefinity
È piacevole imparare da Codefinity. È facile e offre buoni esempi di quanto appreso qui...
jacob Templet
Easy to follow along with and provides…
Facile da seguire e offre una sfida nella mia vita quotidiana. La sfida mi motiva a imparare giorno dopo giorno...
Elan
Codefinity è uno strumento di apprendimento completo…
Codefinity è uno strumento di apprendimento completo che ti aiuta a sviluppare le tue competenze come ingegnere del software o data scientist. Gli esercizi sono divertenti e un ottimo modo per affinare le tue abilità...
Thibault
Prima volta che impari a programmare
La prima volta che ho imparato a programmare e ci sono riuscito con Codefinity - Grazie...
Adrien Morel
Ben progettato per principianti assoluti
Ben progettato per principianti assoluti, con un progresso incrementale che mi dà fiducia....
_Gracy
è semplicemente perfettamente spiegato
È semplicemente perfettamente spiegato! Finora non ho incontrato alcuna difficoltà perché tutto è così ben organizzato....
Ruslan Kravchuk
La cosa principale è imparare e non arrendersi
Il materiale è buono, c'è tanto da imparare, tutto per migliorarsi, e la cosa principale è imparare ciò che desideri....
Matteo Comune
Grazie a loro sto imparando molto…
Grazie a loro sto imparando molto più rapidamente perché ti aiutano a comprendere tutto da zero. È il miglior sito web per chi non ha background in IT...
Yuliana Cadavid
ottimo corso per principianti
ottimo corso per principianti, mettono alla prova le tue conoscenze in ogni lezione...
Elpunzon
Sto apprezzando la mia esperienza su Codefinity…
Sto apprezzando la mia esperienza di apprendimento di Python con Codefinity. Il metodo di studio autodidatta è fantastico perché posso adattarlo al mio orario...
Alexandru Alexandru
È piacevole imparare da Codefinity
È piacevole imparare da Codefinity. È facile e offre buoni esempi di quanto appreso qui...
jacob Templet
Easy to follow along with and provides…
Facile da seguire e offre una sfida nella mia vita quotidiana. La sfida mi motiva a imparare giorno dopo giorno...
Elan
Codefinity è uno strumento di apprendimento completo…
Codefinity è uno strumento di apprendimento completo che ti aiuta a sviluppare le tue competenze come ingegnere del software o data scientist. Gli esercizi sono divertenti e un ottimo modo per affinare le tue abilità...
Thibault
Prima volta che impari a programmare
La prima volta che ho imparato a programmare e ci sono riuscito con Codefinity - Grazie...
Adrien Morel
Ben progettato per principianti assoluti
Ben progettato per principianti assoluti, con un progresso incrementale che mi dà fiducia....
_Gracy
è semplicemente perfettamente spiegato
È semplicemente perfettamente spiegato! Finora non ho incontrato alcuna difficoltà perché tutto è così ben organizzato....
Certificate of Completion
Data Engineer
Certificato di Completamento
Mostra le abilità che hai acquisite recentemente. Te lo sei guadagnato
Discover more
Learning tracks
traccia
lockSolo per Ultimate
track image

TEST TRACK 12

laptop1 Corso
pencil-with-line1 Progetto
list0 Task

Principiante

4.0
(8247)
traccia
lockSolo per Ultimate
track image

Sviluppo Web Full Stack

laptop7 Corsi
list345 Compiti

Principiante

4.5
(59)
traccia
lockSolo per Ultimate
track image

Diventa uno Sviluppatore React

laptop4 Corsi
list98 Compiti

Intermedio

4.9
(7)
traccia
lockSolo per Ultimate
track image

Padroneggiare la Visualizzazione dei Dati

laptop5 Corsi
list145 Compiti

Intermedio

4.6
(7)
traccia
lockSolo per Ultimate
track image

SQL da Zero a Eroe

laptop4 Corsi
list115 Compiti

Principiante

4.7
(93)
traccia
lockSolo per Ultimate
track image

Fondamenti di C++

laptop6 Corsi
list101 Compiti

Principiante

4.4
(17)
traccia
lockSolo per Ultimate
track image

Python da Zero a Eroe

laptop6 Corsi
list195 Compiti

Principiante

4.7
(284)
traccia
lockSolo per Ultimate
track image

Apprendimento Supervisionato delle Macchine

laptop5 Corsi
list135 Compiti

Intermedio

4.9
(7)
traccia
lockSolo per Ultimate
track image

Python Oltre l'Intermedio

laptop3 Corsi
pencil-with-line1 Progetto
list125 Compiti

Principiante

4.7
(3)
traccia
lockSolo per Ultimate
track image

Fondamenti di Java

laptop7 Corsi
list376 Compiti

Principiante

4.3
(9)
traccia
lockSolo per Ultimate
track image

Sviluppo di Giochi con Unity

laptop4 Corsi
list143 Compiti

Principiante

4.6
(7)
traccia
lockSolo per Ultimate
track image

Become a Django Developer

laptop5 Corsi
list180 Compiti

Avanzato

4.5
(28)
traccia
lockSolo per Ultimate
track image

Flask for Dummies

laptop5 Corsi
list165 Compiti

Intermedio

4.5
(32)
traccia
lockSolo per Ultimate
track image

Fondamenti Dello Sviluppo Frontend

laptop6 Corsi
list308 Compiti

Principiante

4.6
(53)
traccia
lockSolo per Ultimate
track image

Web Developer from Zero to Hero

laptop6 Corsi
list252 Compiti

Principiante

4.6
(57)
traccia
lockSolo per Ultimate
track image

Preparation for Data Science

laptop8 Corsi
pencil-with-line2 Progetti
list185 Compiti

Intermedio

4.5
(11)
traccia
lockSolo per Ultimate
track image

Deep Learning Odyssey

laptop2 Corsi
list80 Compiti

Avanzato

5.0
(3)
traccia
lockSolo per Ultimate
track image

Sviluppo Web con C#

laptop7 Corsi
list293 Compiti

Principiante

4.8
(98)
traccia
lockSolo per Ultimate
track image

TEST E2E TRACK BEGINNER

pencil-with-line1 Progetto
list0 Task

Principiante

traccia
lockSolo per Ultimate

Test Track

laptop2 Corsi
list21 Compiti
4.7
(3)
traccia
lockSolo per Ultimate
track image

Skilled Python BackEnd Developer

laptop5 Corsi
list139 Compiti

Avanzato

4.7
(261)
traccia
lockSolo per Ultimate
track image

Test Recalculate

laptop2 Corsi
list0 Task

Principiante

traccia
lockSolo per Ultimate
track image

Fondamenti di Excel

laptop4 Corsi
list81 Compiti

Principiante

4.5
(39)
traccia
lockSolo per Ultimate
track image

Full-Stack .NET Developer Journey

laptop13 Corsi
list555 Compiti

Intermedio

4.8
(129)
traccia
lockSolo per Ultimate
track image

Test track with rating

laptop1 Corso
list0 Task

Avanzato

4.0
(4)
traccia
lockSolo per Ultimate
track image

TEST TEST TRACK

list0 Task

Principiante

traccia
lockSolo per Ultimate
track image

Fondamenti di Analista Dati

laptop6 Corsi
list180 Compiti

Principiante

4.7
(116)
traccia
lockSolo per Ultimate
track image

Padronanza di C++

laptop3 Corsi
list70 Compiti

Avanzato

traccia
lockSolo per Ultimate
track image

Java Web

laptop7 Corsi
list282 Compiti

Avanzato

4.5
(31)
traccia
lockSolo per Ultimate
track image

Diventa un Ingegnere QA

laptop5 Corsi
list239 Compiti

Principiante

4.5
(44)
traccia
lockSolo per Ultimate
track image

Produzione Video con Adobe

laptop4 Corsi
list125 Compiti

Principiante

traccia
lockSolo per Ultimate
track image

Strumenti di Design UI/UX

laptop3 Corsi
list119 Compiti

Principiante

traccia
lockSolo per Ultimate
track image

Test image upload track

laptop1 Corso
list15 Compiti

Principiante

traccia
lockSolo per Ultimate
track image

Competenze Essenziali per l'Ufficio

laptop3 Corsi
list75 Compiti

Principiante

4.6
(24)
traccia
lockSolo per Ultimate
track image

GitHub from Zero to Hero

laptop3 Corsi
list41 Compiti

Principiante

traccia
lockSolo per Ultimate
track image

No-Code Website Development

laptop2 Corsi
list151 Compiti

Principiante

traccia
lockSolo per Ultimate
track image

C Programming & Low-Level Development

laptop3 Corsi
list61 Compiti

Principiante

traccia
lockSolo per Ultimate
track image

testes

laptop2 Corsi
pencil-with-line1 Progetto
list38 Compiti

Principiante

4.7
(3)
traccia
lockSolo per Ultimate
track image

Test translation track

laptop3 Corsi
list36 Compiti

Intermedio

traccia
lockSolo per Ultimate
track image

Test CMS Track

laptop2 Corsi
pencil-with-line1 Progetto
list38 Compiti

Principiante

4.7
(3)
traccia
lockSolo per Ultimate
track image

Python for Data Analysis

laptop5 Corsi
list134 Compiti

Intermedio

4.6
(9)
traccia
lockSolo per Ultimate
track image

Digital Marketing Essentials

laptop4 Corsi
list159 Compiti

Principiante

traccia
lockSolo per Ultimate
track image

Complete Social Media Management

laptop4 Corsi
list154 Compiti

Principiante

Become a Development expert
  • Interactive exercisesInteractive exercises
  • Learning videosLearning videos
  • AI-assistant on all coursesAI-assistant on all courses
  • Workspaces for designing your own projectsWorkspaces for designing your own projects

Ready to get started?

ProBest intro offer
UltimateA complete experience to kickstart your career
85+ Top-Rated coursesBenefit accessBenefit access
Completion certificatesBenefit accessBenefit access
AI-Assistant in all coursesBenefit accessBenefit access
20+ hands-on Real-world projectsBenefit accessBenefit access
Personalized study tracksBenefit accessBenefit access
Unlimited workspacesBenefit accessBenefit access
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
  • Access to 85+ top-rated coursesAccess to 85+ top-rated courses
  • AI-driven LearningAI-driven Learning
  • Workspaces for practicing your skillsWorkspaces for practicing your skills
  • Personalized study tracksPersonalized study tracks
  • Certificates of completionCertificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity Teams

Seguici

trustpilot logo

Indirizzo

codefinity
Siamo spiacenti che qualcosa sia andato storto. Cosa è successo?
some-alt