PrinceOfDhaka

Stories kicked 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

Top 10 Favorite Performance Counters in Load Testing Using VSTS 2008(geekswithblogs.net)

submitted by joycscjoycsc(1597) 3 years, 3 months ago

Fortunately VSTS 2008 provides a support for wide range of performance counters, from web page request per second to condition of physical disk, memories. Unfortunately, they are too huge that, initially testers/designers get overwhelmed with all of those, to find out a clear idea about the performance of the site they built. The number of counter parameters to be considered by the load tester/designers is greatly varies based on the type and size of the web application to be tested. Here is my favorite top 10 performance counters that I use on my each load tests, regardless of project size. read more...

add a comment |category: |Views: 338

tags: another

Understanding Safe Database Synchronization(weblogs.asp.net)

submitted by joycscjoycsc(1597) 3 years, 3 months ago

Data or content synchronization is one of the classic problems in software world. It becomes very trivial point while working on software production, where production data and schema needs to be synchronized with live data and schema. Having some basic conceptual complexity, developers often get afraid to use any automated tool considering the risk factors to lose of data or content. Having a clear specific idea on content synchronization will greatly help to reduce lots of confusion and fear. read more...

2 comments |category: |Views: 303

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

Agile Software Development: More About Human Ideology, Rather Machine (weblogs.asp.net)

submitted by joycscjoycsc(1597) 3 years, 3 months ago

To be benefited from Agile concept, developers and managers needs to take it as an ideology, rather considering it as technology. The very basic concept is, keep it simple, provide the working samples in iterative manner, work with trust and discover the future risk factors by discussing with team members (not just spending hundreds of hours to read and write documentation's!). Why Agile projects are successful? This encourages HUMAN effort and motivation, not on machines! And it's been absolutely proven is HUMAN is the most powerful process in the universe! read more...

add a comment |category: |Views: 201

tags: another