Click here to Skip to main content

Articles by NeoPunk (Articles: 4, Tip/Tricks: 3)

Articles: 4, Tip/Tricks: 3

RSS Feed

Average article rating: 4.01

Dialogs and Windows

Custom windows using .NET 2.0 and the WinAPI
Posted: 19 Jul 2009   Updated: 19 Jul 2009   Views: 11,739   Rating: 3.94/5    Votes: 10   Popularity: 3.87
Licence: The Code Project Open License (CPOL)      Bookmarked: 16   Downloaded: 157
An article about windows with custom shapes.

C#

Parse DataSet via Reflection
Posted: 1 Sep 2009   Updated: 1 Sep 2009   Views: 8,161   Rating: 4.18/5    Votes: 6   Popularity: 3.25
Licence: The Code Project Open License (CPOL)      Bookmarked: 19   Downloaded: 148
This article shows how to bind relational data model with object design model

.NET Framework

.NET memory problem with uncontrolled LOH size and a possible solution
Posted: 22 Nov 2010   Updated: 23 Nov 2010   Views: 6,338   Rating: 3.91/5    Votes: 8   Popularity: 3.53
Licence: The Code Project Open License (CPOL)      Bookmarked: 5   Downloaded: 36
In this article, I will try to explain a well known problem with uncontrolled memory size and show my solution for this problem.

Windows Presentation Foundation

WPF: Round Progress Bar
Posted: 12 Jul 2009   Updated: 12 Jul 2009   Views: 48,895   Rating: 4.00/5    Votes: 6   Popularity: 3.11
Licence: The Code Project Open License (CPOL)      Bookmarked: 38   Downloaded: 2,407
One more way to create a round progress bar in WPF.
No blogs have been submitted.
No video articles have been posted.

Average tips rating: 4.36

Programming Tips

Single application instance using Mutex and WCF named pipes [Tip/Trick]
Posted: 22 Mar 2011   Updated: 29 Mar 2011   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 4   Downloaded: 0
Another approach how to create application only with single instance using Mutex and named pipes
Changing App.Config on the fly for unit testing [Tip/Trick]
Posted: 9 Jun 2011   Updated: 10 Jun 2011   Rating: 4.50/5    Votes: 3   Popularity: 2.15
Licence: The Code Project Open License (CPOL)      Bookmarked: 4   Downloaded: 0
Changing App.Config on the fly for unit testing
Efficient paging using SQL script [Tip/Trick]
Posted: 28 Dec 2011   Updated: 28 Dec 2011   Rating: 4.57/5    Votes: 4   Popularity: 2.71
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
Hi, what about such solution?DECLARE @pageNumber INTDECLARE @rowsOnPage INTSET @rowsOnPage=5SET @pageNumber=2DECLARE @totalItemsToSelect INTSET @totalItemsToSelect=@rowsOnPage * @pageNumberSELECT TOP (@rowsOnPage) * FROM MainTrans WHERE ID IN( SELECT TOP...

NeoPunk



Belarus Belarus

Member



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