Click here to Skip to main content
15,887,746 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: 136,184     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: 35,893     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: 43,042     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: 364,691     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,296,026     Bookmarked: 114   Downloaded: 5,440
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: 478,945     Bookmarked: 95   Downloaded: 13,198
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: 914,981     Bookmarked: 170   Downloaded: 14,239
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: 130,703     Bookmarked: 30   Downloaded: 1,388
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: 506,229     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: 294,129     Bookmarked: 73   Downloaded: 5,440
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: 183,307     Bookmarked: 56   Downloaded: 3,218
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,175,266     Bookmarked: 365   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: 277,111     Bookmarked: 52   Downloaded: 1,898
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: 188,625     Bookmarked: 36   Downloaded: 3,028
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: 187,456     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: 184,476     Bookmarked: 43   Downloaded: 1,900
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: 451,939     Bookmarked: 128   Downloaded: 10,150
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: 684,441     Bookmarked: 115   Downloaded: 27,000
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: 255,274     Bookmarked: 82   Downloaded: 4,491
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: 301,568     Bookmarked: 93   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: 399,613     Bookmarked: 147   Downloaded: 2,442
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: 98,372     Bookmarked: 36   Downloaded: 839
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: 923,692     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: 673,121     Bookmarked: 222   Downloaded: 17,383
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: 601,650     Bookmarked: 219   Downloaded: 28,205
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: 131,322     Bookmarked: 38   Downloaded: 1,578
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: 170,163     Bookmarked: 34   Downloaded: 1,803
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: 189,424     Bookmarked: 39   Downloaded: 7,382
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: 89,794     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: 189,480     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: 343,187     Bookmarked: 151   Downloaded: 12,108
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: 258,399     Bookmarked: 171   Downloaded: 7,757
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: 94,170     Bookmarked: 84   Downloaded: 1,838
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: 124,855     Bookmarked: 78   Downloaded: 1,880
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: 192,065     Bookmarked: 81   Downloaded: 2,463
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: 135,683     Bookmarked: 40   Downloaded: 751
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: 156,218     Bookmarked: 97   Downloaded: 1,021
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: 68,663     Bookmarked: 41   Downloaded: 1,088
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: 676,455     Bookmarked: 28   Downloaded: 602
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: 111,877     Bookmarked: 17   Downloaded: 1,025
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: 229,772     Bookmarked: 84   Downloaded: 7,057
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: 116,007     Bookmarked: 60   Downloaded: 914
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: 183,553     Bookmarked: 41   Downloaded: 3,316
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: 353,000     Bookmarked: 127   Downloaded: 7,908
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,535,513     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: 45,563     Bookmarked: 23   Downloaded: 668
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,740     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: 27,435     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: 156,938     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: 86,224     Bookmarked: 21   Downloaded: 117
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,936     Bookmarked: 58   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: 166,373     Bookmarked: 33   Downloaded: 1,559
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: 184,166     Bookmarked: 50   Downloaded: 2,657
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.85/5    Votes: 42   Popularity: 7.77
Licence: Ms-PL    Views: 411,968     Bookmarked: 80   Downloaded: 7,832
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: 255,545     Bookmarked: 67   Downloaded: 8,787
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: 128,394     Bookmarked: 18   Downloaded: 1,411
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: 156,371     Bookmarked: 29   Downloaded: 2,201
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: 532,453     Bookmarked: 118   Downloaded: 6,841
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: 106,992     Bookmarked: 35   Downloaded: 1,219
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: 307,378     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: 998,530     Bookmarked: 179   Downloaded: 4,733
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: 476,047     Bookmarked: 107   Downloaded: 4,056
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: 898,142     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: 193,508     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: 153,045     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: 52,885     Bookmarked: 20   Downloaded: 140
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: 630,929     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: 13,130     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: 184,818     Bookmarked: 49   Downloaded: 1,743
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: 464,301     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: 69,294     Bookmarked: 30   Downloaded: 413
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: 436,732     Bookmarked: 91   Downloaded: 11,448
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: 195,786     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: 345,534     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: 377,883     Bookmarked: 67   Downloaded: 2,001
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: 104,138     Bookmarked: 35   Downloaded: 1,495
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: 143,592     Bookmarked: 22   Downloaded: 775
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: 222,390     Bookmarked: 111   Downloaded: 4,936
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: 41   Popularity: 7.79
Licence: CPOL    Views: 356,922     Bookmarked: 93   Downloaded: 10,362
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: 386,054     Bookmarked: 50   Downloaded: 12,587
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: 101,459     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: 247,247     Bookmarked: 104   Downloaded: 2,196
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: 337,249     Bookmarked: 59   Downloaded: 5,496
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: 576,676     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: 291,168     Bookmarked: 72   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: 89,446     Bookmarked: 25   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: 75,282     Bookmarked: 35   Downloaded: 923
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: 328,792     Bookmarked: 50   Downloaded: 1,593
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: 218,557     Bookmarked: 68   Downloaded: 1,609
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: 171,881     Bookmarked: 50   Downloaded: 8,173
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: 179,126     Bookmarked: 72   Downloaded: 2,131
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
9 Jun 2005   Updated: 9 Jun 2005   Rating: 5.00/5    Votes: 41   Popularity: 7.96
Licence: Not specified    Views: 132,575     Bookmarked: 86   Downloaded: 1,350
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: 594,434     Bookmarked: 252   Downloaded: 16,072
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: 260,381     Bookmarked: 35   Downloaded: 2,336
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: 202,472     Bookmarked: 55   Downloaded: 2,537
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: 430,618     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: 87,434     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: 287,697     Bookmarked: 97   Downloaded: 2,149
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: 175,256     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: 163,793     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: 114,051     Bookmarked: 37   Downloaded: 2,522
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: 188,266     Bookmarked: 67   Downloaded: 2,874
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: 294,805     Bookmarked: 77   Downloaded: 4,314
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: 142,362     Bookmarked: 39   Downloaded: 2,495
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: 325,142     Bookmarked: 66   Downloaded: 9,729
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: 572,557     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: 334,807     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: 576,525     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: 175,151     Bookmarked: 36   Downloaded: 0
Please Sign up or sign in to vote.
Looks at how deterministic destruction is possible with C++/CLI
28 Nov 2004   Updated: 28 Nov 2004   Rating: 4.89/5    Votes: 29   Popularity: 7.07
Licence: Not specified    Views: 119,617     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
29 Nov 2004   Updated: 29 Nov 2004   Rating: 4.74/5    Votes: 29   Popularity: 6.85
Licence: CPOL    Views: 101,116     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: 165,199     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: 219,708     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: 119,023     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: 86,488     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: 87,469     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: 264,257     Bookmarked: 27   Downloaded: 1,444
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: 221,634     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: 207,000     Bookmarked: 26   Downloaded: 1,525
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: 338,185     Bookmarked: 29   Downloaded: 3,800
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: 177,055     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: 218,092     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: 309,885     Bookmarked: 28   Downloaded: 823
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: 253,230     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: 229,953     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: 174,171     Bookmarked: 29   Downloaded: 938
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: 349,424     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: 125,751     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: 63,281     Bookmarked: 10   Downloaded: 579
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: 280,229     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: 299,573     Bookmarked: 38   Downloaded: 2,623
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: 207,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: 165,500     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: 169,195     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: 178,207     Bookmarked: 42   Downloaded: 1,252
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: 190,636     Bookmarked: 50   Downloaded: 1,511
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: 174,718     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: 86,460     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: 88,696     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: 89,924     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: 82,708     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: 91,243     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: 69,878     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: 490,244     Bookmarked: 69   Downloaded: 4,967
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.48

Desktop Programming
WPF
13 Apr 2010   Updated: 14 Apr 2010   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 12,351     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: 5,621     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Hosted Services
Azure
2 Oct 2023   Updated: 2 Oct 2023   Rating: 3.00/5    Votes: 3   Popularity: 1.43
Licence: CPOL    Views: 6,940     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: 4,935     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: 8,691     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: 5,170     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