DVR98
Passionate and Diligent .NET Developer with 3 years of programming experience.
Software DeveloperMorrisville, North Carolina
Pinned Repositories
Authentication
ASP.NET Core MVC: Using Identity to allow users to sign into or create accounts
BasicEvent
Provides the basic functionality of an event.
ClassHierarchy
Using Interfaces, Inheritance. How to create Abstract and Sealed classes, Using famous built-in .NET Framework Interfaces (IComparable, IEnumerable)
ConsumeTypes
Boxing and Unboxing types, Conversions(Implicit, Explicit, User-Defined and Helper class), Dynamic Types(Office Automation API).
DimensionalCalculator
UWP: 2018/03/02 - Formative Assessment 1
DVR98
Inventory
Excel Worksheet Import/Export
Mooinailsco.github.io
Moói Nails & Co
StudentManagement
Formative Assessment: Created a database called ‘FA2’ with three database tables: A student, Campus and Teacher’s table. Each table has 14 different schemas’, because there are 14 CTU campuses nationally and the teachers only have access to their own campus’ details
TruTextApp
UWP: 2018/04/21 - Formative Assessment 2
DVR98's Repositories
DVR98/DimensionalCalculator
UWP: 2018/03/02 - Formative Assessment 1
DVR98/Inventory
Excel Worksheet Import/Export
DVR98/Mooinailsco.github.io
Moói Nails & Co
DVR98/StudentManagement
Formative Assessment: Created a database called ‘FA2’ with three database tables: A student, Campus and Teacher’s table. Each table has 14 different schemas’, because there are 14 CTU campuses nationally and the teachers only have access to their own campus’ details
DVR98/Authentication
ASP.NET Core MVC: Using Identity to allow users to sign into or create accounts
DVR98/BasicEvent
Provides the basic functionality of an event.
DVR98/ClassHierarchy
Using Interfaces, Inheritance. How to create Abstract and Sealed classes, Using famous built-in .NET Framework Interfaces (IComparable, IEnumerable)
DVR98/ConsumeTypes
Boxing and Unboxing types, Conversions(Implicit, Explicit, User-Defined and Helper class), Dynamic Types(Office Automation API).
DVR98/DVR98
DVR98/TruTextApp
UWP: 2018/04/21 - Formative Assessment 2
DVR98/DVR98.github.io
DVR98/Encapsulation
Access modifiers(Private, Public, Internal), Using Properties, Implementing Inheritance, Creating Interfaces and how to use them.
DVR98/Encryption
Using symmetric and asymmetric encryption, Using hashing, Securing string data
DVR98/ExceptionHandling
Handling exceptions, catching multiple exceptions, Working with exception properties, Working with dispatch info class, Creating your own custom exception
DVR98/ManagingMultithreading
Handling deadlock situations, Using the Interlocked class, Cancel running tasks using cancellation tokens
DVR98/ManipulatingStrings
Using System.String namespace. Using StringBuilder, StringReader and StringWriter. Using string methods(IndexOf, LastIndexOf, StartsWith, EndsWith, SubString). Using string.Format(DateTime, Currency, CultureInfo)
DVR98/MathApp
UWP: 2018/11/12 - PRG_Final_Exam
DVR98/MediaPlayerApp
UWP: 2018/07/02 - Formative Assessment 2(Semester 2)
DVR98/MultiTasking-Tasks-
Provides various ways of handling tasks.
DVR98/MultiThreading
Provides basic threading/multi-threading functionality
DVR98/ObjectLifeCycle
Creating and using Finalizers, Implementing IDisposable interface, using Garbage Collector to free items in heap that aren't "living". Creating and using Weak References
DVR98/Reflection
Using, Applying, Reading and Creating Attributes, Using Reflection to build plugins, to inspect values and to execute methods. Using lambda expressions(Built-in expression Func<>) to create anonymous functions and creating a "Hello World!" app through Expression trees.
DVR98/SuperHeroAPI-.NET6-
DVR98/Types
Using enums, working with classes (Methods, Objects, Constructors, creating own types, Generic Types, Extension Methods and Overriding) and structs.
DVR98/ValidateInput
Using Parse, TryParse. Using Globalization configuration settings. Using Regular Expressions to validate and edit input. Validating XML and JSON files and its content