Skip to content

Tag Archives: C#

You are here:
  1. Home
  2. Entries tagged with "C#"

using Ninject DI in ASP.NET and WebApi 2 both at the same project

ProgrammingBy azureguyMarch 18, 2018Leave a comment

I was using Ninject as a DI for an ASP.NET MVC project. Once you add your WebApi and try to use the DI you surprisingly (me) see its not working. So here is what I did to use Ninject for my API as well as MVC project. Install Nuget package You must already have all…

Save your custom list for more action

ProgrammingBy HovikJanuary 9, 2018Leave a comment

I am sure you were in the situation where you have your custom list and then you need to see the items, search for something, browse or anything. But the debug tools are not giving you the ability to do it, so my using the following code you will be able to export it to…

© 2021 Hovik
  • Contact me
myFooter
Go to Top