There are no reviews yet. Be the first to send feedback to the community and the maintainers!
HeadFirst-OOAD
"Head First: Object-Oriented Analysis & Design" book projects. Java is reworked in C#.HeadFirst-CSharp
"Head First: C Sharp" book projects.HeadFirst-DesignPatterns
"Head First: Design Patterns" book project. Java is reworked in C#.Jumping-Into-CPlusPlus
"Jumping into C++" book exercises.HeadFirst-CSharp-In-VB
"Head First: C Sharp" book examples reworked in Visual Basic.Professional-Test-Driven-Development-With-C-Sharp
"Professional Test-Driven Development with C#" book projects, with personal touches for implementation with other testing features of VS 2015 Enterprise Edition and various reading notes integrated with code.Web-Crawler
Web crawlers to use for my website. These scrape data, sync updated/new data, and make automated submissions of images and trip reports to web sites.MPT.Math-.netCore
A library for mathematical operations, written in C# for .Net Core.HeadFirst-HTML5
"Head First HTML5 Programming" book examples from CH. 5 on (first 4 chapters redundant with "Head First JavaScript").Polymorphism
This project was created to better understand the implementation of polymorphism in Visual Basic, including upcasting classes and then later retrieving or modifying their properties later on through downcasting.HeadFirst-PHP-and-MySQL
"Head First: PHP & MySQL" worked book tutorials.The-Art-Of-Unit-Testing
"The Art of Unit Testing with Examples C#" book examples, with personal touches for implementation with other testing features of VS 2015 Enterprise Edition and various reading notes integrated with code.Refactoring-Improving-Design-of-Existing-Code
"Refactoring: Improving the Design of Existing Code" book projects, with personal touches for implementation with other testing features of VS 2015 Enterprise Edition and various reading notes integrated with code. Java is rewritten in C#, using NUnit in place of jUnit.EventTransmission
Contains basic classes and a demonstration of hooking property changing and property changed events to properties of objects within objects. Classes also demonstrate matching property names to the event hooked, as well as determining the property name through reflection to avoid hard-coding names for the INotifyPropertyChanged and INotifyPropertyChanging events.Love Open Source and this site? Check out how you can help us