Archives
-
My speaking engagement at jQuery Bulgaria 2013
30 November 2013
-
Microsoft MVP 2013 - ASP.NET/IIS
Microsoft MVP 2013
-
INETA Speaker
Great news. I'm now part of INETA Speakers Bureau - http://europe.ineta.org/ && http://europe.ineta.org/Resources/SpeakerBureau/tabid/163/Default.aspx
-
Quick tip: How to get started quickly with OOP-like coding style in JavaScript?
Writing JavaScript code in OOP style is something which is actively promoted in the last few years...
-
Quick tip: How to Make Ninject work with ASP.NET Web API
Dependency Injection is something which comes along with almost every new project we are building nowadays. I've recently used Web API several times from it's alpha version and now to the latest versions... With each new version, there were some updates to Ninject in order to make it work properly and be easily configurable with Web API mechanism. It's very natural to use Dependency Injection with Web API as it's also based on Controllers same as in any ASP.NET MVC application.