CEBS
Home
AIU (New!}
Blog
Downloads
About
Contact
Login
CRM
Artificial Intelligence University
Artificial Intelligence University
Welcome to
AIU!
This is a collection of various courses reduced to a series of AI Chat prompts that you can use with your favorite AI Chat GPT service to learn the courses avaiable. Check back here frequently as courses will be added regularly.
To start, you can begin with the first course: C# Programming
C# Programming
Suggested prerequesites: Visual Studio 2022,
AIU C# - Use these prompts in your favorite AI Chat box:
acting as a university professor teach me about c# programming at a beginner level
List the topics every c# developer should know
Explain the c# syntax in detail using example
list all reserved words with an explanation of its function
Acting as a university professor, give me a basic high-level lesson on the fundamentals of object oriented programming
explain the object oriented design patterns
using a very simple object model, create c# code example of the Singleton object with a sample implementation
using a very simple object model, create c# code example of the Factory object with a sample implementation
using a very simple object model, create c# code example of the Abstract Factory object with a sample implementation
using a very simple object model, create c# code example of the Builder object with a sample implementation
using a very simple object model, create c# code example of the Prototype object with a sample implementation
using a very simple object model, create c# code example of the Adapter object with a sample implementation
using a very simple object model, create c# code example of the Decorator object with a sample implementation
using a very simple object model, create c# code example of the Composite object with a sample implementation
using a very simple object model, create c# code example of the Facade object with a sample implementation
using a very simple object model, create c# code example of the Bridge object with a sample implementation
using a very simple object model, create c# code example of the Observer object with a sample implementation
using a very simple object model, create c# code example of the Strategy object with a sample implementation
using a very simple object model, create c# code example of the Command object with a sample implementation
using a very simple object model, create c# code example of the Iterator object with a sample implementation
using a very simple object model, create c# code example of the Template object with a sample implementation
list and explain access modifiers used in c#
explain the use of Generics in c# with a simple code example
explain variable boxing and unboxing
explain LINQ with a simple code example
explain memory Management and Garbage Collection and the CLR
explain Asynchronous Programming with a simple code example
list and explain Common Data Structures used in c#
explain Delegates with a simple code example
explain Exception Handling in c# with a simple code example
explain dependency injection in c# with a simple code example
explain how to use Nuget in Visual Studio 2022
List the most useful Nuget packages with descriptions and explanations as to their benefit explain how to use Nuget in Visual Studio 2022
explain how to connect a C# application to a database with a simple code example
explain how to connect an asp webpage to a database with a simple code example
explain how to incorporate unit testing into a c# project in Visual Studio 2022
explain how to use third party controls in a vs 2022 c# project
List the best 'must have' third party controls for a vs 2022 c# project
Acting as a professor, create a test to prove student comprehension of c# based on the lessons