

Weet je niet waar
starten?
Track
Certificaat
Webontwikkeling met C#
4.8+
★★★★★
★★★★★
2360 recensies
Beginner
Dit traject is verdeeld in meerdere cursussen, beginnend met de basisconcepten van C#, langzaam bewegend naar meer geavanceerde concepten en uiteindelijk leidend tot webontwikkeling met ASP.NET. Bekijk meer
C#
SQL
HTML/CSS
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity TeamsWhat you will learn
- Build a strong foundation in C#, mastering essential syntax, data types, and object-oriented programming concepts
- Enhance your C# skills with advanced techniques, improving efficiency, readability, and maintainability of your code
- Learn the fundamentals of SQL, understanding how to query and manipulate databases effectively
- Advance your SQL knowledge by mastering joins, subqueries, indexing, and performance optimization
- Get introduced to .NET with C#, exploring its framework, libraries, and tools for building robust applications
- Understand the essentials of HTML to create structured, well-formatted web pages
- Take your C# expertise to the next level with advanced .NET techniques, learning how to build scalable and high-performance applications
- 282 chapters
- 33 hours
- 293 tasks
Trusted by employees of leading companies
Learning track content
Module 1 / C# Basics
In this section we will get an introduction to C#. Moreover, we will also learn some basic elements of the C# language.
In any programming language we have to deal with different types of data. In this section we will learn about that.
- Integer Data TypesVoorbeeld
- Challenge: Declaring Explicitly Typed VariablesVoorbeeld
- Floating-Point and DoubleVoorbeeld
- BooleansVoorbeeld
- CharacterVoorbeeld
- StringVoorbeeld
- Strings ChallengeVoorbeeld
- Basic String FormattingVoorbeeld
- Challenge: String FormattingVoorbeeld
- Declaring ConstantsVoorbeeld
- Basic Type CastingVoorbeeld
- Type Casting PracticeVoorbeeld
- Basic Type ConversionVoorbeeld
- Basic Coding PracticeVoorbeeld
In this section we will learn about features of C# that help us control the flow of the program such as executing pieces of code based on conditions.
- Comparison OperatorsVoorbeeld
- Logical OperatorsVoorbeeld
- Challenge: OperatorsVoorbeeld
- Order of OperationsVoorbeeld
- If StatementVoorbeeld
- Challenge: if ConditionVoorbeeld
- else KeywordVoorbeeld
- Challenge: else KeywordVoorbeeld
- if-else ChainVoorbeeld
- Challenge: if, else-if, elseVoorbeeld
- switch StatementVoorbeeld
- Challenge: SwitchVoorbeeld
In this section we will learn about how to deal with repetitive tasks in programming.
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.
In this section we will learn about one of of the most widely used and essential features of C# called Methods. We will also explore its uses through creative practice tasks.
- What are Methods?Voorbeeld
- Creating and Calling MethodsVoorbeeld
- Challenge: Methods CreationVoorbeeld
- Method ParametersVoorbeeld
- Challenge: Method with ParametersVoorbeeld
- Method Return ValuesVoorbeeld
- Challenge: Return ValuesVoorbeeld
- Local & Global ScopesVoorbeeld
- Challenge: ScopesVoorbeeld
- What's Next?Voorbeeld
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.
- What are Lists?Voorbeeld
- Practicing List DeclarationVoorbeeld
- List MethodsVoorbeeld
- What are Dictionaries?Voorbeeld
- Practicing DictionariesVoorbeeld
- Reading Files using StreamReaderVoorbeeld
- Reading Files using File MethodsVoorbeeld
- Writing FilesVoorbeeld
- Error HandlingVoorbeeld
- Practicing Error HandlingVoorbeeld
In this section we will learn about some more advanced structures for storing data, namely Structs and Enumerators. We will learn how to use them and we will look at some practice examples as well.
- What are Structs?Voorbeeld
- Defining & Using a StructureVoorbeeld
- Practicing StructsVoorbeeld
- Structs with Other Data StructuresVoorbeeld
- Struct MethodsVoorbeeld
- Correctly Accessing Fields in Struct MethodsVoorbeeld
- Practicing MethodsVoorbeeld
- Struct ConstructorsVoorbeeld
- Practicing ConstructorsVoorbeeld
- EnumeratorsVoorbeeld
- Practicing EnumeratorVoorbeeld
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.
Module 3 / Inleiding tot SQL
In deze sectie leren we hoe we de SQL SELECT-instructie kunnen gebruiken om een enkele tabelkolom, meerdere tabelkolommen en alle tabelkolommen op te halen. We zullen ook ontdekken hoe we unieke waarden kunnen retourneren.
- Individuele Kolommen OphalenVoorbeeld
- Meerdere Kolommen OphalenVoorbeeld
- Alle Kolommen OphalenVoorbeeld
- Unieke Rijen OphalenVoorbeeld
- Resultaten BeperkenVoorbeeld
- Uitdaging: Vind de Bevolking van de LandenVoorbeeld
- Uitdaging: Vind Alle CountriesVoorbeeld
- Uitdaging: Vind Alle Landen Met Hun IDsVoorbeeld
- Uitdaging: Vind LandshoofdstedenVoorbeeld
- Uitdaging: Vind de Regio's Waarin Alle Landen Zich BevindenVoorbeeld
In deze sectie zullen we onderzoeken hoe we de gegevens die door een query worden geretourneerd, kunnen organiseren en prioriteren met behulp van de ORDER BY-clausule. Geplaatst aan het einde van een SELECT-instructie, stelt deze clausule je in staat om je resultaten te sorteren op één of meerdere kolommen, hetzij in oplopende of aflopende volgorde, waardoor een meer betekenisvolle en gemakkelijk interpreteerbare gegevensuitvoer mogelijk wordt.
- Gegevens SorterenVoorbeeld
- Uitdaging: BevolkingssorteringVoorbeeld
- Sorteren op Meerdere KolommenVoorbeeld
- Uitdaging: Dual-Sorteer QueryVoorbeeld
- Het Specificeren van SorteerrichtingVoorbeeld
- Uitdaging: Sorteer de Landen op Regio en HoofdstadVoorbeeld
- Uitdaging: Sorteer Capitals in Aflopende VolgordeVoorbeeld
- Uitdaging: Sorteer Landen in Ascending VolgordeVoorbeeld
- Uitdaging: Vind Landen, Hun ID's en Hun PopulatiesVoorbeeld
- Uitdaging: Vind Landen, ID's, Populaties, Regio's en Sorteer ZeVoorbeeld
- Uitdaging: Vind Alle Continenten en Sorteer Ze in Ascending VolgordeVoorbeeld
In deze sectie leren we hoe we geretourneerde gegevens kunnen filteren met behulp van de WHERE-clausule van de SELECT-instructie. We zullen leren hoe we kunnen testen op gelijkheid, ongelijkheid, meer en minder significante dan waardebereiken, en NULL-waarden.
In deze sectie verkennen we hoe je je zoekvoorwaarden kunt verfijnen door WHERE-clausules te combineren met de AND- en OR-operatoren. We zullen ook behandelen hoe de NOT-operator kan worden gebruikt om bepaalde resultaten uit te sluiten.
In deze sectie leren we wat de SQL-aggregatiefuncties zijn en hoe we ze kunnen gebruiken om tabelgegevens samen te vatten.
Module 4 / Intermediate SQL
In deze sectie leer je hoe je gegevens effectief kunt groeperen en beheren. We introduceren de GROUP BY-operator voor het groeperen van gegevens. Daarnaast leer je hoe je gegroepeerde gegevens kunt filteren met behulp van de HAVING-operator.
- GROUP BY-ClausuleVoorbeeld
- Volgorde van InstructiesVoorbeeld
- Uitdaging: Totale Reistijd voor Elke SubwaylijnVoorbeeld
- Gemiddelde Cijfer Uitdaging voor StudentenVoorbeeld
- Zoeken naar de Beste Wiskundestudenten UitdagingVoorbeeld
- HAVING-ClausuleVoorbeeld
- Meerdere Aggregatiefuncties in de QueryVoorbeeld
- Complexere FilteringVoorbeeld
Je leert over geneste subquery's, hoe je ze maakt en hoe je ze effectief gebruikt.
Hier leer je hoe je meerdere tabellen kunt combineren, zodat je met een verenigde tabel kunt werken en het maken van query's kunt vereenvoudigen.
Leer de basisprincipes van Data Definition Language (DDL) en Data Manipulation Language (DML) in SQL, inclusief hoe je database-objecten kunt maken, wijzigen en verwijderen, evenals hoe je gegevens binnen tabellen kunt invoegen, bijwerken en verwijderen.
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.
- What is the .NET Platform exactly?Voorbeeld
- Creating a Console ApplicationVoorbeeld
- Taking input from the UserVoorbeeld
- Task - Building a Simple CalculatorVoorbeeld
- Dealing with Exceptions caused by User InputVoorbeeld
- Task - Improving the CalculatorVoorbeeld
- Reading FilesVoorbeeld
- Writing FilesVoorbeeld
- Task - File Based CalculatorVoorbeeld
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.
- What is Asynchronous Programming?Voorbeeld
- Implementing an Asynchronous MethodVoorbeeld
- Task - Asynchronously Reading FilesVoorbeeld
- Introduction to APIsVoorbeeld
- Making a GET RequestVoorbeeld
- Task - Using an APIVoorbeeld
- Handling Exceptions caused by HTTP RequestVoorbeeld
- Task - Exception Handling for API ResponseVoorbeeld
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.
- What is a Database?Voorbeeld
- Structure of a Relational DatabaseVoorbeeld
- Setting Up A MySQL ServerVoorbeeld
- Connecting to the MySQL ServerVoorbeeld
- Task - Writing Connection StringsVoorbeeld
- Executing CommandsVoorbeeld
- Task - Executing MySQL CommandsVoorbeeld
- MySqlCommand MethodsVoorbeeld
- Task - Connecting to a MySQL Database and Executing CommandsVoorbeeld
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.
- Introduction to CRUD OperationsVoorbeeld
- Installing & Using MySQL WorkbenchVoorbeeld
- CREATE - Part IVoorbeeld
- Task - Using CREATEVoorbeeld
- CREATE - Part IIVoorbeeld
- Task - Using INSERTVoorbeeld
- ReadVoorbeeld
- Task - Using SELECTVoorbeeld
- UpdateVoorbeeld
- Task - Using UPDATEVoorbeeld
- Delete - Part IVoorbeeld
- Delete - Part IIVoorbeeld
- Task - Using DELETEVoorbeeld
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.
- HTML Document Structure ExplainedVoorbeeld
- Challenge: Structuring an HTML DocumentVoorbeeld
- Using Headings and Paragraphs in HTMLVoorbeeld
- Challenge: Mastering Text MarkupVoorbeeld
- Enhancing Text and Interactivity in HTMLVoorbeeld
- Challenge: Applying Special Text MarkupVoorbeeld
- Creating and Using Lists in HTMLVoorbeeld
- Challenge: Structuring Content with ListsVoorbeeld
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.
- Creating and Structuring HTML TablesVoorbeeld
- Challenge: Working with TablesVoorbeeld
- Building HTML FormsVoorbeeld
- Challenge: Building a Web FormVoorbeeld
- Using Form Inputs and Labels EffectivelyVoorbeeld
- Challenge: Applying Form Inputs and LabelsVoorbeeld
- HTML Input Attributes for Enhanced FunctionalityVoorbeeld
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.
Module 7 / 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
- A computer with a browser - all browsers are supported.
- Your enthusiasm to enhance your tech skills.
- Everything else needed to start learning and practicing is already included in this course.
Over 200,000 5-star ratings and counting
Ruslan Kravchuk
Het belangrijkste is om te leren en niet op te geven
Het materiaal is goed, er valt veel te leren, alles om beter te worden en het belangrijkste is te leren wat je wilt....
Matteo Comune
Dankzij hen leer ik veel…
Dankzij hen leer ik veel sneller omdat ze je vanaf nul alles uitleggen. Het is de beste website voor mensen zonder IT-achtergrond...
Yuliana Cadavid
geweldige cursus voor beginners
geweldige cursus voor beginners, ze toetsen je kennis in elke les...
Elpunzon
Ik geniet van mijn Codefinity-ervaring…
Ik geniet van mijn Codefinity-ervaring met Python. De zelfgestuurde leermethode past perfect in mijn schema...
Alexandru Alexandru
Het is prettig om van Codefinity te leren
Het is prettig om van Codefinity te leren. Het is eenvoudig en heeft goede voorbeelden van wat ik hier geleerd heb...
jacob Templet
Easy to follow along with and provides…
Makkelijk te volgen en biedt uitdaging in mijn dagelijks leven. Die uitdaging motiveert me elke dag weer te leren...
Elan
Codefinity is een uitgebreide leeromgeving…
Codefinity is een uitgebreide leeromgeving die je helpt je vaardigheden als software engineer of datawetenschapper te ontwikkelen. De oefeningen zijn leuk en helpen je je skills aan te scherpen...
Thibault
Voor het eerst leren coderen
Voor het eerst leren coderen en dit succesvol doen met Codefinity - bedankt...
Adrien Morel
Goed ontworpen voor totale beginners
Goed ontworpen voor totale beginners, met stapsgewijze vooruitgang die me vertrouwen geeft....
_Gracy
het is simpelweg perfect uitgelegd
het is simpelweg perfect uitgelegd! Tot nu toe heb ik geen problemen ervaren, want alles is zo goed geregeld....
Ruslan Kravchuk
Het belangrijkste is om te leren en niet op te geven
Het materiaal is goed, er valt veel te leren, alles om beter te worden en het belangrijkste is te leren wat je wilt....
Matteo Comune
Dankzij hen leer ik veel…
Dankzij hen leer ik veel sneller omdat ze je vanaf nul alles uitleggen. Het is de beste website voor mensen zonder IT-achtergrond...
Yuliana Cadavid
geweldige cursus voor beginners
geweldige cursus voor beginners, ze toetsen je kennis in elke les...
Elpunzon
Ik geniet van mijn Codefinity-ervaring…
Ik geniet van mijn Codefinity-ervaring met Python. De zelfgestuurde leermethode past perfect in mijn schema...
Alexandru Alexandru
Het is prettig om van Codefinity te leren
Het is prettig om van Codefinity te leren. Het is eenvoudig en heeft goede voorbeelden van wat ik hier geleerd heb...
jacob Templet
Easy to follow along with and provides…
Makkelijk te volgen en biedt uitdaging in mijn dagelijks leven. Die uitdaging motiveert me elke dag weer te leren...
Elan
Codefinity is een uitgebreide leeromgeving…
Codefinity is een uitgebreide leeromgeving die je helpt je vaardigheden als software engineer of datawetenschapper te ontwikkelen. De oefeningen zijn leuk en helpen je je skills aan te scherpen...
Thibault
Voor het eerst leren coderen
Voor het eerst leren coderen en dit succesvol doen met Codefinity - bedankt...
Adrien Morel
Goed ontworpen voor totale beginners
Goed ontworpen voor totale beginners, met stapsgewijze vooruitgang die me vertrouwen geeft....
_Gracy
het is simpelweg perfect uitgelegd
het is simpelweg perfect uitgelegd! Tot nu toe heb ik geen problemen ervaren, want alles is zo goed geregeld....
Data Engineer
Certificaat van Voltooiing
Toon je pas verworven vaardigheden. Je hebt het verdiend
Discover more
Learning tracks
Alleen voor Ultimate
6 Cursussen
169 Taken
Alleen voor Ultimate
4 Cursussen
115 Taken
Alleen voor Ultimate
6 Cursussen
101 Taken
Alleen voor Ultimate
4 Cursussen
143 Taken
Alleen voor Ultimate
5 Cursussen
119 Taken
Alleen voor Ultimate
3 Cursussen
38 Taken
Alleen voor Ultimate
7 Cursussen
376 Taken
Alleen voor Ultimate
2 Cursussen
1 Project
57 Taken
Alleen voor Ultimate
7 Cursussen
346 Taken
Alleen voor Ultimate
6 Cursussen
309 Taken
Alleen voor Ultimate
5 Cursussen
146 Taken
Alleen voor Ultimate
5 Cursussen
135 Taken
Alleen voor Ultimate
3 Cursussen
71 Taken
Alleen voor Ultimate
6 Cursussen
239 Taken
Alleen voor Ultimate
5 Cursussen
239 Taken
Alleen voor Ultimate
4 Cursussen
125 Taken
Alleen voor Ultimate
3 Cursussen
119 Taken
Alleen voor Ultimate
3 Cursussen
75 Taken
Alleen voor Ultimate
4 Cursussen
159 Taken
Alleen voor Ultimate
4 Cursussen
154 Taken
Learning tracks
traject
Python van Nul tot Held
Beginner
4.7
(8348)
traject
SQL van Nul tot Held
Beginner
4.7
(2594)
traject
C++ Basisprincipes
Beginner
4.5
(484)
traject
Game-ontwikkeling Met Unity
Beginner
4.7
(76)
traject
Word Een React Ontwikkelaar
Halfgevorderd
4.7
(67)
traject
Excel Essentials
Beginner
4.7
(304)
traject
Java Essentials
Beginner
4.7
(198)
traject
Python Voorbij Gevorderd
Beginner
4.6
(66)
traject
Full Stack Webontwikkeling
Beginner
4.7
(857)
traject
Fundamenten van Frontend-ontwikkeling
Beginner
4.7
(829)
traject
Meesterschap in Datavisualisatie
Halfgevorderd
4.7
(568)
traject
Gecontroleerd Machine Learning
Halfgevorderd
4.6
(125)
traject
C++ Beheersing
Gevorderd
4.8
(16)
traject
Java Web
Gevorderd
4.7
(1164)
traject
Word een QA-Ingenieur
Beginner
4.7
(722)
traject
Videoproductie met Adobe
Beginner
5.0
(5)
traject
UI/UX Ontwerptools
Beginner
5.0
(4)
traject
Essentiële Kantoorvaardigheden
Beginner
4.8
(242)
traject
Digital Marketing Essentials
Beginner
5.0
(3)
traject
Complete Social Media Management
Beginner
5.0
(1)
Become a Development expert
Interactive exercises
Learning videos
AI-assistant on all courses
Workspaces for designing your own projects
Ready to get started?
ProBest intro offer | UltimateA complete experience to kickstart your career | |
---|---|---|
85+ Top-Rated courses | ||
Completion certificates | ||
AI-Assistant in all courses | ||
20+ hands-on Real-world projects | ||
Personalized study tracks | ||
Unlimited workspaces | ||
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity Teams