PrinceOfDhaka

Stories submitted by PrinceOfDhaka

HTML5 Support In Visual Studio 2010(www.raihaniqbal.net)

submitted by PrinceOfDhakaPrinceOfDhaka(390) 1 year, 9 months ago

I was trying to play around with HTML5 assuming that VS 2010 had shipped with HTML5 support but to my dismay it was not the case. Bummer! So I did a bit of homework and came up with an easy workaround. read more...

add a comment |category: |Views: 692

tags: another

ASP.NET SlidingMessage Control(www.raihaniqbal.net)

submitted by PrinceOfDhakaPrinceOfDhaka(390) 1 year, 9 months ago

The SlidingMessage server control is the ASP.NET version of the excellent jQuery SlidingMessage plugin by Henrik Joreteg. The control is very easy to use with minimal setup – all you have to do is drag and drop the control into your page and voila! you’re ready to go. The binary includes all the necessary javascript inlcuding jquery so you don’t even have to include them separately in your page. read more...

add a comment |category: |Views: 80

tags: another

Discovering MSBuild - Part One(www.raihaniqbal.net)

submitted by PrinceOfDhakaPrinceOfDhaka(390) 2 years, 2 months ago

This series is all about me trying to learn the dark art of MSBuild. Ever since I started developing .NET applications, I was aware of the existence of this strange tool but I could never harness its true potential. So lets begin our adventure! read more...

add a comment |category: |Views: 15

tags: another

MsSqlSpatial Demo using Google Maps(raihaniqbal.net)

submitted by PrinceOfDhakaPrinceOfDhaka(390) 2 years, 9 months ago

Shows how to use the MsSqlSpatial library with Google Maps GIS application. read more...

add a comment |category: |Views: 303

tags: another

Open Source ASP.NET Maintenance Mode Module - AM3(raihaniqbal.net)

submitted by PrinceOfDhakaPrinceOfDhaka(390) 2 years, 11 months ago

Web developers at times need to put their web applications in an offline mode so as to prevent visitors from accessing the site while they are updating it. The classic way to do this would be to upload an app_offline.html file to the root of the web application. The limitation of this technique is that even the developer cannot visit the site! A developer might need to ensure if everything is working fine and at the same time prevent other users from accessing the web site. read more...

add a comment |category: |Views: 309

tags: another

Perform batch inserts in sql server 2005 using XML(raihaniqbal.org)

submitted by PrinceOfDhakaPrinceOfDhaka(390) 3 years, 1 month ago

My current project requires me to download huge amounts of data from a remote server in the form of XML and save them to our local database. Lets see if we can do this using just one simple T-SQL stored procedure. read more...

add a comment |category: |Views: 213

tags: another

Generating Tree-like UI structures(raihaniqbal.org)

submitted by PrinceOfDhakaPrinceOfDhaka(390) 3 years, 3 months ago

This article discusses ways to generate tree-like structures using C# Generics and how to improve the efficiency of the algorithm. read more...

add a comment |category: |Views: 26

tags: another

Using FlexiGrid in your ASP.NET application(raihaniqbal.org)

submitted by PrinceOfDhakaPrinceOfDhaka(390) 3 years, 3 months ago

JQuery is an excellent Javascript framework if you know how to use it efficiently and it can transform your ASP.NET applications to Web 2.0 with ease. This is one example how! I just dread ASP.NET postbacks! Your valuable comments are welcome! read more...

add a comment |category: |Views: 267

tags: another