Hajan Selmani
My world of Microsoft ASP.NET
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 4.0
Accordion
AJAX
ajaxSetup
ASP.NET
ASP.NET 4.0
ASP.NET MVC
ASP.NET WebPages
assembly
BING
Blogs
C#
CMS
code camp
Code Snippets
Community News
conference
DatePicker
Entities
event
Handlers
HttpResponse
IDE
IIS
inArray
Integration
JavaScript
JavaScriptSerializer
jQuery
jQuery Load
jQuery Templates
jQuery UI
JSON
knowledge
Learning
LINQ
ListView
Localization
Macedonian CodeCamp
master
MaxBufferSize
MaxReceivedMessageSize
MCC
MCTS
Menu Control
Microsoft
Minification
Minify
MiniProfiler
mkdot.net
Model
MSDN
MVB
MvcMailer
MVP
NDepend
Ninject
nopCommerce
NuGet
OOP
open source project
Orchard
params
Performance Test
Plugin
Pluralsight
poll
Post
Razor
Reflection
Regular Expression
science
Search
Sending Emails
Serialization
Speaking
Tablesorter
Tabs
TechDays
Tips
Tricks
University
URL Routing
Validation
Videos
ViewBag
VS.NET
Web Api
Web Development
Web Forms
Web Services
Web User Controls
Web.Config
WebMatrix
Windows Azure
XHTML
XML
XPath
YouTube
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
October 2010 - Posts
5
Comments
Tips and Tricks: Deferred execution using LINQ
by
hajan
Few days ago I was watching the Scott Allen’s video where he shows some interesting tips and tricks and ways to optimize your LINQ code. The following blog refers to one of his first tips in the video, so I’ve tried some tests which I’m going to explain...
Filed under:
C#
,
.NET
,
LINQ
,
Tricks
,
Tips
8
Comments
Using System.Diagnostics.Stopwatch class to measure the elapsed time
by
hajan
I’ve been playing around with the Stopwatch class using .NET Framework 4.0. It contains great set of methods which you can use to measure the elapsed time while your code executes. It's definitely better to use Stopwatch instead of DateTime or TimeSpan...
Filed under:
C#
,
.NET
,
Performance Test
,
Stopwatch
6
Comments
Speaking at Macedonian Code Camp 2010
by
hajan
Hello everyone, At November 6th, 2010 - the local Macedonian .NET User Group organizes ‘Macedonian CodeCamp 2010’ event where I will speak on the yellow (thematic) track covering the UI (User Interface) layer. Since I'm on the UI, my presentation title...
Filed under:
.NET
,
Community News
,
code camp
19
Comments
URL Routing in ASP.NET 4.0 Web Forms
by
hajan
As a capability, URL routing was first time introduced in ASP.NET 3.5 SP1. The URL routing is well known in the ASP.NET MVC, but it can be also implemented in ASP.NET Web Forms Framework. URL routing can help a lot in Search Engine Optimization (SEO)...
Filed under:
ASP.NET
,
URL Routing
,
Web Forms
,
ASP.NET 4.0
43
Comments
Conflicts between ASP.NET AJAX UpdatePanels & jQuery functions
by
hajan
In one of my previous posts dealing with the jQuery DatePicker , a user commented reporting an issue where he uses the jQuery DatePicker and ASP.NET AJAX UpdatePanels. He says: On the same control that I have the date picker, I also have an ajax update...
Filed under:
ASP.NET
,
C#
,
jQuery
,
AJAX
6
Comments
Integration of jQuery DatePicker in ASP.NET Website – Localization (part 3)
by
hajan
About two months ago, I’ve written two blog posts concerning the KeithWood’s jQuery DatePicker and its implementation in ASP.NET Website. In part 1 I’ve shown the way to integrate the KeithWood’s jQuery DatePicker on an ASP.NET website in just few simple...
Filed under:
ASP.NET
,
jQuery
,
DatePicker
,
Localization
More Posts