Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
Advanced C# - Learn from Open SourceCreate Project  List Vote_lcapAdvanced C# - Learn from Open SourceCreate Project  List Voting_barAdvanced C# - Learn from Open SourceCreate Project  List Vote_rcap 
ℛeℙ@¢ᴋ€r
Advanced C# - Learn from Open SourceCreate Project  List Vote_lcapAdvanced C# - Learn from Open SourceCreate Project  List Voting_barAdvanced C# - Learn from Open SourceCreate Project  List Vote_rcap 
tano1221
Advanced C# - Learn from Open SourceCreate Project  List Vote_lcapAdvanced C# - Learn from Open SourceCreate Project  List Voting_barAdvanced C# - Learn from Open SourceCreate Project  List Vote_rcap 
ПΣӨƧӨFƬ
Advanced C# - Learn from Open SourceCreate Project  List Vote_lcapAdvanced C# - Learn from Open SourceCreate Project  List Voting_barAdvanced C# - Learn from Open SourceCreate Project  List Vote_rcap 
大†Shinegumi†大
Advanced C# - Learn from Open SourceCreate Project  List Vote_lcapAdvanced C# - Learn from Open SourceCreate Project  List Voting_barAdvanced C# - Learn from Open SourceCreate Project  List Vote_rcap 
Engh3
Advanced C# - Learn from Open SourceCreate Project  List Vote_lcapAdvanced C# - Learn from Open SourceCreate Project  List Voting_barAdvanced C# - Learn from Open SourceCreate Project  List Vote_rcap 
Noviembre 2024
LunMarMiérJueVieSábDom
    123
45678910
11121314151617
18192021222324
252627282930 
CalendarioCalendario
Últimos temas
» Microsoft Edge Stable 130.0.2849.68 Dual x86x64 [Silent]
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 11:35 am por ℛeℙ@¢ᴋ€r

» FinePrint 12.08 Multilingual
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 10:39 am por ℛeℙ@¢ᴋ€r

» pdfFactory Pro 9.08 Multilingual
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 10:30 am por ℛeℙ@¢ᴋ€r

» WordWeb Pro 10.42 + Ultimate Reference Bundle
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 10:16 am por ℛeℙ@¢ᴋ€r

» Pazu Netflix Video Downloader 1.8.0 (x64) Multilingual
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 10:06 am por ℛeℙ@¢ᴋ€r

» Any Video Downloader Pro 9.0.11
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 9:55 am por ℛeℙ@¢ᴋ€r

» Fast Video Downloader 4.0.0.68 Multilingual
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 9:00 am por missyou123

» FinePrint 12.08 Multilingual
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 8:58 am por missyou123

» MediaMonkey Gold 2024.0.0.3070 Beta Multilingual
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 8:54 am por missyou123

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Advanced C# - Learn from Open SourceCreate Project List

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
Invitado
Invitado



Advanced C# - Learn from Open SourceCreate Project  List Empty
MensajeTema: Advanced C# - Learn from Open SourceCreate Project List   Advanced C# - Learn from Open SourceCreate Project  List EmptyVie Abr 10, 2020 4:59 am

Advanced C# - Learn from Open SourceCreate Project  List 8f610b6b1e982457c8042467304beec1

Advanced C# - Learn from Open Source|Create Project List
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 1.04 GB
Genre: eLearning Video | Duration: 18 lectures (2 hour, 35 mins) | Language: English
Let us learn advanced C# concepts by building List from scratch using .net framework source code as reference.

What you'll learn

Advanced C# Techniques
Learn from Source code of Microsoft .Net Framework an open source project.
Create List implementation from scratch and learn from the challenges
Develop using Test Driven Development (TDD) Approach - XUnit
Learn about DebugBrowsable techniques used in List implementation
Explore and learn with on how some of the interesting features within C# List in .Net framework
Learn and Implement collection Initializer within List
Learn and Implement Enumeration logic within List
Learn and Implement Sorting techniques using IComparer
Bonus : Learning what is Net Standard

Requirements

Basic Knowledge in C#
Curiosity and Interest in building a feature from scratch
Interest in learning/looking at the .Net source code and learning from it.

Description

First of all Why we need to re-create a class that is already available within the .Net framework library?
What is the purpose of cloning it? To answer that let me explain "Why this course"?

When it comes to Software development, everyone will look forward to working in a very interesting, complex, challenging projects which will simulate the thoughts, analytical, and technical skills. Working on such challenging projects will help anyone to gain tremendous knowledge on new things. However, in reality, not everyone will get the opportunity to work on something very cool and interesting.

But if one is interested in learning something cool, or some examples of some good design or advanced concepts, the best place to learn is looking at the source code of existing well-proven applications.

In today's world, many of the applications, frameworks, tools, utilities are completely open-source. Where we can explore every single source code file and understand the design, algorithm, logic behind it.

What is in this Course

This course is an attempt and walkthrough of an answer for a curious technical exploration question.

We all know that the .NET framework itself is open-source, which means we can access every class in .NET framework to see how it is written. With the situation of readily available source code, this is a self-challenge to re-create some of the existing .NET framework features from scratch and validate if our thought or design aligns with what is originally written within the .NET framework. Here in this course, I'm re-creating the experience of creating a List class from scratch along with the details.

We will explore the challenges and learning in the journey of building this feature. Time to time we will peak into the source code of .net framework to understand how this feature is implemented there.

Bonus
There are few chapters on the Netstandard library with detailed walkthru of creating the NetStandard library.

Who this course is for:

Passionate developers wanting to learn some advanced C# topics.
Anyone interested and curious in understanding how some of the cool products are built and have interest to explore and learn from it.

Advanced C# - Learn from Open SourceCreate Project  List F1f6dd4fcc281e2d56149228deacd7c3

Download link:
Citación :
rapidgator_net:
https://rapidgator.net/file/4f09138ddb3803f07bcb5387514da81f/dsdj5.Advanced.C..Learn.from.Open.SourceCreate.Project.List.part1.rar.html
https://rapidgator.net/file/34712ea757d51b3f77c1dcd1e6c13ee3/dsdj5.Advanced.C..Learn.from.Open.SourceCreate.Project.List.part2.rar.html

nitroflare_com:
https://nitroflare.com/view/DE3B35885A94471/dsdj5.Advanced.C..Learn.from.Open.SourceCreate.Project.List.part1.rar
https://nitroflare.com/view/6992861C3E068F0/dsdj5.Advanced.C..Learn.from.Open.SourceCreate.Project.List.part2.rar

uploadgig_com:
http://uploadgig.com/file/download/Ce17669152d3302c/dsdj5.Advanced.C..Learn.from.Open.SourceCreate.Project.List.part1.rar
http://uploadgig.com/file/download/cd1c9034094a7864/dsdj5.Advanced.C..Learn.from.Open.SourceCreate.Project.List.part2.rar

Links are Interchangeable - No Password - Single Extraction
Volver arriba Ir abajo
 

Advanced C# - Learn from Open SourceCreate Project List

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» PHP with PDO Build Task List Project with PDO, PHP & MySQL
» Ultimate JavaScript Arrays plus One To-Do List Project
» Learn Project And Project Management 2022
» Learn about Project Finance for project management
» Open Source Your GitHub Project

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-