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: , , ,
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...
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...
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...
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...
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: , , , ,
More Posts