Click here to Skip to main content

Articles by Al-Farooque Shubho (Articles: 21)

Articles: 21

RSS Feed

Average article rating: 4.88

ASP.NET

Single Sign On (SSO) for cross-domain ASP.NET applications: Part-I - The design blue print
Posted: 1 Sep 2010   Updated: 1 Oct 2010   Views: 101,994   Rating: 4.98/5    Votes: 74   Popularity: 9.31
Licence: The Code Project Open License (CPOL)      Bookmarked: 239   Downloaded: 0
Architectural approach of a domain independent Single Sign On implementation for ASP.NET applications.
Single Sign On (SSO) for cross-domain ASP.NET applications: Part-II - The implementation
Posted: 30 Sep 2010   Updated: 4 Oct 2010   Views: 62,046   Rating: 4.87/5    Votes: 54   Popularity: 8.43
Licence: The Code Project Open License (CPOL)      Bookmarked: 140   Downloaded: 3,937
Implementation approach of a domain independent Single Sign On (SSO) for ASP.NET applications.
There is something about "Paths" for Asp.net beginners
Posted: 2 Jan 2011   Updated: 5 Jan 2011   Views: 19,371   Rating: 4.86/5    Votes: 28   Popularity: 7.07
Licence: The Code Project Open License (CPOL)      Bookmarked: 58   Downloaded: 0
Clarifying “Path” related issues for beginners in Asp.net
Back to the Basics: Exception Management Design Guideline for N-tier ASP.NET Applications
Posted: 9 Feb 2011   Updated: 9 Feb 2011   Views: 11,992   Rating: 4.65/5    Votes: 19   Popularity: 5.93
Licence: The Code Project Open License (CPOL)      Bookmarked: 55   Downloaded: 0
An effort to derive a basic Exception Management design guideline for N-Tier ASP.NET applications
Back to the basics: Exploration of approaches to handle ThreadAbortException with Response.Redirect()
Posted: 3 Mar 2011   Updated: 30 May 2011   Views: 17,691   Rating: 4.70/5    Votes: 19   Popularity: 6.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 16   Downloaded: 0
Handling ThreadAbortException is easy, if you know what is happening inside.
Fun with HTML5 Canvas, WebSocket, JQuery and ASP.NET. End-result: A live white board on a web page!
Posted: 11 Mar 2011   Updated: 28 Jun 2011   Views: 64,583   Rating: 4.97/5    Votes: 71   Popularity: 9.21
Licence: The Code Project Open License (CPOL)      Bookmarked: 177   Downloaded: 4,607
Playing with some of the cutting edge stuff to develop a live drawing white board on a web page where multiple people can collaborate and each person has the same view at the same time without any page refresh.

Caching

MyCache: Distributed caching engine for an ASP.NET web farm - Part I: The demonstration
Posted: 8 Dec 2010   Updated: 14 Dec 2010   Views: 18,447   Rating: 4.80/5    Votes: 32   Popularity: 7.21
Licence: The Code Project Open License (CPOL)      Bookmarked: 65   Downloaded: 397
Demonstration of a distributed caching engine for ASP.NET applications deployed under a load-balanced environment in a web farm, which is built on top of WCF and the Microsoft Caching Application Block.
MyCache: Distributed caching engine for an ASP.NET web farm - Part II: The internal details
Posted: 14 Dec 2010   Updated: 27 Dec 2010   Views: 15,269   Rating: 4.96/5    Votes: 17   Popularity: 6.10
Licence: The Code Project Open License (CPOL)      Bookmarked: 37   Downloaded: 519
Internal implementation of MyCache: A distributed caching engine for ASP.NET applications deployed under a load-balanced environment in web farms, which is built on top of WCF and the Microsoft Caching Application Block.

Client side scripting

Work smarter not harder: “Navigate Away” feature for your ASP.NET/other web applications made easy
Posted: 30 Nov 2010   Updated: 14 Dec 2010   Views: 19,124   Rating: 4.90/5    Votes: 28   Popularity: 7.09
Licence: The Code Project Open License (CPOL)      Bookmarked: 46   Downloaded: 244
A jQuery script that lets you display the “Navigate Away” browser message when an input field value is changed in the page, and for that, you don’t need to write any code!

Trace and Logs

TraceNet: Trace method level performance for DLLs in ASP.NET applications without writing any performance tracing code!
Posted: 7 Oct 2010   Updated: 2 Dec 2010   Views: 21,414   Rating: 4.78/5    Votes: 26   Popularity: 6.75
Licence: The Code Project Open License (CPOL)      Bookmarked: 63   Downloaded: 224
A component that allows you to view tracing information for methods written within classes in managed DLLs, and for this, you don't need to write any tracing code.

Web Security

Forms Authentication and Role based Authorization: A Quicker, Simpler, and Correct Approach
Posted: 29 May 2009   Updated: 3 Dec 2009   Views: 128,250   Rating: 4.99/5    Votes: 104   Popularity: 10.06
Licence: The Code Project Open License (CPOL)      Bookmarked: 300   Downloaded: 2,995
This article describes a correct and smarter way of implementing Role based authorization with Forms authentication in ASP.NET.

Database

Understanding “Set based” and “Procedural” approaches in SQL
Posted: 15 Mar 2009   Updated: 23 Mar 2009   Views: 38,305   Rating: 4.96/5    Votes: 42   Popularity: 8.05
Licence: The Code Project Open License (CPOL)      Bookmarked: 82   Downloaded: 0
Exploring Set based and Procedural approaches to write better SQL in SQL Server.
Top 10 steps to optimize data access in SQL Server: Part I (use indexing)
Posted: 22 Mar 2009   Updated: 28 Apr 2009   Views: 89,919   Rating: 4.90/5    Votes: 113   Popularity: 10.06
Licence: The Code Project Open License (CPOL)      Bookmarked: 293   Downloaded: 0
As part of a series of articles on several data access optimization steps in SQL Server, this article focuses on using indexing to optimize data access.
Top 10 steps to optimize data access in SQL Server: Part II (Re-factor TSQL and apply best practices)
Posted: 20 Apr 2009   Updated: 1 Jun 2009   Views: 116,154   Rating: 4.92/5    Votes: 110   Popularity: 10.05
Licence: The Code Project Open License (CPOL)      Bookmarked: 274   Downloaded: 0
As part of a series of articles on data access optimization steps in SQL Server, this article focuses on refactoring and applying TSQL best practices to improve performance.
Top 10 steps to optimize data access in SQL Server: Part III (Apply advanced indexing and denormalization)
Posted: 1 May 2009   Updated: 8 Jun 2009   Views: 47,032   Rating: 4.94/5    Votes: 53   Popularity: 8.52
Licence: The Code Project Open License (CPOL)      Bookmarked: 135   Downloaded: 0
As part of a series of articles on several data access optimization steps in SQL Server, this article focuses on using some advanced indexing techniques and using de-normalizations to optimize data access.
Top 10 steps to optimize data access in SQL Server: Part V (Optimize database files and apply partitioning)
Posted: 7 Nov 2009   Updated: 8 Nov 2009   Views: 18,761   Rating: 4.82/5    Votes: 29   Popularity: 7.04
Licence: The Code Project Open License (CPOL)      Bookmarked: 63   Downloaded: 229
As part of a series of articles on several data access optimization steps, this article focuses on organizing files/file-groups and applying partitioning in SQL Server databases.
Top 10 steps to optimize data access in SQL Server: Part IV (Diagnose database performance problems)
Posted: 8 Jun 2009   Updated: 8 Nov 2009   Views: 43,399   Rating: 4.90/5    Votes: 42   Popularity: 7.94
Licence: The Code Project Open License (CPOL)      Bookmarked: 147   Downloaded: 0
As part of a series of articles on several data access optimization steps, this article focuses on diagnosing performance problems in SQL Server.

Design and Architecture

How I explained OOD to my wife
Posted: 11 Jul 2010   Updated: 2 Aug 2010   Views: 162,438   Rating: 4.89/5    Votes: 228   Popularity: 11.53
Licence: The Code Project Open License (CPOL)      Bookmarked: 352   Downloaded: 0
Learning Object Oriented Design principles through interesting conversations.
How I explained Design Patterns to my wife: Part 1
Posted: 1 Aug 2010   Updated: 9 Aug 2010   Views: 95,382   Rating: 4.88/5    Votes: 151   Popularity: 10.64
Licence: The Code Project Open License (CPOL)      Bookmarked: 208   Downloaded: 0
Learning Object Oriented Design Patterns through an interesting conversation.

Interviews

A Coder Interview With Al-Farooque Shubho
Posted: 9 Nov 2011   Updated: 9 Nov 2011   Views: 6,481   Rating: 4.93/5    Votes: 12   Popularity: 5.32
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
Welcome to our continuing series of Code Project interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we track down Code Project member Al-Farooque Shubho.

Work Issues

Evaluate & Identify the Right Developer for your Team in the Verbal Interview Sessions: A Structured Way
Posted: 14 May 2009   Updated: 20 May 2009   Views: 22,152   Rating: 4.91/5    Votes: 75   Popularity: 9.20
Licence: The Code Project Open License (CPOL)      Bookmarked: 74   Downloaded: 0
This article focuses on a structured process for better evaluating the candidates in verbal interview sessions for a developer position in your team.
No blogs have been submitted.
No video articles have been posted.
No tips have been posted.

Al-Farooque Shubho

Chief Technology Officer
SmartAspects
Bangladesh Bangladesh

Member

Follow on Twitter Follow on Twitter

I wish I were a genius, but, I am just another guy. Yet, I love to do whatever I do, and love to share whatever I learn from my daily working life.
 
I run a Software Development Team to earn my living, and, also to satisfy my passions. I dream to build something to touch the lives of the billions with my codes someday!
 
Connect me at http://bd.linkedin.com/in/thisisshubho
 
Find out more on :



Advertise | Privacy | Mobile
Web02 | 2.5.120517.1 | Last Updated 27 May 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid