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
July 2010 - Posts
45
Comments
JavaScriptSerializer – Dictionary to JSON Serialization and Deserialization
by
hajan
Few weeks ago I was working with the JavaScriptSerializer for serializing objects into JSON format, sending the JSON format as a parameter to a web service method and deserializing in the web service. The JavaScriptSerializer can be useful for different...
Filed under:
.NET
,
JSON
,
Deserialization
,
Serialization
,
JavaScriptSerializer
7
Comments
Integration of jQuery DatePicker in ASP.NET Website – JS Validation Script (part 2)
by
hajan
In part 1 I’ve shown the way to integrate the KeithWood’s jQuery DatePicker on an ASP.NET website in just few simple steps. In this blog post I’m going to do something more advanced comparing with the part 1 blog post, but still, I will stick enough clear...
Filed under:
ASP.NET
,
Plugin
,
jQuery
,
DatePicker
42
Comments
Integration of jQuery DatePicker in ASP.NET Website (part 1)
by
hajan
In the previous days, I’ve been working on few jQuery DatePicker plug-ins. The one I will be using in this blog post is the Keith Wood’s DatePicker plug-in which has a lot of features that can be easily extended. The source code of the plug-in you have...
Filed under:
ASP.NET
,
Integration
,
Plugin
,
jQuery
,
DatePicker
20
Comments
Transferring large data when using Web Services
by
hajan
I've been working with complex reporting application and big part of the application relies on Web Services. The client requests some operations by calling the Web Methods. The Web Service basically does everything on the sever where it is deployed and...
Filed under:
Web Services
,
MaxReceivedMessageSize
,
MaxBufferSize
3
Comments
Forums dedicated to WebMatrix
by
hajan
Hi everyone. This would be a short blog post. Just wanted to inform everyone that there are two open forums regarding ASP.NET WebMatrix where you can ask your questions or post your issues so the experts will help you on the best way they can, as they...
Filed under:
ASP.NET
,
IIS
,
WebMatrix
,
forums
12
Comments
Microsoft WebMatrix – Short overview & installation
by
hajan
Hello everyone! Probably most of you have already heard the excellent news about the new Microsoft WebMatrix application tool which is in its beta version. Well, After reading the overview and introduction of the WebMatrix, I've got feeling that this...
Filed under:
ASP.NET
,
WebMatrix
8
Comments
Working with embedded resources in Project's assembly
by
hajan
Embedding resources in project’s assembly can be very useful for static data that exists in your project, such as images, some static files etc. For this purpose, .NET Framework is equipped with Assembly class which is derived from the System.Reflection...
Filed under:
ASP.NET
,
.NET
,
assembly
,
Reflection
More Posts