Click here to Skip to main content

Articles by Shahriar Iqbal Chowdhury/Galib (Articles: 9, Technical Blogs: 13, Tip/Tricks: 4)

Articles: 9, Technical Blogs: 13, Tip/Tricks: 4

RSS Feed

Average article rating: 4.62

ASP.NET

Implementing Yahoo! Contact Reader Using ASP.NET
Posted: 5 Jul 2010   Updated: 5 Jul 2010   Views: 62,146   Rating: 4.92/5    Votes: 36   Popularity: 7.65
Licence: The Microsoft Public License (Ms-PL)      Bookmarked: 51   Downloaded: 3,987
Implementing Yahoo! contact reader app using Yahoo contact API and ASP.NET
Why(s) & How(s) of Asp.Net MVC Part 1
Posted: 1 Mar 2013   Updated: 6 Mar 2013   Views: 16,679   Rating: 4.88/5    Votes: 32   Popularity: 7.34
Licence: The Code Project Open License (CPOL)      Bookmarked: 83   Downloaded: 0
Asp.net MVC fundamental ideas, advantages and details about request processing.
Solution to ASP.NET Theme Conflict with FCKEditor
Posted: 2 Dec 2009   Updated: 2 Dec 2009   Views: 10,808   Rating: 4.67/5    Votes: 9   Popularity: 4.45
Licence: The Code Project Open License (CPOL)      Bookmarked: 16   Downloaded: 0
Solution to ASP.NET theme conflict with FCKEditor
Developing Facebook Connect Application using ASP.NET
Posted: 20 Apr 2010   Updated: 9 May 2010   Views: 108,679   Rating: 4.66/5    Votes: 28   Popularity: 6.73
Licence: The Code Project Open License (CPOL)      Bookmarked: 118   Downloaded: 10,583
Step approach for developing a Facebook connect application with ASP.NET
Bulk CRUD Operation using XQuery and Reflection in ASP.NET
Posted: 29 Nov 2010   Updated: 29 Nov 2010   Views: 24,462   Rating: 4.71/5    Votes: 18   Popularity: 5.92
Licence: The Code Project Open License (CPOL)      Bookmarked: 35   Downloaded: 947
Easy approach to implement bulk CRUD operation using Xquery, reflection in ASP.NET with example
Know your application better with visual studio 2010 load testing
Posted: 10 Jul 2012   Updated: 9 Aug 2012   Views: 21,868   Rating: 4.83/5    Votes: 14   Popularity: 5.53
Licence: The Code Project Open License (CPOL)      Bookmarked: 46   Downloaded: 397
Configure visual studio load testing tool and utilize to scale application by analyzing testing results

Client side scripting

Implement CRUD Operations using RESTful WCF Service and JavaScript
Posted: 14 Sep 2011   Updated: 15 Sep 2011   Views: 42,907   Rating: 4.87/5    Votes: 19   Popularity: 6.21
Licence: The Code Project Open License (CPOL)      Bookmarked: 109   Downloaded: 5,820
Easy way to consume WCF REST services through JQuery and perform CRUD (Create Retrieve Update Delete) operations

Office Development

Data Grid To Excel Export
Posted: 19 Apr 2007   Updated: 19 Apr 2007   Views: 51,336   Rating: 3.05/5    Votes: 10   Popularity: 3.16
Licence: The Code Project Open License (CPOL)      Bookmarked: 29   Downloaded: 3,273
An article presenting a small application that export data from datagrid to Excel Spreadsheet

Code Generation

Quick prototyping with XML/XSD and T4 templates
Posted: 16 Dec 2011   Updated: 20 Dec 2011   Views: 10,404   Rating: 4.95/5    Votes: 12   Popularity: 5.35
Licence: The Code Project Open License (CPOL)      Bookmarked: 23   Downloaded: 587
T4 templetes with built-in support for CRUD operations, that utilize XML/XSD for DAL/BLL generation.

Average blogs rating: 4.94

ASP.NET

whats the difference in Page class function ResolveURL vs ResolveClientURL [Technical Blog]
Posted: 16 Sep 2011   Updated: 16 Sep 2011   Views: 7,539   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: The Code Project Open License (CPOL)      Bookmarked: 5   Downloaded: 0
The .NET Page class contains two methods ResolveUrl and ResolveClientUrl  which are at first glance looks same.They both took same relative url and returns browser friendly URl. So why 2 function to do the same job? Though their functionality is same but their way of returning client brower relative
Embrace reflection and export any List collection to csv [Technical Blog]
Posted: 28 Oct 2012   Updated: 29 Oct 2012   Views: 2,955   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 6   Downloaded: 0
Introduction Its became very common request in recent data driven apps to able to export some certain data as csv format. CSv format became widely used and acceptable. And its very common that a individual app contains several such export feature that take different object collection respect to diff
Embrace Reflection and export any List collection to Excel [Technical Blog]
Posted: 30 Oct 2012   Updated: 30 Oct 2012   Views: 2,334   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 5   Downloaded: 0
The purpose this blog post is to provide a generic solution using .NET Reflation and Generics so the same export function can be reused through the entire application regardless of the object type and save us a lot of effort.

Site & Server Management

IIS deployment error: There is a duplicate scriptResourceHandler section defined [Technical Blog]
Posted: 15 Sep 2011   Updated: 15 Sep 2011   Views: 28,736   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
How to fix this IIS deployment error.

Database

Fixing database is in use error while restore database from backup [Technical Blog]
Posted: 30 Nov 2011   Updated: 30 Nov 2011   Views: 13,032   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 3   Downloaded: 0
Fixing database is in use error while restore database from backup
How to solve SSIS error code 0xC020801C/0xC004700C/0xC0047017 [Technical Blog]
Posted: 26 Jan 2013   Updated: 26 Jan 2013   Views: 3,710   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
Background SSIS is the one of the best ETL tool available in market and it can load large amount of data from any heterogeneous data source whether structured, unstructured,application, cloud or real-time data. This post discuss the solution of a common problem that usually arise while importing dat
TSQL split a string by delimiter [Technical Blog]
Posted: 13 Apr 2013   Updated: 13 Apr 2013   Views: 3,590   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 6   Downloaded: 0
Background Say we have a registration table which store successful registration info. At that table we have a column “Name” which stores value as combination of first name & last name delimited by ‘ ‘ [space]. Later at some point we need to extract the first name or last name
Solution To The MSSQL Server “Suspect” [Technical Blog]
Posted: 3 May 2013   Updated: 3 May 2013   Views: 1,502   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: The Code Project Open License (CPOL)      Bookmarked: 5   Downloaded: 0
Background When you see the your database in Suspect mode that a code red situation. Its not something that you face everyday. It can happen, however, most often due to faulty hardware or operational mistakes (like deleting a transaction log file). This post will show how to recover from suspect mod
TSQL Recursive Split Function [Technical Blog]
Posted: 3 May 2013   Updated: 3 May 2013   Views: 1,718   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 3   Downloaded: 0
Background In my last post I showed how to split a string in TSQL. Problem with that splitting is it can split a string if resultant split count is <=2, i.e. it can split only string like &#8220;a,b&#8221; or &#8220;first,last&#8221; or &#8220;java,c&#8221;. But while doing the parsing of  string of

.NET Framework

Unfold POCO with Entity Framework [Technical Blog]
Posted: 7 Jun 2012   Updated: 7 Jun 2012   Views: 5,784   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 5   Downloaded: 0
Plain Old CLR Object or POCO is a simple object to be used with a complicated, special object framework such as an ORM component.

Design and Architecture

Software Architecture Cheat Blog 1: Design Principles [Technical Blog]
Posted: 28 Feb 2012   Updated: 10 Mar 2012   Views: 13,656   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 17   Downloaded: 0
This blog series will gather a summary of all the software architecture design principles under one roof.
Software Architecture Cheat Blog 2: Single Responsibility Principle [Technical Blog]
Posted: 2 Oct 2012   Updated: 2 Oct 2012   Views: 2,216   Rating: 4.27/5    Votes: 3   Popularity: 2.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
Define Principle Single Responsibility Principle (SRP) states that there should never be more than one reason for class to change.
Software Architecture Cheat Blog 3: Open Closed Principle [Technical Blog]
Posted: 3 Oct 2012   Updated: 3 Oct 2012   Views: 2,405   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 3   Downloaded: 0
Open Closed Principle (OCP) states that software entities (classes, modules, functions, etc.) should be open for extension but closed for modifications.

Average tips rating: 4.69

ASP.NET

Integrate CKEditor with ASP.NET page [Tip/Trick]
Posted: 1 Nov 2010   Updated: 13 Nov 2010   Views: 26,159   Rating: 4.42/5    Votes: 13   Popularity: 4.86
Licence: The Code Project Open License (CPOL)      Bookmarked: 17   Downloaded: 0
An easy way to integrate CKEditor with ASP.NET web page, validate the editor content and retrive the editor content from server side code

Database

Adding Time in HH:MM Format - Useful SQL Query [Tip/Trick]
Posted: 7 Jun 2011   Updated: 7 Jun 2011   Views: 1,849   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 0   Downloaded: 0
Hi,Here is an alternative for your solutionSELECT CAST(DATEADD(MILLISECOND,SUM(DATEDIFF(MILLISECOND,0,CAST(TMP.TotalTime as DATETIME))),0) as TIME)FROM( SELECT CAST(timeduration AS TIME) TotalTime FROM mytable) TMP

Programming Tips

Integrate FB javascript API to your asp.net app to implement FB connect [Tip/Trick]
Posted: 13 Nov 2010   Updated: 13 Nov 2010   Views: 7,712   Rating: 4.33/5    Votes: 2   Popularity: 1.30
Licence: The Code Project Open License (CPOL)      Bookmarked: 5   Downloaded: 0
Simple example to integrate FB javascript API to implement FB Connect application, fast, simple and trusted way to implement FB connect.
Reset PLSQL sequence value [Tip/Trick]
Posted: 24 Dec 2010   Updated: 24 Dec 2010   Views: 4,593   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
Reset PLSQL sequence value

Shahriar Iqbal Chowdhury/Galib
Technical Lead
Bangladesh Bangladesh
I am a Software Engineer and Microsoft .NET technology enthusiast. Professionally I worked on several business domains and on diverse platforms. I love to learn and share new .net technology and my experience I gather in my engineering career. You can find me from here
 
Personal Site
Personal Blog
FB MS enthusiasts group
About Me


Advertise | Privacy | Mobile
Web01 | 2.6.130619.1 | Last Updated 20 Jun 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid