Contents tagged with ASP.NET MVC
-
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…
-
Guest Speaker at Universities around Macedonia
Previous and the next week I am a guest speaker at few Computer and Information Science faculties, at different Universities around Macedonia.
-
Code Camp 2011 – Summary
Waiting whole twelve months to come this year’s Code Camp 2011 event was something which all Microsoft technologies (and even non-Microsoft techs.) developers were doing in the past year. Last year’s success was enough big to be heard and to influence everything around our developer community and beyond.
-
Macedonian Code Camp 2011
Autumn was filled with lot of conferences, events, speaking engagements and many interesting happenings in Skopje, Macedonia.
-
Speaking at MS Vizija 9 Conference on topic ASP.NET MVC3 & Razor
October 20 (Thursday), I will be speaking at Microsoft Vizija Conference.
-
Simple, fast and useful MiniProfiler for ASP.NET MVC
MiniProfiler is very lightweight, simple, fast and useful profiler for ASP.NET websites including ASP.NET MVC. It is designed to help you find possible performance issues and have very nice and clear view over each operation that happens in your web applications.
-
Preparing MCTS 70-515 – Web Applications Development with Microsoft .NET Framework 4
One month ago I passed the TS: Web Applications Development with Microsoft .NET Framework 4. In this blog, I want to help all those who want to prepare or are already preparing themselves toward taking this certification exam, by giving some useful learning tips that may help you prepare better.
-
Trigger update to jQuery Tablesorter on dynamically modified table
Several months ago I wrote a blog post about using tablesorter and pager plugins with ASP.NET MVC to beautifully create sorting and pagination features on plain tables and data in your HTML. However, in the past few weeks I have got some reports by users who use these plugins that they have problems when new data is added to the table dynamically on client side. The thing is that the plugin does not know anything about the new data, so, we need to tell the table sorter & pager that there is new data to be considered when sorting and paging operations are performed.
-
Build incredible content-driven websites using Orchard CMS
Introduction
-
Table sorting & pagination with jQuery and Razor in ASP.NET MVC
Introduction