Implementing Solid Microsoft .NET Business Solutions
Pages
(Move to ...)
Home
Google+
▼
Tuesday, March 16, 2021
Steps C# Edge driver and Selenium Test Project
›
Create NUnit or MSTest project In project manager, install pacakge: Microsoft.Edge.SeleniumTools Package will install: Microsoft.Edge.Seleni...
Tuesday, March 9, 2021
TypeScript Recursion Code Snippet
›
Reusable TypeScript / JavaScript Recursion Method Toggling opening and closing UI block level elements. Handles n - level. Targeting a butto...
Monday, June 4, 2018
Ninject Setup IoC and Webapi
›
Ninject Setup IoC and Webapi Namespace Ninject.Mvc5 Ninject.Web.WebApi Ninject.Web.Common.WebHost Ninject.Web.Common Ninject WebAct...
Missing System.Web.Http namespace
›
Quick fix Within Visual Studio package manager enter, Update-Package -reinstall Microsoft.AspNet.WebApi.Core This post is for the pur...
Sunday, June 3, 2018
Entityframework 6.2 Model Confuguration / Seed Initializer
›
Install package Install-Package EntityFramework Create Model Class public class Seed { public Guid SeedId { get; s...
Wednesday, August 9, 2017
Self Referencing Loop Detected - Entity Framework
›
Error received: self referencing loop detected for propert with type System.data.entity.dynamic.proxies Occurs when trying to serialize the...
1 comment:
Sunday, August 6, 2017
Ninject IOC - ASP.NET WEB API
›
Nuget packages: Ninject.Web.WebApi Ninject.Web.WebApi.WebHost Ninject.MVC5 < package id = " Ninject " version = "...
›
Home
View web version