All Topics
|
|
14 May 2009
Updated: 20 May 2009
Rating: 4.92/5
Votes: 81
Popularity: 9.27
Licence: CPOL
Views: 65,083
Bookmarked: 87
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.
|
|
9 Nov 2011
Updated: 9 Nov 2011
Rating: 4.92/5
Votes: 15
Popularity: 5.78
Licence: CPOL
Views: 22,751
Bookmarked: 3
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.
|
Database Development
|
SQL Server |
15 Mar 2009
Updated: 23 Mar 2009
Rating: 4.91/5
Votes: 66
Popularity: 8.73
Licence: CPOL
Views: 252,776
Bookmarked: 111
Downloaded: 0
Exploring Set based and Procedural approaches to write better SQL in SQL Server.
|
|
22 Mar 2009
Updated: 28 Apr 2009
Rating: 4.91/5
Votes: 199
Popularity: 11.23
Licence: CPOL
Views: 645,908
Bookmarked: 438
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.
|
|
20 Apr 2009
Updated: 1 Jun 2009
Rating: 4.92/5
Votes: 176
Popularity: 10.96
Licence: CPOL
Views: 711,691
Bookmarked: 392
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.
|
|
1 May 2009
Updated: 8 Jun 2009
Rating: 4.92/5
Votes: 80
Popularity: 9.34
Licence: CPOL
Views: 186,809
Bookmarked: 172
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.
|
|
7 Nov 2009
Updated: 8 Nov 2009
Rating: 4.89/5
Votes: 52
Popularity: 8.36
Licence: CPOL
Views: 151,883
Bookmarked: 102
Downloaded: 1,353
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.
|
|
8 Jun 2009
Updated: 8 Nov 2009
Rating: 4.91/5
Votes: 59
Popularity: 8.63
Licence: CPOL
Views: 149,182
Bookmarked: 183
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.
|
General
|
|
11 Jul 2010
Updated: 2 Aug 2010
Rating: 4.91/5
Votes: 353
Popularity: 12.49
Licence: CPOL
Views: 629,401
Bookmarked: 552
Downloaded: 1
Learning Object Oriented Design principles through interesting conversations.
|
Programming Languages
|
C# |
1 Aug 2010
Updated: 9 Aug 2010
Rating: 4.91/5
Votes: 272
Popularity: 11.91
Licence: CPOL
Views: 478,051
Bookmarked: 420
Downloaded: 0
Learning Object Oriented Design Patterns through an interesting conversation.
|
Web Development
|
|
2 Jan 2011
Updated: 5 Jan 2011
Rating: 4.89/5
Votes: 50
Popularity: 8.21
Licence: CPOL
Views: 269,401
Bookmarked: 88
Downloaded: 0
Clarifying “Path” related issues for beginners in Asp.net
|
|
14 Dec 2010
Updated: 27 Dec 2010
Rating: 4.97/5
Votes: 20
Popularity: 6.47
Licence: CPOL
Views: 77,115
Bookmarked: 54
Downloaded: 1,220
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.
|
ASP.NET |
1 Sep 2010
Updated: 1 Oct 2010
Rating: 4.98/5
Votes: 136
Popularity: 10.57
Licence: CPOL
Views: 615,576
Bookmarked: 401
Downloaded: 0
Architectural approach of a domain independent Single Sign On implementation for ASP.NET applications.
|
|
30 Sep 2010
Updated: 4 Oct 2010
Rating: 4.93/5
Votes: 118
Popularity: 10.17
Licence: CPOL
Views: 538,888
Bookmarked: 253
Downloaded: 18,089
Implementation approach of a domain independent Single Sign On (SSO) for ASP.NET applications.
|
|
9 Feb 2011
Updated: 9 Feb 2011
Rating: 4.63/5
Votes: 25
Popularity: 6.48
Licence: CPOL
Views: 46,863
Bookmarked: 79
Downloaded: 0
An effort to derive a basic Exception Management design guideline for N-Tier ASP.NET applications
|
|
3 Mar 2011
Updated: 30 May 2011
Rating: 4.79/5
Votes: 27
Popularity: 6.69
Licence: CPOL
Views: 134,267
Bookmarked: 23
Downloaded: 0
Handling ThreadAbortException is easy, if you know what is happening inside.
|
|
8 Dec 2010
Updated: 14 Dec 2010
Rating: 4.85/5
Votes: 39
Popularity: 7.67
Licence: CPOL
Views: 90,472
Bookmarked: 102
Downloaded: 1,261
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.
|
|
30 Nov 2010
Updated: 14 Dec 2010
Rating: 4.91/5
Votes: 33
Popularity: 7.39
Licence: CPOL
Views: 108,631
Bookmarked: 63
Downloaded: 900
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!
|
|
7 Oct 2010
Updated: 2 Dec 2010
Rating: 4.82/5
Votes: 29
Popularity: 6.97
Licence: CPOL
Views: 79,483
Bookmarked: 75
Downloaded: 657
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.
|
|
29 May 2009
Updated: 3 Dec 2009
Rating: 4.78/5
Votes: 120
Popularity: 9.91
Licence: CPOL
Views: 367,666
Bookmarked: 368
Downloaded: 12,490
This article describes a correct and smarter way of implementing Role based authorization with Forms authentication in ASP.NET.
|
HTML5 |
11 Mar 2011
Updated: 28 Jun 2011
Rating: 4.97/5
Votes: 92
Popularity: 9.74
Licence: CPOL
Views: 270,776
Bookmarked: 242
Downloaded: 12,581
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.
|