Click here to Skip to main content

Technical Blogs


RSS feed icon

Articles submitted by members via their Technical Blog feed. Want to have the blog entries from your Technical Blog automatically posted as articles on CodeProject? It's easy!

Page 9 of 334
4 5 6 7 8 9 10 11 12 13


161. Undo Algorithm for Java Swing
I am going to show how to perform undo algorithm on your Java Swing application.
(The Code Project Open License (CPOL))
Languages » Java » Beginners
Edison Heng Updated: 18 Apr 2013
Rating: 4.00/5 (1 vote)
162. DMV-6 : How well is my stored procedure doing?
This DMV allows you to discover a lot of very interesting and important performance information about your cached stored procedures.
(The Code Project Open License (CPOL))
Database » Database » SQL Server
Rohitmssqlfun Updated: 18 Apr 2013
Rating: (0 votes for this Article)
163. Resource Acquisition is Initialization (RAII)
This post will be about the Resource Acquisition is Initialization (RAII) pattern which is a creational pattern.
(The Code Project Open License (CPOL))
Development Lifecycle » Design and Architecture » Design Patterns
David Corne Updated: 18 Apr 2013
Rating: (0 votes for this Article)
164. Setting up a Command (MVVM) in Windows Phone 8 Video Tutorial
I hear this question a lot.. Should I use code-behind or MVVM in my application? What are the pros/cons of each and can you show me a simple example of how a Command works?
(The Code Project Open License (CPOL))
Mobile Development » Windows Phone 7/8 » Windows CE
mbcrump Updated: 18 Apr 2013
Rating: (0 votes for this Article)
165. How to find the top most expensive cached queries: sys.dm_exec_query_stats
sys.dm_exec_query_stats DMV (Dynamic Management View), described in BOL as follows : http://msdn.microsoft.com/en-us/library/ms189741.aspx Returns aggregate performance statistics for cached query plans. The view contains one row per query statement within the cached plan, and the lifetime of the ro
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Rohitmssqlfun