CTS, CLS, MSIL, JIT Compilation C# in NET 8 Microservices Series 2/120

Опубликовано: 04 Октябрь 2024
на канале: Dot Net Learners House
215
7

GitHub: https://github.com/ViswanathaSwamy-PK...

Event URL: https://www.meetup.com/dot-net-learne...

Preparing Folder, Solution, Project(s)
Create a New Solution
Copy two existing projects from S1 folder to S2 folder and add them to the solution

Create a New Console Project (C#), Class Library (VB) and them to the solution S2
Creating a New Console Project (C#) and add it to the solution S2
Creating a New Class Library (VB) and add it to the solution S2
Executing three Console Project(s)

Modify the MathServicesVBLib Library and add it to the ProgramStructureDemoV3 Project
Modify the MathServicesVBLib Library

Add MathServicesVBLib Library reference to the ProgramStructureDemoV3 Project

Modify the ProgramStructureDemoV3 Project and Execute
Modify the ProgramStructureDemoV3 Project

Execute the ProgramStructureDemoV3 Project

Creating a New Class Library (C#)
Update the code of MathServicesCSLib

Add MathServicesCSLib Library reference to the ProgramStructureDemoV3 Project

Execute the ProgramStructureDemoV3 Project

30,000 foot view of "How it was possible to use VB.NET Library in C# Project?"

30,000 foot view of "What is Common Language Infrastructure?"

30,000 foot view of "JIT Compilation" Process

SUMMARY / RECAP / Q&A

What is next?