Hajan Selmani
CEO & Founder of HASELT, Microsoft MVP in ASP.NET/IIS
-
Microsoft patterns & practices team adopts the Open Development Model for all Enterprise Library application blocks
This is my first post in 2014 year followed by great news which happened recently...
-
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.
-
Speaking at MK Code Camp 2012
This year same as the previous one, Macedonian .NET User Group is organizing the biggest event for developers and coders, event that is focusing on Microsoft technologies, Macedonian CODE CAMP 2012!
-
Emit Knowledge - social network for knowledge sharing
Emit Knowledge, as the words refer - it's a social network for emitting / sharing knowledge from users by users. Those who can benefit the most out of this network is perhaps all of YOU who have something to share with others and contribute to the knowledge world.
-
Microsoft MVP 2012 – ASP.NET/IIS
It’s Sunday. I wasn’t really sure whether I should expect something today or not, although its 1st of July when we all know that the new and re-awarded MVPs should get the ‘Congratulations’ email by Microsoft.
-
Simplify your Ajax code by using jQuery Global Ajax Handlers and ajaxSetup low-level interface
Creating web applications with consistent layout and user interface is very important for your users. In several ASP.NET projects I’ve completed lately, I’ve been using a lot jQuery and jQuery Ajax to achieve rich user experience and seamless interaction between the client and the server. In almost all of them, I took advantage of the nice jQuery global ajax handlers and jQuery ajax functions.