Pinned Repositories
.Net-MVC-Ultra-Lean-Seed-Project
Ultra lean, basic .net c# mvc seed project. No client-side references, no bloat and only the essential nuget pkgs
angular-webapi-authentication-example
AngularJS + ASP.NET Web API 2 - Basic HTTP Authentication Example
aspnet5ng2seed
AspNet 5 Angular 2 Seed Project
AspNetIdentity.WebApi
Tutorial for Building Simple Membership System using ASP.NET Identity 2.1, ASP.NET Web API, and AngularJS
blog-code-samples
Code samples from my blog.
BowlingGame
Box2D
Box2D is a 2D physics engine for games
ContinuousTests
Continuous testing tool for .Net running only affected tests.
CountingCodeLinesKata
Using VB and NCrunch with team to solve the Kata
dotnet6-and-react
An attempt to build a react app using .net6 and React just as a library (trying to avoid the need for NextJS SSR)
ozzy432836's Repositories
ozzy432836/.Net-MVC-Ultra-Lean-Seed-Project
Ultra lean, basic .net c# mvc seed project. No client-side references, no bloat and only the essential nuget pkgs
ozzy432836/aspnet5ng2seed
AspNet 5 Angular 2 Seed Project
ozzy432836/AspNetIdentity.WebApi
Tutorial for Building Simple Membership System using ASP.NET Identity 2.1, ASP.NET Web API, and AngularJS
ozzy432836/blog-code-samples
Code samples from my blog.
ozzy432836/Box2D
Box2D is a 2D physics engine for games
ozzy432836/ContinuousTests
Continuous testing tool for .Net running only affected tests.
ozzy432836/CountingCodeLinesKata
Using VB and NCrunch with team to solve the Kata
ozzy432836/dotnet6-and-react
An attempt to build a react app using .net6 and React just as a library (trying to avoid the need for NextJS SSR)
ozzy432836/FizzBuzz-Kata-in-ASP.NET
C#
ozzy432836/Free-SSL-Windows-IIS
How to obtain free SSL certificates (trusted) on Windows Server 2016 IIS 10.x.x
ozzy432836/Generate-Getters-and-Setters
Something I wrote a while ago because I missed the generate getters and setters that Eclipse gives you in for Java. You can look at POG (PHP Object Generator) but its overkill if you are not connecting to DB etc. There is also this: https://github.com/docteurklein/php-getter-setter.vim/blob/master/ftplugin/php_getset.vim but havent tried it yet.
ozzy432836/GithubPages
ozzy432836/GoJS
All GoJS samples, extensions, and documentation
ozzy432836/HarryPotterKata
ozzy432836/IIS-Dev-Environment-Setup
Automating the things we hate doing.
ozzy432836/jQuery-Kwicks-Animation
Kwicks library is an oldie but a goodie. Here is some javascript that may help you if you are looking to calculate the different events it generates and produce a slideshow. It took me a while so may save you some time :)
ozzy432836/JS-Model-Binding-Demos
testing KnockoutJS vs AngularJS vs JQuery, etc for model binding and beyond
ozzy432836/Multiplier
Multiply two numbers without the * operator
ozzy432836/OTB
ozzy432836/ozzy432836.github.io
ozzy432836/projectnami
WordPress powered by Microsoft SQL Server
ozzy432836/react-next-boilerplate
Experiment to deploy next to Azure Web App
ozzy432836/redux-saga-and-react-router-v4-example
ozzy432836/Semantic-UI-React
The official Semantic-UI-React integration
ozzy432836/steps-to-publish-to-github
today's a good day to reinvent the wheel - they are just not round enough
ozzy432836/storybook-vite-typescript
ozzy432836/SuperMarketKata
SuperMarketKata
ozzy432836/TDD-to-Mock-or-not-to-Mock
A scenario where I got lazy and used a database in my tests.
ozzy432836/Tea-Party-Kata
There's a bit of technical debt in this one but its solved...think i overcomplicated it at the start...
ozzy432836/TestIPrincipal
Testing the IPrincipalUser object in a scenario where we have a super admin and regular admins. The super admin can see all and the regular admins are limited by recource ids. Its a bit tricky because there are extension methods involved which you cant mock...