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
March 2011 - Posts
1
Comments
My blogs on DZone Network (MVB)
by
hajan
Hi everyone, I would like to inform all of you who also follow the DZone Network that since I’m MVB (Most Valuable Blogger) in the network, most of my blogs from here (at least the most interesting ones) are selected from the .NET DZone Team and published...
Filed under:
ASP.NET
,
.NET
,
MVB
,
Dzone
4
Comments
Tips and Tricks - Register web user controls in web.config
by
hajan
If you are working a lot with web user controls and you have many of them repeating in different pages, you may consider registering them in web.config instead of the pages. I have been using this simple trick many times now, so I thought it would be...
Filed under:
ASP.NET
,
Tricks
,
Tips
,
Web User Controls
,
Web.Config
15
Comments
NopCommerce – ASP.NET open source e-commerce solution
by
hajan
I had a chance to work for first time with nopCommerce about one year ago. Now again, two weeks ago I was in need to make small research about open-source asp.net e-commerce solutions. I did the research and have found that there are several e-commerce...
Filed under:
ASP.NET
,
NDepend
,
open source project
,
nopCommerce
2
Comments
Find Code Cyclomatic Complexity with NDepend
by
hajan
Cyclomatic Complexity or also known as ‘Conditional Complexity’ is measurement of complexity of a program code. The cyclomatic complexity is calculated using the control flow graph of the program, so this is based on the graph theory. Code Cyclomatic...
Filed under:
C#
,
.NET
,
NDepend
,
Cyclomatic Complexity
18
Comments
Posting from ASP.NET WebForms page to another URL
by
hajan
Few days ago I had a case where I needed to make FORM POST from my ASP.NET WebForms page to another external site URL. More specifically, I was working on implementing Simple Payment System (like Amazon, PayPal, MoneyBookers). The operator asks to make...
Filed under:
ASP.NET
,
jQuery
,
Web Forms
,
Post
,
HttpContext
16
Comments
BING Search using ASP.NET and jQuery Ajax
by
hajan
The BING API provides extremely simple way to make search queries using BING. It provides nice way to get the search results as XML or JSON. In this blog post I will show one simple example on how to query BING and get the results as JSON in an ASP.NET...
Filed under:
ASP.NET
,
jQuery
,
AJAX
,
Search
,
BING
More Posts