Click here to Skip to main content
15,796,507 members

Articles by Nish Nishant (Articles: 144, Tip/Tricks: 6)

Articles: 144, Tip/Tricks: 6

RSS Feed

Average article rating: 4.83

.NET
8 May 2004   Updated: 8 May 2004   Rating: 4.58/5    Votes: 16   Popularity: 5.38
Licence: CPOL    Views: 134,494     Bookmarked: 23   Downloaded: 0
Please Sign up or sign in to vote.
Describes an issue when writing a binary file into a zip file using the java.util.zip classes
All Topics
20 Mar 2013   Updated: 20 Mar 2013   Rating: 4.94/5    Votes: 32   Popularity: 7.37
Licence: CPOL    Views: 34,623     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Welcome to our continuing series of CodeProject interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Nish Nishant, a literal CodeProject legend.
Artificial Intelligence
Machine Learning
16 Oct 2013   Updated: 13 Nov 2013   Rating: 4.95/5    Votes: 42   Popularity: 8.03
Licence: CPOL    Views: 41,552     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
In the summer of 2013, CodeProject celebrated hitting 10 million members and invited various CodeProject members to host get-togethers around the world. Here are some of the goings-on at those celebrations.
Desktop Programming
ATL
8 Aug 2002   Updated: 8 Aug 2002   Rating: 3.92/5    Votes: 59   Popularity: 6.95
Licence: CPOL    Views: 359,801     Bookmarked: 45   Downloaded: 1,272
Please Sign up or sign in to vote.
This article compares and contrasts the relative performances of various languages like native C++, Visual Basic 6, C#, VB.NET, Managed C++, MC++ and native code mix, ngen'd assemblies etc. using a prime number generation function as a generic benchmark
12 Apr 2005   Updated: 12 Apr 2005   Rating: 4.76/5    Votes: 44   Popularity: 7.52
Licence: Ms-PL    Views: 1,284,095     Bookmarked: 114   Downloaded: 5,434
Please Sign up or sign in to vote.
A class derived from CSMTPConnection that queries the MX record for a target domain and uses that to send mail
MFC
6 Jun 2002   Updated: 6 Jun 2002   Rating: 4.80/5    Votes: 47   Popularity: 7.94
Licence: CPOL    Views: 473,003     Bookmarked: 95   Downloaded: 13,155
Please Sign up or sign in to vote.
A small CDialog derived class that helps avoid frequent copy/pasting of the same code, when using a bitmap as dialog background
6 Dec 2001   Updated: 18 Jun 2002   Rating: 4.88/5    Votes: 95   Popularity: 9.57
Licence: CPOL    Views: 899,073     Bookmarked: 168   Downloaded: 14,161
Please Sign up or sign in to vote.
Some tips/suggestions on using modeless dialogs with MFC
30 Nov 2001   Updated: 30 Nov 2001   Rating: 4.82/5    Votes: 49   Popularity: 7.98
Licence: CPOL    Views: 129,623     Bookmarked: 29   Downloaded: 1,386
Please Sign up or sign in to vote.
A CFrameWnd derived class that provides functionality similar to the VB InputBox function. You don't need a dialog resource to use the class!
1 Dec 2001   Updated: 1 Dec 2001   Rating: 4.76/5    Votes: 81   Popularity: 8.98
Licence: CPOL    Views: 496,528     Bookmarked: 102   Downloaded: 0
Please Sign up or sign in to vote.
This article explains how you can override PreTranslateMessage and ProcessMessageFilter in dialog based apps
11 Aug 2002   Updated: 13 Aug 2002   Rating: 4.97/5    Votes: 28   Popularity: 6.95
Licence: Ms-PL    Views: 289,557     Bookmarked: 72   Downloaded: 5,429
Please Sign up or sign in to vote.
This message box delays its dismissal by disabling the OK button for a delay interval. It also has an optional auto-close feature. There are two versions, one uses a WH_CBT hook and some basic window tricks like sub-classing to achieve its goal. The other one is more MFC-ied.
12 Jul 2002   Updated: 12 Jul 2002   Rating: 4.97/5    Votes: 17   Popularity: 5.98
Licence: Ms-PL    Views: 181,056     Bookmarked: 55   Downloaded: 3,211
Please Sign up or sign in to vote.
Shows how you can create windows that can be dragged around, not just through the title bar, but anywhere within the window body
8 Jan 2002   Updated: 17 Sep 2002   Rating: 4.94/5    Votes: 145   Popularity: 10.57
Licence: CPOL    Views: 1,153,055     Bookmarked: 364   Downloaded: 0
Please Sign up or sign in to vote.
Hidden modal dialogs, stealing focus, always on top dialogs, going full-screen, expanding and contracting dialogs, removing task bar icon, context sensitive help and many other useful tips and tricks.
4 Apr 2003   Updated: 6 Apr 2003   Rating: 4.92/5    Votes: 46   Popularity: 8.09
Licence: Ms-PL    Views: 273,501     Bookmarked: 52   Downloaded: 1,890
Please Sign up or sign in to vote.
Explains the pseudo modality of CDialog based modal dialogs and a problem with the CDialog::EndDialog implementation
27 Aug 2002   Updated: 27 Aug 2002   Rating: 5.00/5    Votes: 20   Popularity: 6.51
Licence: Not specified    Views: 186,015     Bookmarked: 35   Downloaded: 3,020
Please Sign up or sign in to vote.
A wrapper class for SHFormatDrive (XP/2K only). Corrects some errors in KB article Q173688
18 Sep 2002   Updated: 18 Sep 2002   Rating: 4.80/5    Votes: 20   Popularity: 6.14
Licence: CPOL    Views: 185,246     Bookmarked: 40   Downloaded: 0
Please Sign up or sign in to vote.
Explains how you can suppress the File-Save-As dialog in a Doc/View app, how to save files to multiple formats, and how DoSave is implemented.
18 Nov 2001   Updated: 18 Nov 2001   Rating: 4.66/5    Votes: 75   Popularity: 8.57
Licence: CPOL    Views: 182,405     Bookmarked: 42   Downloaded: 1,891
Please Sign up or sign in to vote.
A class for packing and unpacking file archives.
16 May 2002   Updated: 16 May 2002   Rating: 4.97/5    Votes: 89   Popularity: 9.50
Licence: CPOL    Views: 444,898     Bookmarked: 127   Downloaded: 10,096
Please Sign up or sign in to vote.
Shows how you can have status bars in your dialog based apps
26 May 2005   Updated: 26 May 2005   Rating: 4.68/5    Votes: 64   Popularity: 8.36
Licence: CDDL    Views: 680,230     Bookmarked: 115   Downloaded: 26,963
Please Sign up or sign in to vote.
A freeware program (with source code) that allows you to change the MAC ID of your network adapter
6 Aug 2002   Updated: 7 Aug 2002   Rating: 4.88/5    Votes: 43   Popularity: 7.91
Licence: CPOL    Views: 251,653     Bookmarked: 82   Downloaded: 4,470
Please Sign up or sign in to vote.
A hot-key based program that lets you resize your current window to any size. Useful for web designers and GUI developers as it helps avoid frequent screen-resolution changes.
9 Jun 2002   Updated: 9 Jun 2002   Rating: 4.92/5    Votes: 54   Popularity: 8.40
Licence: CPOL    Views: 298,158     Bookmarked: 92   Downloaded: 0
Please Sign up or sign in to vote.
Beginner article that shows how you can create horizontal, vertical and diagonal backgrounds. Also tells you what to watch out for, to avoid flickering when doing complicated drawing.
17 Dec 2001   Updated: 2 Jul 2002   Rating: 4.86/5    Votes: 58   Popularity: 8.29
Licence: CPOL    Views: 394,071     Bookmarked: 147   Downloaded: 2,436
Please Sign up or sign in to vote.
Explains the basic MFC program flow including where WinMain and the message loop are hidden
24 Jan 2003   Updated: 24 Jan 2003   Rating: 4.88/5    Votes: 36   Popularity: 7.35
Licence: CPOL    Views: 97,472     Bookmarked: 35   Downloaded: 835
Please Sign up or sign in to vote.
Gives you copy/paste-able functions to retrieve the localized folder names, and to set/get user-defined folder names for dekstop folders
25 Feb 2002   Updated: 25 Feb 2002   Rating: 4.93/5    Votes: 131   Popularity: 10.22
Licence: Not specified    Views: 911,447     Bookmarked: 273   Downloaded: 4
Please Sign up or sign in to vote.
An introduction to WinSock programming. A simple TCP server is explained.
28 Feb 2002   Updated: 28 Feb 2002   Rating: 4.83/5    Votes: 87   Popularity: 9.22
Licence: CPOL    Views: 665,521     Bookmarked: 222   Downloaded: 17,348
Please Sign up or sign in to vote.
A simple TCP client is explained.
5 Mar 2002   Updated: 5 Mar 2002   Rating: 4.90/5    Votes: 68   Popularity: 8.85
Licence: Not specified    Views: 594,397     Bookmarked: 219   Downloaded: 28,153
Please Sign up or sign in to vote.
Explains a multithreaded TCP file server, a custom TCP chat protocol and a custom TCP client
15 Nov 2001   Updated: 15 Nov 2001   Rating: 4.93/5    Votes: 34   Popularity: 7.34
Licence: CPOL    Views: 130,492     Bookmarked: 38   Downloaded: 1,576
Please Sign up or sign in to vote.
An SMTP proxy class with ability to insert signatures to outgoing mails. Does not require MFC.
9 Oct 2002   Updated: 9 Oct 2002   Rating: 4.69/5    Votes: 12   Popularity: 5.06
Licence: CPOL    Views: 168,383     Bookmarked: 34   Downloaded: 1,801
Please Sign up or sign in to vote.
CPopProxyMT is a skeletal class that wraps a multi-threaded POP3 proxy. You can further modify this class to suite your needs.
20 Oct 2001   Updated: 1 Jul 2002   Rating: 4.92/5    Votes: 34   Popularity: 7.54
Licence: CPOL    Views: 187,874     Bookmarked: 39   Downloaded: 7,325
Please Sign up or sign in to vote.
Basic demonstration of the TcpListener/TcpClient classes.
14 Jan 2008   Updated: 14 Jan 2008   Rating: 4.86/5    Votes: 32   Popularity: 7.24
Licence: CPOL    Views: 88,104     Bookmarked: 56   Downloaded: 0
Please Sign up or sign in to vote.
A step by step tutorial on how to deploy an MFC application via ClickOnce
Win32
27 Jul 2009   Updated: 27 Jul 2009   Rating: 4.96/5    Votes: 34   Popularity: 7.25
Licence: CPOL    Views: 185,520     Bookmarked: 72   Downloaded: 0
Please Sign up or sign in to vote.
The article shows how to interop between a WCF service and a WWS client, and also how to rewrite the WCF service in WWS retaining compatibility with existing WCF clients.
Windows Forms
27 Jul 2007   Updated: 27 Jul 2007   Rating: 4.90/5    Votes: 76   Popularity: 9.18
Licence: BSD    Views: 324,776     Bookmarked: 150   Downloaded: 11,991
Please Sign up or sign in to vote.
An ownerdrawn multi-column combobox class with support for data-binding
19 Feb 2006   Updated: 19 Feb 2006   Rating: 4.92/5    Votes: 55   Popularity: 8.44
Licence: Ms-PL    Views: 254,319     Bookmarked: 170   Downloaded: 7,669
Please Sign up or sign in to vote.
MessageBoxManager is a Windows Forms component that you can drag & drop into a Windows Forms project's main form, and it gives you enhanced message box functionality without forcing you to change your existing calls to any of the MessageBox.Show() overloads
29 Mar 2010   Updated: 29 Mar 2010   Rating: 5.00/5    Votes: 32   Popularity: 7.53
Licence: CPOL    Views: 91,670     Bookmarked: 83   Downloaded: 1,816
Please Sign up or sign in to vote.
An ExifReader class in C# that supports custom formatting and extraction. StyleCop compliant code, with demos for WPF and Windows Forms.
16 Jun 2008   Updated: 16 Jun 2008   Rating: 5.00/5    Votes: 44   Popularity: 8.06
Licence: CPOL    Views: 121,704     Bookmarked: 77   Downloaded: 1,860
Please Sign up or sign in to vote.
This articles explains how to implement a TypeDescriptionProvider for a class to support multiple object types using a single class type
23 Feb 2006   Updated: 23 Feb 2006   Rating: 4.49/5    Votes: 28   Popularity: 6.35
Licence: CDDL    Views: 189,725     Bookmarked: 81   Downloaded: 2,458
Please Sign up or sign in to vote.
DimmerDialog is a .NET class that shows a modal dialog which grays out the rest of the background, just like the Windows XP Shutdown dialog. This can be used when your application needs to show a very important message box or form that requires immediate user attention.
WPF
26 Mar 2011   Updated: 26 Mar 2011   Rating: 4.92/5    Votes: 39   Popularity: 7.83
Licence: CPOL    Views: 132,653     Bookmarked: 40   Downloaded: 745
Please Sign up or sign in to vote.
This is an unofficial Code Project application that can analyze forums over a range of posts to retrieve posting statistics for individual members.
16 Mar 2011   Updated: 16 Mar 2011   Rating: 4.98/5    Votes: 56   Popularity: 8.70
Licence: CPOL    Views: 152,738     Bookmarked: 97   Downloaded: 1,016
Please Sign up or sign in to vote.
This article is about a very light-weight enum extension library that takes advantage of dynamic types in .NET 4.0 to provide a simple way to add meta attributes to an enum field.
12 Apr 2010   Updated: 12 Apr 2010   Rating: 5.00/5    Votes: 15   Popularity: 5.73
Licence: CPOL    Views: 66,633     Bookmarked: 41   Downloaded: 1,083
Please Sign up or sign in to vote.
The Exif Compare Utility is a WinDiff equivalent for image files that compares the Exif meta-data and displays the differences and similarities. The application is written using WPF and MVVM.
20 Sep 2010   Updated: 20 Sep 2010   Rating: 4.90/5    Votes: 43   Popularity: 8.01
Licence: CPOL    Views: 670,955     Bookmarked: 28   Downloaded: 599
Please Sign up or sign in to vote.
This application monitors for new posts in the Code Project forums.
16 Feb 2011   Updated: 17 Feb 2011   Rating: 4.83/5    Votes: 11   Popularity: 5.03
Licence: CPOL    Views: 109,757     Bookmarked: 17   Downloaded: 1,023
Please Sign up or sign in to vote.
The core idea behind this code and article is to provide an uncomplicated approach to reset a view-model without having to adjust DataContext references in views.
12 Apr 2007   Updated: 12 Apr 2007   Rating: 4.85/5    Votes: 53   Popularity: 8.28
Licence: CPOL    Views: 226,522     Bookmarked: 84   Downloaded: 7,027
Please Sign up or sign in to vote.
This article covers how animations can be applied on properties that do not have an associated animation class
3 Apr 2010   Updated: 9 Apr 2010   Rating: 4.96/5    Votes: 29   Popularity: 7.03
Licence: CPOL    Views: 113,747     Bookmarked: 60   Downloaded: 905
Please Sign up or sign in to vote.
This article shows you how to add menu items to the system menu and attach command handlers in an MVVM compatible fashion
15 Apr 2010   Updated: 15 Apr 2010   Rating: 4.94/5    Votes: 24   Popularity: 6.54
Licence: CPOL    Views: 180,411     Bookmarked: 41   Downloaded: 3,302
Please Sign up or sign in to vote.
This article discusses an attached behavior that lets you handle the View Window's Closed and Closing events via commands in the View-Model
21 Jul 2006   Updated: 28 Jun 2010   Rating: 4.40/5    Votes: 56   Popularity: 7.63
Licence: CPOL    Views: 349,950     Bookmarked: 127   Downloaded: 7,896
Please Sign up or sign in to vote.
A brief introduction to using transformations with the WPF
WTL
6 Oct 2002   Updated: 12 Oct 2002   Rating: 4.95/5    Votes: 160   Popularity: 10.84
Licence: Not specified    Views: 1,511,278     Bookmarked: 567   Downloaded: 0
Please Sign up or sign in to vote.
A guide to the string wrapper classes provided by Visual C++ and class libraries
XAML
23 Mar 2013   Updated: 23 Mar 2013   Rating: 4.81/5    Votes: 17   Popularity: 5.92
Licence: CPOL    Views: 44,833     Bookmarked: 23   Downloaded: 663
Please Sign up or sign in to vote.
Writing a basic Windows Store Hello World equivalent using VC++ and MVVM
General Programming
Architecture
18 Apr 2023   Updated: 18 Apr 2023   Rating: 4.50/5    Votes: 2   Popularity: 1.35
Licence: CPOL    Views: 4,350     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Patterns used to power autonomous capability domains using an enterprise event stream
Hosted Services
Azure
17 Jun 2014   Updated: 17 Jun 2014   Rating: 4.95/5    Votes: 9   Popularity: 4.72
Licence: CPOL    Views: 26,915     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
This is an overview of the Microsoft Azure Storage Client Library for C++ with basic code snippets
Mobile Apps
Windows Phone 7
23 Jan 2011   Updated: 23 Jan 2011   Rating: 4.96/5    Votes: 28   Popularity: 7.17
Licence: CPOL    Views: 152,777     Bookmarked: 20   Downloaded: 361
Please Sign up or sign in to vote.
This is a WP7 application that will analyze your most recent posts and give you summarized statistics on your forum wide posting split up.
Programming Languages
ASM
1 Apr 2010   Updated: 2 Apr 2010   Rating: 4.99/5    Votes: 33   Popularity: 7.14
Licence: CPOL    Views: 83,623     Bookmarked: 21   Downloaded: 116
Please Sign up or sign in to vote.
This paper is a summary of a research exercise conducted in conjunction by Nish Sivakumar, Professor Cuthbert Calculus, and Glenn Quagmire.
C#
16 Apr 2002   Updated: 16 Apr 2002   Rating: 4.86/5    Votes: 37   Popularity: 7.32
Licence: CPOL    Views: 189,004     Bookmarked: 57   Downloaded: 0
Please Sign up or sign in to vote.
This ports Joe Newcomer's AutoRepeat Button class to a .NET control
29 Jul 2002   Updated: 29 Jul 2002   Rating: 4.98/5    Votes: 47   Popularity: 8.14
Licence: CPOL    Views: 165,081     Bookmarked: 33   Downloaded: 1,552
Please Sign up or sign in to vote.
A ListBox derived class that supports internal ordering and re-ordering of items
31 Jul 2002   Updated: 31 Jul 2002   Rating: 4.77/5    Votes: 16   Popularity: 5.47
Licence: Not specified    Views: 182,386     Bookmarked: 50   Downloaded: 2,653
Please Sign up or sign in to vote.
A ListBox derived class that shows tool-tips for items that won't fit within the width of the list box
4 Aug 2002   Updated: 4 Aug 2002   Rating: 4.84/5    Votes: 41   Popularity: 7.71
Licence: Ms-PL    Views: 407,607     Bookmarked: 78   Downloaded: 7,798
Please Sign up or sign in to vote.
An owner drawn listbox that supports multi-line word-wrapped text as well as in-place editing.
4 Aug 2002   Updated: 4 Aug 2002   Rating: 4.93/5    Votes: 18   Popularity: 6.06
Licence: Ms-PL    Views: 252,594     Bookmarked: 67   Downloaded: 8,745
Please Sign up or sign in to vote.
A fully owner drawn ComboBox derived class for enumerating and choosing fonts
23 May 2002   Updated: 23 May 2002   Rating: 4.71/5    Votes: 10   Popularity: 4.26
Licence: CPOL    Views: 127,403     Bookmarked: 18   Downloaded: 1,407
Please Sign up or sign in to vote.
This article presents a port of the MFC Trick button to .NET using Managed C++ and Windows Forms
7 Jun 2002   Updated: 7 Jun 2002   Rating: 4.99/5    Votes: 62   Popularity: 8.87
Licence: CPOL    Views: 155,051     Bookmarked: 28   Downloaded: 2,189
Please Sign up or sign in to vote.
A .NET port of my MFC CFrameWnd derived InputBox class, written using MC++
27 Apr 2002   Updated: 27 Apr 2002   Rating: 4.72/5    Votes: 51   Popularity: 7.98
Licence: CPOL    Views: 526,742     Bookmarked: 118   Downloaded: 6,824
Please Sign up or sign in to vote.
An introduction to using the clipboard
19 May 2004   Updated: 19 May 2004   Rating: 4.77/5    Votes: 30   Popularity: 6.97
Licence: CPOL    Views: 105,462     Bookmarked: 35   Downloaded: 1,212
Please Sign up or sign in to vote.
The CPZipStripper tool with source code
3 Nov 2011   Updated: 4 Nov 2011   Rating: 4.94/5    Votes: 73   Popularity: 9.18
Licence: CPOL    Views: 293,908     Bookmarked: 108   Downloaded: 2
Please Sign up or sign in to vote.
A comparative look at lambdas in C++ and C# with focus on the differences and similarities in lambda usage across the languages and their variants.
9 Oct 2001   Updated: 9 Oct 2001   Rating: 4.64/5    Votes: 136   Popularity: 9.79
Licence: CPOL    Views: 993,049     Bookmarked: 179   Downloaded: 4,730
Please Sign up or sign in to vote.
An elementary introduction to inheritance, polymorphism in C# using simple code snippets
13 Oct 2001   Updated: 13 Oct 2001   Rating: 4.84/5    Votes: 67   Popularity: 8.61
Licence: CPL    Views: 473,347     Bookmarked: 107   Downloaded: 4,052
Please Sign up or sign in to vote.
Two oft-overlooked value types that C# offers and where they can be used
16 Oct 2001   Updated: 16 Oct 2001   Rating: 4.62/5    Votes: 111   Popularity: 9.29
Licence: CPOL    Views: 895,572     Bookmarked: 232   Downloaded: 2
Please Sign up or sign in to vote.
An introduction to using events and event handlers in C#
12 Oct 2001   Updated: 12 May 2002   Rating: 4.82/5    Votes: 45   Popularity: 7.87
Licence: CPOL    Views: 192,188     Bookmarked: 40   Downloaded: 2
Please Sign up or sign in to vote.
Introduction to unsafe code
18 Apr 2005   Updated: 19 Apr 2005   Rating: 4.67/5    Votes: 21   Popularity: 5.97
Licence: CPOL    Views: 151,185     Bookmarked: 23   Downloaded: 2
Please Sign up or sign in to vote.
Article shows how to overcome the C# insistence on operator overloads being static and describes a method for simulating polymorphic behavior for operator overloads.
11 Mar 2009   Updated: 11 Mar 2009   Rating: 4.53/5    Votes: 19   Popularity: 5.68
Licence: CPOL    Views: 51,495     Bookmarked: 20   Downloaded: 134
Please Sign up or sign in to vote.
This article describes a generic Trictionary class derived from Dictionary that allows two values of different types per key
10 Apr 2002   Updated: 10 Apr 2002   Rating: 4.76/5    Votes: 58   Popularity: 8.25
Licence: Not specified    Views: 620,689     Bookmarked: 171   Downloaded: 1
Please Sign up or sign in to vote.
Beginner's Tutorial on adding tray icons and setting context menus
20 Nov 2017   Updated: 20 Nov 2017   Rating: 4.33/5    Votes: 4   Popularity: 2.61
Licence: CPOL    Views: 12,460     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
This how-to article explores an approach using partial classes to inject a common interface into unrelated types that are auto-generated from web services or other external sources
15 Mar 2002   Updated: 15 Mar 2002   Rating: 4.65/5    Votes: 48   Popularity: 7.65
Licence: CPOL    Views: 183,388     Bookmarked: 49   Downloaded: 1,741
Please Sign up or sign in to vote.
Shows how you can use a timer proc in your windows forms apps
26 Jul 2005   Updated: 27 Jul 2005   Rating: 4.40/5    Votes: 73   Popularity: 8.19
Licence: Ms-PL    Views: 452,961     Bookmarked: 66   Downloaded: 0
Please Sign up or sign in to vote.
Why the author thinks that C++/CLI has its own unique role to play as a first-class .NET programming language
5 Jul 2008   Updated: 5 Jul 2008   Rating: 5.00/5    Votes: 25   Popularity: 6.90
Licence: CPOL    Views: 67,814     Bookmarked: 30   Downloaded: 410
Please Sign up or sign in to vote.
This article walks through the implementation of a C++/CLI class from a disposable C# base.
23 Mar 2002   Updated: 13 May 2002   Rating: 4.72/5    Votes: 82   Popularity: 8.96
Licence: CPOL    Views: 432,741     Bookmarked: 91   Downloaded: 11,408
Please Sign up or sign in to vote.
An introduction to drag and drop in .NET
21 Mar 2002   Updated: 21 May 2002   Rating: 4.83/5    Votes: 44   Popularity: 7.80
Licence: Ms-PL    Views: 194,696     Bookmarked: 58   Downloaded: 0
Please Sign up or sign in to vote.
Shows with some code snippets how registry handling is a piece of cake with .NET
4 Apr 2002   Updated: 4 Apr 2002   Rating: 4.82/5    Votes: 85   Popularity: 9.20
Licence: CPOL    Views: 340,174     Bookmarked: 167   Downloaded: 1
Please Sign up or sign in to vote.
Introduces .NET remoting and the use of asynchronous callbacks using simple code snippets
27 Mar 2002   Updated: 27 Mar 2002   Rating: 4.74/5    Votes: 35   Popularity: 7.14
Licence: CPOL    Views: 374,503     Bookmarked: 67   Downloaded: 2,000
Please Sign up or sign in to vote.
An introduction to using signaled events for thread synchronization in .NET
C# 4.0
20 Aug 2009   Updated: 24 Aug 2009   Rating: 4.98/5    Votes: 28   Popularity: 6.26
Licence: CPOL    Views: 101,468     Bookmarked: 35   Downloaded: 1,480
Please Sign up or sign in to vote.
This is an LCS based diff library that was written for the Code Project Lean and Mean diff engine contest
18 Nov 2010   Updated: 19 Nov 2010   Rating: 4.99/5    Votes: 29   Popularity: 7.29
Licence: CPOL    Views: 138,522     Bookmarked: 22   Downloaded: 773
Please Sign up or sign in to vote.
This is a lightweight version of Luc Pattyn's popular CP Vanity application
8 Nov 2010   Updated: 19 Nov 2010   Rating: 4.94/5    Votes: 55   Popularity: 8.52
Licence: CPOL    Views: 216,117     Bookmarked: 111   Downloaded: 4,920
Please Sign up or sign in to vote.
PopClient is an asynchronous POP3 library with support for SSL and attachments
C++
26 Jun 2005   Updated: 26 Jun 2005   Rating: 4.93/5    Votes: 40   Popularity: 7.73
Licence: CPOL    Views: 351,572     Bookmarked: 92   Downloaded: 10,277
Please Sign up or sign in to vote.
A tool with full source code that enumerates tray icons and allows you to reposition them as well as send mouse messages.
21 Feb 2002   Updated: 3 Oct 2003   Rating: 4.79/5    Votes: 32   Popularity: 7.07
Licence: Not specified    Views: 380,992     Bookmarked: 50   Downloaded: 12,552
Please Sign up or sign in to vote.
This free program can be used to stress test SMTP servers. It also aids anti-Spam tool developers as a useful mail-bombardment tool.
6 Jun 2013   Updated: 6 Jun 2013   Rating: 4.86/5    Votes: 17   Popularity: 5.98
Licence: CPOL    Views: 100,059     Bookmarked: 36   Downloaded: 0
Please Sign up or sign in to vote.
The article walks through using the Casablanca REST API library to consume a REST web service from C++ code
25 Feb 2002   Updated: 28 Feb 2002   Rating: 4.88/5    Votes: 37   Popularity: 7.53
Licence: Ms-PL    Views: 244,406     Bookmarked: 104   Downloaded: 2,190
Please Sign up or sign in to vote.
Shareware authors can use this class to limit the number of runs or the number of days that a program will function
28 Apr 2002   Updated: 28 Apr 2002   Rating: 4.91/5    Votes: 45   Popularity: 8.07
Licence: Ms-PL    Views: 329,289     Bookmarked: 59   Downloaded: 5,478
Please Sign up or sign in to vote.
Explains how to register, use and unregister hotkeys
17 Feb 2002   Updated: 2 Aug 2002   Rating: 4.92/5    Votes: 58   Popularity: 8.64
Licence: Ms-PL    Views: 567,174     Bookmarked: 130   Downloaded: 0
Please Sign up or sign in to vote.
Gives an elementary introduction to the use of ShellExecute/ShellExecuteEx, CreateProcess, WaitForSingleObject. How to bring up the Find window, the Properties window.
29 Sep 2011   Updated: 29 Sep 2011   Rating: 4.83/5    Votes: 57   Popularity: 8.41
Licence: CPOL    Views: 283,386     Bookmarked: 71   Downloaded: 0
Please Sign up or sign in to vote.
The fundamentals of using Visual C++ to consume and create WinRT objects
18 Oct 2011   Updated: 18 Oct 2011   Rating: 4.85/5    Votes: 16   Popularity: 5.84
Licence: CPOL    Views: 86,056     Bookmarked: 24   Downloaded: 495
Please Sign up or sign in to vote.
An introduction to using WinRT databinding with Visual C++
20 Jan 2006   Updated: 20 Jan 2006   Rating: 4.98/5    Votes: 31   Popularity: 7.36
Licence: Ms-PL    Views: 74,192     Bookmarked: 35   Downloaded: 918
Please Sign up or sign in to vote.
CAutoNativePtr is a managed template class that acts as a smart pointer, and is handy for using native objects in managed code.
18 Oct 2001   Updated: 7 Jul 2002   Rating: 4.78/5    Votes: 20   Popularity: 6.11
Licence: CPOL    Views: 325,852     Bookmarked: 50   Downloaded: 1,591
Please Sign up or sign in to vote.
An attempt to get a beginner started on Managed C++
15 Jul 2005   Updated: 21 Jul 2005   Rating: 4.27/5    Votes: 38   Popularity: 6.75
Licence: Not specified    Views: 215,854     Bookmarked: 68   Downloaded: 1,608
Please Sign up or sign in to vote.
A C++ class that will detect and enumerate the active CLR versions on a machine
26 Jan 2003   Updated: 26 Jan 2003   Rating: 4.80/5    Votes: 30   Popularity: 6.79
Licence: Not specified    Views: 169,871     Bookmarked: 50   Downloaded: 8,165
Please Sign up or sign in to vote.
Shows how to globally change the icons for folders and drives. Also shows some nifty tricks you might find handy in your applications.
7 Aug 2003   Updated: 7 Aug 2003   Rating: 4.68/5    Votes: 33   Popularity: 6.91
Licence: Ms-PL    Views: 176,726     Bookmarked: 72   Downloaded: 2,120
Please Sign up or sign in to vote.
Demonstrates techniques using windows messages and hooks, which allow us to automate a windows properties dialog or even custom applications
10 Jun 2005   Updated: 10 Jun 2005   Rating: 5.00/5    Votes: 41   Popularity: 7.96
Licence: Not specified    Views: 130,405     Bookmarked: 85   Downloaded: 1,345
Please Sign up or sign in to vote.
CProcessData is a template class that makes it easy to use data allocated in a different process, and is useful when making inter-process SendMessage/PostMessage calls.
29 Dec 2001   Updated: 29 Dec 2001   Rating: 4.85/5    Votes: 93   Popularity: 9.45
Licence: CPOL    Views: 584,513     Bookmarked: 252   Downloaded: 16,065
Please Sign up or sign in to vote.
Includes a generic skeleton for a simple NT service. Explains how to install, start, and stop the service programmatically.
13 Feb 2002   Updated: 14 Feb 2002   Rating: 4.91/5    Votes: 28   Popularity: 7.03
Licence: CPOL    Views: 256,520     Bookmarked: 35   Downloaded: 2,333
Please Sign up or sign in to vote.
A class for reading and writing floppy disk sectors directly [Win 95/98/ME/NT/2K/XP]
20 May 2002   Updated: 20 May 2002   Rating: 4.94/5    Votes: 27   Popularity: 6.99
Licence: CPOL    Views: 199,752     Bookmarked: 55   Downloaded: 2,529
Please Sign up or sign in to vote.
A simple class to install, uninstall, start, stop, pause, continue Win32 services
28 Mar 2004   Updated: 29 Mar 2004   Rating: 4.64/5    Votes: 35   Popularity: 6.85
Licence: Not specified    Views: 427,068     Bookmarked: 49   Downloaded: 0
Please Sign up or sign in to vote.
Article explains the differences between malloc/free and new/delete in a C++ context
1 Jun 2005   Updated: 1 Jun 2005   Rating: 4.58/5    Votes: 19   Popularity: 5.75
Licence: Not specified    Views: 85,994     Bookmarked: 28   Downloaded: 0
Please Sign up or sign in to vote.
Describes a function that overcomes the inadequacies of IsAppThemed and IsThemeActive.
13 Sep 2006   Updated: 13 Sep 2006   Rating: 4.96/5    Votes: 41   Popularity: 7.89
Licence: CPOL    Views: 281,387     Bookmarked: 97   Downloaded: 2,134
Please Sign up or sign in to vote.
Shows how to use CFSTR_FILEDESCRIPTOR and CFSTR_FILECONTENTS to perform drag/drop with virtual files
C++/CLI
25 Oct 2001   Updated: 25 Oct 2001   Rating: 4.88/5    Votes: 16   Popularity: 5.88
Licence: Not specified    Views: 174,176     Bookmarked: 38   Downloaded: 0
Please Sign up or sign in to vote.
An introduction to Windows Forms using Managed C++
26 Oct 2001   Updated: 26 Oct 2001   Rating: 4.86/5    Votes: 18   Popularity: 6.11
Licence: CPOL    Views: 162,833     Bookmarked: 37   Downloaded: 0
Please Sign up or sign in to vote.
Demonstrates adding menus, showing open-dialog boxes, showing images, scrolling.
2 Jun 2002   Updated: 2 Jun 2002   Rating: 4.45/5    Votes: 11   Popularity: 4.45
Licence: Not specified    Views: 113,471     Bookmarked: 36   Downloaded: 2,519
Please Sign up or sign in to vote.
Shows how to derive a class from ComboBox and add an Auto-Complete feature to it. The example uses Managed C++.
28 Oct 2001   Updated: 3 Jul 2002   Rating: 5.00/5    Votes: 32   Popularity: 7.31
Licence: CPOL    Views: 186,446     Bookmarked: 67   Downloaded: 2,869
Please Sign up or sign in to vote.
Demonstrates the usage of splitters, treeviews, listviews, panels, toolbars
20 Dec 2005   Updated: 20 Dec 2005   Rating: 4.88/5    Votes: 31   Popularity: 7.07
Licence: CPOL    Views: 289,084     Bookmarked: 76   Downloaded: 4,287
Please Sign up or sign in to vote.
This article is a simple introduction to using the CWinFormsControl MFC class to put a Windows Forms control on an MFC dialog.
15 Feb 2006   Updated: 21 Feb 2006   Rating: 4.84/5    Votes: 22   Popularity: 6.30
Licence: CPOL    Views: 140,571     Bookmarked: 39   Downloaded: 2,487
Please Sign up or sign in to vote.
This article demonstrates how to use the Windows Forms 2.0 MenuStrip and ToolStrip controls in an MFC SDI application, using C++/CLI, to get the Office 2003 style menu and toolbar
24 Jul 2002   Updated: 24 Jul 2002   Rating: 4.60/5    Votes: 18   Popularity: 5.66
Licence: Not specified    Views: 322,072     Bookmarked: 65   Downloaded: 9,699
Please Sign up or sign in to vote.
A work time tracking system that includes a Managed C++ remoting server and MFC clients that use the managed extensions. The application demonstrates how to mix managed and unmanaged code.
27 Apr 2004   Updated: 27 Apr 2004   Rating: 4.83/5    Votes: 111   Popularity: 9.78
Licence: Not specified    Views: 566,134     Bookmarked: 130   Downloaded: 0
Please Sign up or sign in to vote.
A brief look at the new C++/CLI syntax and how it improves over the old MC++ syntax
22 Jun 2004   Updated: 22 Jun 2004   Rating: 4.81/5    Votes: 33   Popularity: 7.10
Licence: Not specified    Views: 332,677     Bookmarked: 37   Downloaded: 0
Please Sign up or sign in to vote.
Takes a look at new features like explicit overriding, renamed overriding, multiple overriding and sealing a method
12 Jul 2004   Updated: 11 Aug 2004   Rating: 4.93/5    Votes: 54   Popularity: 8.29
Licence: Ms-PL    Views: 570,654     Bookmarked: 65   Downloaded: 0
Please Sign up or sign in to vote.
The article exposes the new array syntax available in C++/CLI for the declaration and use of CLI arrays
12 Aug 2004   Updated: 12 Aug 2004   Rating: 4.92/5    Votes: 29   Popularity: 6.79
Licence: Not specified    Views: 173,051     Bookmarked: 36   Downloaded: 0
Please Sign up or sign in to vote.
Looks at how deterministic destruction is possible with C++/CLI
29 Nov 2004   Updated: 29 Nov 2004   Rating: 4.89/5    Votes: 29   Popularity: 7.07
Licence: Not specified    Views: 118,557     Bookmarked: 29   Downloaded: 0
Please Sign up or sign in to vote.
Tries to explain the syntax, usage and behavior of interior pointers in C++/CLI
30 Nov 2004   Updated: 30 Nov 2004   Rating: 4.74/5    Votes: 29   Popularity: 6.85
Licence: CPOL    Views: 99,846     Bookmarked: 32   Downloaded: 0
Please Sign up or sign in to vote.
Article on the usage and dangers of pinning pointers
7 Dec 2004   Updated: 7 Dec 2004   Rating: 4.96/5    Votes: 25   Popularity: 6.66
Licence: CPOL    Views: 163,709     Bookmarked: 32   Downloaded: 0
Please Sign up or sign in to vote.
Introduces generics and compares it with templates
11 May 2005   Updated: 11 May 2005   Rating: 4.89/5    Votes: 20   Popularity: 6.13
Licence: CPOL    Views: 217,437     Bookmarked: 22   Downloaded: 0
Please Sign up or sign in to vote.
Looks at the syntax for the declaration and use of properties in C++/CLI
20 Jun 2006   Updated: 20 Jun 2006   Rating: 4.89/5    Votes: 35   Popularity: 7.22
Licence: Ms-PL    Views: 117,733     Bookmarked: 45   Downloaded: 0
Please Sign up or sign in to vote.
The article takes a brief look at some not so commonly used classes such as auto_handle, lock, and ptr.
12 Jul 2007   Updated: 12 Jul 2007   Rating: 4.93/5    Votes: 27   Popularity: 6.98
Licence: CPOL    Views: 84,987     Bookmarked: 24   Downloaded: 1
Please Sign up or sign in to vote.
This article covers basic marshal_as usage, as well as how to extend marshal_as to support additional type conversions
8 Mar 2008   Updated: 8 Mar 2008   Rating: 4.80/5    Votes: 26   Popularity: 6.54
Licence: CDDL    Views: 85,279     Bookmarked: 17   Downloaded: 0
Please Sign up or sign in to vote.
The performance of STL/CLR sequence containers are compared with that of corresponding BCL generic collection classes
10 May 2002   Updated: 10 May 2002   Rating: 4.92/5    Votes: 19   Popularity: 6.17
Licence: Not specified    Views: 259,597     Bookmarked: 27   Downloaded: 1,443
Please Sign up or sign in to vote.
An MC++ class that uses IJW to invoke the IShellLink interface
3 Nov 2001   Updated: 3 Nov 2001   Rating: 4.67/5    Votes: 11   Popularity: 4.67
Licence: Not specified    Views: 220,374     Bookmarked: 18   Downloaded: 0
Please Sign up or sign in to vote.
Shows how to use the Mutex class to limit your app to a single instance using a named mutex
10 Oct 2001   Updated: 12 Nov 2001   Rating: 4.86/5    Votes: 43   Popularity: 7.88
Licence: CPOL    Views: 206,250     Bookmarked: 26   Downloaded: 1,522
Please Sign up or sign in to vote.
Shows how you can use data bound controls with OLE DB
10 Oct 2001   Updated: 1 Dec 2001   Rating: 4.97/5    Votes: 31   Popularity: 7.34
Licence: CPOL    Views: 335,294     Bookmarked: 29   Downloaded: 3,797
Please Sign up or sign in to vote.
Basic introduction to using OLE DB to insert, update and read records from a database
25 May 2002   Updated: 25 May 2002   Rating: 4.81/5    Votes: 17   Popularity: 5.79
Licence: Not specified    Views: 176,155     Bookmarked: 31   Downloaded: 2,647
Please Sign up or sign in to vote.
A basic introduction to serialization using Managed C++
27 May 2002   Updated: 27 May 2002   Rating: 4.84/5    Votes: 36   Popularity: 7.41
Licence: Not specified    Views: 216,032     Bookmarked: 26   Downloaded: 0
Please Sign up or sign in to vote.
Shows how you can load an assembly at run time, instantiate a class in that assembly and call methods on the class
12 Jun 2002   Updated: 12 Jun 2002   Rating: 5.00/5    Votes: 11   Popularity: 5.00
Licence: Not specified    Views: 306,673     Bookmarked: 28   Downloaded: 822
Please Sign up or sign in to vote.
Tutorial on creating your own collection classes that are enumerable and sortable. Explains in detail the usage of the IEnumerable, IEnumerator, IComparable and IComparer interfaces
15 Oct 2001   Updated: 12 Jun 2002   Rating: 4.78/5    Votes: 47   Popularity: 7.90
Licence: CPOL    Views: 252,070     Bookmarked: 92   Downloaded: 0
Please Sign up or sign in to vote.
Introduces and walks you through the use of delegates in .NET. Compares and contrasts the different approaches that MC++ and C# adopt in the use of delegates. With examples in both languages
13 Oct 2001   Updated: 24 Jun 2002   Rating: 4.78/5    Votes: 26   Popularity: 6.77
Licence: Not specified    Views: 228,413     Bookmarked: 31   Downloaded: 971
Please Sign up or sign in to vote.
Declaring and using managed .NET arrays with MC++
12 Oct 2001   Updated: 26 Jun 2002   Rating: 4.93/5    Votes: 28   Popularity: 6.98
Licence: Not specified    Views: 172,891     Bookmarked: 29   Downloaded: 937
Please Sign up or sign in to vote.
Demonstrates the use of the reader/writer classes as well as the file/directory info classes
23 Aug 2002   Updated: 23 Aug 2002   Rating: 4.93/5    Votes: 21   Popularity: 6.30
Licence: CPOL    Views: 345,764     Bookmarked: 60   Downloaded: 0
Please Sign up or sign in to vote.
Demonstrates and compares the various casting operators available. Also suggests when to use and what to use!
8 Aug 2003   Updated: 8 Aug 2003   Rating: 4.91/5    Votes: 25   Popularity: 6.69
Licence: Not specified    Views: 124,601     Bookmarked: 16   Downloaded: 0
Please Sign up or sign in to vote.
An introduction to managed exception handling in MC++ programs
18 May 2005   Updated: 18 May 2005   Rating: 4.80/5    Votes: 19   Popularity: 6.03
Licence: Not specified    Views: 62,571     Bookmarked: 10   Downloaded: 577
Please Sign up or sign in to vote.
CNullable can be used to represent a value type (or simple native type) such that the type can be nulled. You can also compare it to nullptr using the == and != operators both of which have been overloaded.
2 May 2002   Updated: 2 May 2002   Rating: 4.96/5    Votes: 22   Popularity: 6.56
Licence: Not specified    Views: 277,409     Bookmarked: 28   Downloaded: 0
Please Sign up or sign in to vote.
A basic introduction to using IJW instead of P/Invoke in Managed C++. This is also the first CP article on IJW.
6 May 2002   Updated: 3 Jul 2002   Rating: 4.92/5    Votes: 39   Popularity: 7.72
Licence: CPOL    Views: 296,993     Bookmarked: 38   Downloaded: 2,608
Please Sign up or sign in to vote.
This is further demonstration of MC++ IJW capabilities
13 Jul 2002   Updated: 13 Jul 2002   Rating: 4.53/5    Votes: 16   Popularity: 5.19
Licence: Not specified    Views: 205,116     Bookmarked: 37   Downloaded: 1,013
Please Sign up or sign in to vote.
Shows how you can call native API functions that require callbacks using IJW, and without the use of DllImport attribute. The technique allows you to pass a delegate as the callback function just as in the MS recommended manner except, I show you how to do this without the ugly DllImport attribute.
17 Jun 2005   Updated: 17 Jun 2005   Rating: 4.55/5    Votes: 24   Popularity: 6.02
Licence: Ms-PL    Views: 162,949     Bookmarked: 44   Downloaded: 0
Please Sign up or sign in to vote.
Explains the usage of the Marshal class methods GetFunctionPointerForDelegate and GetDelegateForFunctionPointer, and compares their performance with the P/Invoke mechanism.
26 Aug 2003   Updated: 2 Sep 2003   Rating: 4.88/5    Votes: 34   Popularity: 7.27
Licence: Not specified    Views: 166,905     Bookmarked: 27   Downloaded: 244
Please Sign up or sign in to vote.
Describes the virtual bool bug that exists in mixed mode Managed C++ programs that access unmanaged classes
17 Oct 2001   Updated: 28 Jun 2002   Rating: 4.83/5    Votes: 31   Popularity: 7.07
Licence: Not specified    Views: 176,237     Bookmarked: 42   Downloaded: 1,251
Please Sign up or sign in to vote.
Explains the usage of WebRequest, WebResponse and related classes.
15 May 2005   Updated: 15 May 2005   Rating: 4.97/5    Votes: 37   Popularity: 7.73
Licence: CPOL    Views: 187,921     Bookmarked: 50   Downloaded: 1,493
Please Sign up or sign in to vote.
A convertor class for managed-unmanaged string conversions that handles memory de-allocations. Caller need not worry about freeing unmanaged memory allocations.
30 Oct 2001   Updated: 30 Oct 2001   Rating: 5.00/5    Votes: 18   Popularity: 6.02
Licence: CPOL    Views: 173,288     Bookmarked: 32   Downloaded: 0
Please Sign up or sign in to vote.
Shows how you can pass data to your worker threads
31 Oct 2001   Updated: 31 Oct 2001   Rating: 5.00/5    Votes: 15   Popularity: 5.88
Licence: CPOL    Views: 85,920     Bookmarked: 24   Downloaded: 0
Please Sign up or sign in to vote.
Introduction to using the Monitor class for accessing shared resources from multiple threads
24 Feb 2007   Updated: 24 Feb 2007   Rating: 4.95/5    Votes: 39   Popularity: 7.76
Licence: CPOL    Views: 87,646     Bookmarked: 33   Downloaded: 0
Please Sign up or sign in to vote.
Excerpts from Chapter 1. Topics are (1) Declaring CLR types and (2) Handles: The CLI equivalent to pointers
26 Feb 2007   Updated: 26 Feb 2007   Rating: 4.98/5    Votes: 28   Popularity: 7.13
Licence: CPOL    Views: 88,784     Bookmarked: 31   Downloaded: 0
Please Sign up or sign in to vote.
This is an excerpt from Chapter 1 that covers how CLI classes are instantiated, and discusses constructors and assignment operators
28 Feb 2007   Updated: 28 Feb 2007   Rating: 4.93/5    Votes: 40   Popularity: 7.79
Licence: Ms-PL    Views: 81,618     Bookmarked: 43   Downloaded: 0
Please Sign up or sign in to vote.
Excerpt from Chapter 4 on interior and pinning pointers
C++11
20 Jul 2013   Updated: 21 Jul 2013   Rating: 4.82/5    Votes: 29   Popularity: 7.04
Licence: CPOL    Views: 88,113     Bookmarked: 39   Downloaded: 0
Please Sign up or sign in to vote.
This is a quick overview of ISO C++ 11 compiler features that are supported in VC++ 2013 Preview
Visual C++ 14.0
24 Jul 2014   Updated: 25 Jul 2014   Rating: 4.92/5    Votes: 52   Popularity: 8.45
Licence: CPOL    Views: 66,908     Bookmarked: 39   Downloaded: 0
Please Sign up or sign in to vote.
The article goes through sevean language and IDE features in the VS 14 CTP 2 that are specific to C++ development
Web Development
ASP.NET
19 Feb 2004   Updated: 19 Feb 2004   Rating: 4.27/5    Votes: 41   Popularity: 6.75
Licence: CPOL    Views: 486,992     Bookmarked: 69   Downloaded: 4,963
Please Sign up or sign in to vote.
Using nested repeaters in ASP.NET with an XML data store

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.56

Desktop Programming
WPF
13 Apr 2010   Updated: 14 Apr 2010   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 12,141     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
John, here's a simpler way to do this. This will also handle strings like "3*" which are valid grid length values in Xaml.private RowDefinition MakeRowDefinition(string height){ RowDefinition rowDef = new RowDefinition(); GridLengthConverter converter = new...
General Programming
Architecture
14 Nov 2023   Updated: 14 Nov 2023   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 4,280     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Hosted Services
Azure
2 Oct 2023   Updated: 2 Oct 2023   Rating: 3.50/5    Votes: 2   Popularity: 1.05
Licence: CPOL    Views: 5,490     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Programming Languages
C#
27 Sep 2023   Updated: 27 Sep 2023   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 3,895     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Details the additional steps needed to get WebJobs logging to Application Insights.
29 Sep 2023   Updated: 29 Sep 2023   Rating: 4.85/5    Votes: 5   Popularity: 3.39
Licence: CPOL    Views: 6,950     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Minimal code to copy a base object into a derived instance
28 Sep 2023   Updated: 28 Sep 2023   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 4,650     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Shows how to programmatically stop/exit a WebJob on Azure

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
United States United States
Nish Nishant is a technology enthusiast from Columbus, Ohio. He has over 20 years of software industry experience in various roles including Chief Technology Officer, Senior Solution Architect, Lead Software Architect, Principal Software Engineer, and Engineering/Architecture Team Leader. Nish is a 14-time recipient of the Microsoft Visual C++ MVP Award.

Nish authored C++/CLI in Action for Manning Publications in 2005, and co-authored Extending MFC Applications with the .NET Framework for Addison Wesley in 2003. In addition, he has over 140 published technology articles on CodeProject.com and another 250+ blog articles on his WordPress blog. Nish is experienced in technology leadership, solution architecture, software architecture, cloud development (AWS and Azure), REST services, software engineering best practices, CI/CD, mentoring, and directing all stages of software development.

Nish's Technology Blog : voidnish.wordpress.com