Hajan Selmani
My world of Microsoft ASP.NET
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 4.0
2012
Accordion
AJAX
ajaxSetup
ajaxStart
ajaxStop
Amazon ASP
Amazon Payments
Animation
ASP.NET
ASP.NET 4.0
ASP.NET MVC
ASP.NET WebPages
assembly
BING
Blogging
Blogs
Book Review
C#
Certification
CMS
code camp
Code Snippets
Collection
Community News
conference
Cookbook
CQL
CST
Cyclomatic Complexity
Data Linking
DataPager
DatePicker
Debugging
Delegate
Dependency Injection
Deserialization
Dzone
EBook
emit
emit knowledge
Entities
event
Excel
Faculty
forums
Functions
GemBox
Global
GridView
Handlers
HttpApplication
HttpContext
HttpResponse
IDE
IIS
JavaScript
JavaScriptSerializer
jQuery
jQuery Templates
jQuery UI
JSON
LINQ
Linqer
Localization
Macedonian CodeCamp
Microsoft
MVP
NDepend
open source project
Orchard
Plugin
Post
Razor
Reflection
Regular Expression
Repeater
science
Search
Sending Emails
Serialization
Simple Pay
SortedSet<T>
Speaking
SQL
Squish
SquishIt
Stopwatch
System.IO.Path
TechDays
Tips
Tricks
VS.NET
Web Forms
Web Services
Web User Controls
WebMatrix
XML
Sponsors
advertise here
News
CERTIFICATIONS
Translations of the blog posts in Macedonian language:
mkdot.net blog
Added on 25 June 2010
Subscribe in a reader
Navigation
Home
Blogs
Archives
March 2013 (2)
November 2012 (1)
October 2012 (1)
July 2012 (1)
June 2012 (1)
March 2012 (1)
January 2012 (1)
December 2011 (1)
November 2011 (3)
October 2011 (3)
September 2011 (3)
August 2011 (3)
July 2011 (1)
June 2011 (5)
May 2011 (6)
April 2011 (4)
March 2011 (6)
February 2011 (4)
January 2011 (5)
December 2010 (12)
November 2010 (8)
October 2010 (6)
September 2010 (6)
August 2010 (3)
July 2010 (7)
June 2010 (3)
- my other blogs -
CodeASP.NET Blog
MKDOT.NET Blog (Macedonian & English)
ASP.NET Communities
www.asp.net
www.codeasp.net
IIS Communities
www.iis.net
Links I Read Often
Gunnar Peipman
Scott Guthrie
Raghav Khunger
Vincent Maverick Durano
Jalpesh P Vadgama
Ken Cox
Phil Haack
Scott Hanselman
Joe Stagner
Vivek Thakur
Chris Alcock
Alvin Ashcraft
Dejan Dimitrovski
Darko Milevski
SQL Server Communities
www.sqlservercentral.com
www.sqlpass.org
Recent Posts
3
Comments
Macedonian Code Camp 2011
by
hajan
Autumn was filled with lot of conferences, events, speaking engagements and many interesting happenings in Skopje, Macedonia. First at October 20, I was speaking at Microsoft Vizija 9 on topic ASP.NET MVC3 and Razor . One week ago, November 15 I was speaking...
Filed under:
Macedonian CodeCamp
,
Community News
,
conference
,
code camp
,
ASP.NET MVC
,
Speaking
2
Comments
Speaking at BizSpark Bootcamp in Skopje, Macedonia
by
hajan
Tuesday, 15 November 2011, I will be speaking at BizSpark Bootcamp event that will be held at M6 Training Centre in Skopje, Macedonia. I will speak on topic 'Cloud Computing – Windows Azure' and will be also part of the Q&A panel discussion. You can...
Filed under:
.NET
,
Community News
,
event
,
Speaking
,
Windows Azure
8
Comments
Time travel issue – “Specified argument was out of the range of valid values. Parameter name: utcDate”
by
hajan
Few hours ago my wife told me it is time to get some rest, but since I was deep inside code resolving some interesting control flows, the time passed. I was almost done making the last tests before going to sleep when suddenly an interesting issue comes...
Filed under:
ASP.NET
6
Comments
Speaking at MS Vizija 9 Conference on topic ASP.NET MVC3 & Razor
by
hajan
October 20 (Thursday), I will be speaking at Microsoft Vizija Conference . Presentation Details Presentation title: ASP.NET MVC3 & Razor The main objective of the presentation is to show the real power of ASP.NET MVC3 and the key benefits of using...
Filed under:
ASP.NET
,
Community News
,
conference
,
ASP.NET MVC
,
Speaking
,
Razor
27
Comments
Squish your CSS and JS files in your ASP.NET web apps
by
hajan
SquishIt is a nice library that helps you nicely minify your CSS and JavaScript files with very small effort. The tool works perfectly fine in both ASP.NET WebForms and ASP.NET MVC and is available to get & install using NuGet package manager. Open...
Filed under:
ASP.NET
,
SquishIt
,
Squish
,
Minify
,
Minification
15
Comments
Simple, fast and useful MiniProfiler for ASP.NET MVC
by
hajan
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...
Filed under:
ASP.NET
,
ASP.NET MVC
,
MiniProfiler
22
Comments
Paging ListView using DataPager without using DataSource Control
by
hajan
If you have already used the ASP.NET ListView and DataPager controls, you know how easily you can display your data using custom templates and provide pagination functionality. You can do that in only few minutes. The ListView and DataPager controls work...
Filed under:
ASP.NET
,
.NET
,
ListView
,
DataPager
24
Comments
Preparing MCTS 70-515 – Web Applications Development with Microsoft .NET Framework 4
by
hajan
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...
Filed under:
ASP.NET
,
.NET 4.0
,
Web Development
,
ASP.NET 4.0
,
ASP.NET MVC
,
MCTS
,
Certification
6
Comments
Trigger update to jQuery Tablesorter on dynamically modified table
by
hajan
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...
Filed under:
ASP.NET
,
jQuery
,
ASP.NET MVC
,
Razor
,
Tablesorter
8
Comments
Serialize only specific class properties to JSON string using JavaScriptSerializer
by
hajan
About one year ago I wrote a blog post about JavaScriptSerializer and the Serialize and Deserialize methods it supports. Note: This blog post has been in draft for sometime now, so I decided to complete it and publish it. There might be situation when...
Filed under:
ASP.NET
,
JSON
,
JavaScriptSerializer
,
LINQ
More Posts
« Previous page
-
Next page »