Archives
-
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.
-
Now officially MSc. in Computer Sciences
After having a long journey into deep research and analysis of Performance Evaluation Systems with specific focus to academic institutions, I have successfully completed and defended my Master Thesis title in Computer Sciences at South-East European University in Tetovo, Macedonia.
-
Sending emails using MvcMailer
MvcMailer is an interesting component that you can use for sending emails in ASP.NET MVC Framework. The very great thing is that it uses Razor view engine views as email templates and is pretty easy to setup and use. In this article you will see how to install it, setup email templates and send emails…