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
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 
ℛ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 
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 
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 
大†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 
ronaldinho424
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 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Aiseesoft Video Converter Ultimate 10.8.50 (x64) Multilingual
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 2:13 pm por ПΣӨƧӨFƬ

» MiniTool Power Data Recovery Personal / Business 12.0 Multilingual
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 1:58 pm por tano1221

» PanoramaStudio Pro 4.0.8.419 (x64) Multilingual
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 1:47 pm por tano1221

» reaConverter Pro 7.817 Multilingual
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 12:49 pm por tano1221

» Steinberg HALion 7.1.0
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 12:36 pm por tano1221

» Red Burner 17.8 (x64)
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 12:30 pm por tano1221

» Advanced SystemCare Pro 17.5.0.255 Multilingual
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 12:11 pm por tano1221

» eXtreme Karaoke 2024 + SoundFont Julio
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 12:07 pm por tano1221

» ProfExam Suite 8.0.24183.6493
Advanced C# - Learn from Open SourceCreate Project  List EmptyHoy a las 12:01 pm por tano1221

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-