* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    Hoje às 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33
  • FELISCUNHA: try65hytr  pessoal   htg6454y
    26 de Junho de 2025, 21:33
  • JPratas: try65hytr Pessoal  4tj97u<z
    26 de Junho de 2025, 02:28
  • cereal killa: Boa Tarde Pessoal E com enorme tristeza que depois de 15 anos que idealizei e abri este fórum vejo que esta na iminência de fechar portas porque ninguém tenta ajudar o pagamento do servidor, mas cada ano e sempre difícil arranjar almas caridosas que nos bom ajudando mas este ano esta complicado, mas infelizmente e como diz o j.s dia 5/07 se não houver algumas ajudas esta vez vai mesmo fechar…..e pena e triste mas tudo na vida tem fim. obrigada cereal killa
    25 de Junho de 2025, 19:40

Autor Tópico: C# Mastering Course For Beginners  (Lida 41 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
C# Mastering Course For Beginners
« em: 16 de Setembro de 2024, 12:09 »
C# Mastering Course For Beginners



Published 9/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.84 GB | Duration: 6h 54m

Learn new C# and get ready to develop different applications


What you'll learn
Basics knowledge of programming using C#
Tips & tricks in working with Visual Studio
Learn new C# from scratch
Get ready for more advanced topics
Requirements
No programming experience is needed
A personal computer, and any OS: macOS, Windows or Linux
Have enough enthusiasm to learn new subjects
Description
Start your programming journey with our beginner-friendly C# course. This course is designed to introduce you to the core concepts of C# programming, providing a solid foundation for your future development endeavors.Since this course is completely beginner level for those who have no knowledge of programming, it is a good starting point to learn one of the most widely used programming languages.What You'll Learn:Variables and Data Types: Understand the basics of variables, data types, and how to store and manipulate data in C#.Arrays and Strings: Learn how to work with arrays and strings to manage collections of data and text.Operators: Explore different types of operators in C# and how to use them for various operations.Conditional Statements: Master the use of if-else statements and switch cases to control the flow of your programs.Loops: Get hands-on experience with loops (for, while, and do-while) to execute repetitive tasks efficiently.Tips & tricks when you work with Visual StudioUnderstanding different syntax errors and how to solve themHow to write a better and more readable code using C# new featuresCourse Features:Interactive Lessons: Engaging video tutorials and interactive coding exercises.Hands-On Projects: Practical projects to apply your knowledge and build a portfolio.Certification: Receive a certificate of completion to showcase your skills.In this course, I have tried to express the content in a simple and understandable way, and there is even trial and error when I'm coding using C#.If you are ready to learn a new and practical programming language, that can be used in many areas and applications, don't hesitate and join me in this course to level up your skills.
Overview
Section 1: Introduction
Lecture 1 Introduction
Section 2: Day 1: prerequisites to start learning C#
Lecture 2 What is C#?
Lecture 3 Course Structure
Lecture 4 Install C# Editors
Lecture 5 Take a look at Visual Studio
Lecture 6 Create the first project
Section 3: Day 2: Start programming using C#
Lecture 7 C# Syntax
Lecture 8 Show the result in the output
Lecture 9 Get user input
Section 4: Day3: Store values in variables
Lecture 10 Variables and data types
Lecture 11 Declare variables - part 1
Lecture 12 Declare variables - part 2
Lecture 13 Declare variables - part 3: use var keyword
Lecture 14 Variable tips in C# - part 1
Lecture 15 Variable Tips in C# - part 2
Lecture 16 Constants in C#
Section 5: Day 4: Operators and Operations
Lecture 17 Arithmetic Operators
Lecture 18 Bitwise Operators - part 1
Lecture 19 Bitwise Operators - part 2
Lecture 20 Assignment Operators
Lecture 21 Project: Simple Calculator - Part 1
Lecture 22 Project: Simple Calculator - Part 2
Lecture 23 Comparison Operators
Lecture 24 Project: Tax Calculator
Section 6: Day 5: Working with String , Arrays and Lists in C#
Lecture 25 What is string?
Lecture 26 Combine strings
Lecture 27 String Methods
Lecture 28 Escape Characters in Strings
Lecture 29 Introduction to arrays in C#
Lecture 30 Access to array elements
Lecture 31 Multidimensional arrays
Lecture 32 Access to 2D arrays elements
Lecture 33 Lists in C# - Part1
Lecture 34 Lists in C# - Part2
Section 7: Day 6 : Conditions in C#
Lecture 35 if..else statement
Lecture 36 Ternary Operator in C#
Every one who wants to learn a new programming language,Aspiring programmers with no prior experience in C#,Students and professionals looking to start their journey in software development,Anyone interested in learning the basics of C# programming.

Screenshots


rapidgator.net:
Citar
https://rapidgator.net/file/1db45927157aba6812719baa6dc03f92/qlpnn.C.Mastering.Course.For.Beginners.part1.rar.html
https://rapidgator.net/file/ca29e7719a9093f515817744d9daa34f/qlpnn.C.Mastering.Course.For.Beginners.part2.rar.html
https://rapidgator.net/file/046469738988348a01262f27be636d2f/qlpnn.C.Mastering.Course.For.Beginners.part3.rar.html

nitroflare.com:
Citar
https://nitroflare.com/view/281684E92318D18/qlpnn.C.Mastering.Course.For.Beginners.part1.rar
https://nitroflare.com/view/5C4FEC8FF5AF0AC/qlpnn.C.Mastering.Course.For.Beginners.part2.rar
https://nitroflare.com/view/8CDF0D90BEE3DEF/qlpnn.C.Mastering.Course.For.Beginners.part3.rar