Click here to Skip to main content

Articles by Al-Farooque Shubho (Articles: 21)

Articles: 21

RSS Feed

Average article rating: 4.89

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: 184,073   Rating: 4.98/5    Votes: 82   Popularity: 9.54
Licence: The Code Project Open License (CPOL)      Bookmarked: 303   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: 106,108   Rating: 4.89/5    Votes: 60   Popularity: 8.69
Licence: The Code Project Open License (CPOL)      Bookmarked: 178   Downloaded: 6,765
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: 46,829   Rating: 4.88/5    Votes: 33   Popularity: 7.40
Licence: The Code Project Open License (CPOL)      Bookmarked: 72   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: 18,060   Rating: 4.65/5    Votes: 19   Popularity: 5.93
Licence: The Code Project Open License (CPOL)      Bookmarked: 63   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: 25,795   Rating: 4.72/5    Votes: 22   Popularity: 6.33
Licence: The Code Project Open License (CPOL)      Bookmarked: 20   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: 102,813   Rating: 4.97/5    Votes: 82   Popularity: 9.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 213   Downloaded: 7,446
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: 30,314   Rating: 4.80/5    Votes: 33   Popularity: 7.28
Licence: The Code Project Open License (CPOL)      Bookmarked: 87   Downloaded: 695
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: 22,967   Rating: 4.96/5    Votes: 18   Popularity: 6.23
Licence: The Code Project Open License (CPOL)      Bookmarked: 43   Downloaded: 823
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: 34,335   Rating: 4.91/5    Votes: 32   Popularity: 7.39
Licence: The Code Project Open License (CPOL)      Bookmarked: 57   Downloaded: 441
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: 32,596   Rating: 4.79/5    Votes: 28   Popularity: 6.93
Licence: The Code Project Open License (CPOL)      Bookmarked: 71   Downloaded: 397
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: 163,877   Rating: 4.99/5    Votes: 106   Popularity: 10.10
Licence: The Code Project Open License (CPOL)      Bookmarked: 336   Downloaded: 6,009
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: 59,343   Rating: 4.94/5    Votes: 46   Popularity: 8.22
Licence: The Code Project Open License (CPOL)      Bookmarked: 89   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: 128,460   Rating: 4.90/5    Votes: 120   Popularity: 10.19
Licence: The Code Project Open License (CPOL)      Bookmarked: 320   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: 162,365   Rating: 4.93/5    Votes: 116   Popularity: 10.17
Licence: The Code Project Open License (CPOL)      Bookmarked: 294   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: 63,385   Rating: 4.94/5    Votes: 54   Popularity: 8.56
Licence: The Code Project Open License (CPOL)      Bookmarked: 143   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: 33,885   Rating: 4.84/5    Votes: 34   Popularity: 7.41
Licence: The Code Project Open License (CPOL)      Bookmarked: 75   Downloaded: 477
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: 58,334   Rating: 4.90/5    Votes: 42   Popularity: 7.94
Licence: The Code Project Open License (CPOL)      Bookmarked: 159   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: 216,149   Rating: 4.90/5    Votes: 263   Popularity: 11.85
Licence: The Code Project Open License (CPOL)      Bookmarked: 424   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: 134,542   Rating: 4.89/5    Votes: 191   Popularity: 11.16
Licence: The Code Project Open License (CPOL)      Bookmarked: 283   Downloaded: 0
Learning Object Oriented Design Patterns through an interesting conversation.

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: 28,059   Rating: 4.91/5    Votes: 77   Popularity: 9.26
Licence: The Code Project Open License (CPOL)      Bookmarked: 78   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.

Interviews

A Coder Interview With Al-Farooque Shubho
Posted: 9 Nov 2011   Updated: 9 Nov 2011   Views: 9,486   Rating: 4.94/5    Votes: 14   Popularity: 5.65
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.
No blogs have been submitted.
No tips have been posted.

Al-Farooque Shubho
Chief Technology Officer SmartAspects
Bangladesh Bangladesh
Member

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
Web04 | 2.6.130523.1 | Last Updated 23 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid