About 52 results
Open links in new tab
  1. How to Create A Bar Chart Using SQL Server - CodeProject

    Mar 19, 2017 · In this puzzle, we're going to learn how to create a bar chart using SQL Server. Sometimes, it’s fun to see what you can do with the humble SELECT statement. Today, I figured it …

  2. How Do You Calculate the End of the Month in SQL?

    Aug 30, 2016 · When working with SQL dates, sometimes you need to calculate the end of the month. Months are tricky! Some are 28 days, others 30 or 31, and now and then there’s a leap year! So, …

  3. FAQ - CodeProject

    Frequently Asked Questions What is CodeProject? CodeProject is a community of Software developers who have come together to share source code, articles and tutorials. We have some of the brightest …

  4. Comparison of Template and Strategy Design Patterns

    Dec 12, 2013 · Download the Demo Project here Introduction In this article I have demonstrated the comparison between template and strategy design pattern with the help of a code example from my …

  5. Win32 Thread Pools and C++11 : A Quick Wrapper - CodeProject

    Jul 26, 2015 · Learn to use Windows ThreadPool with a simple C++11 class for efficient multithreading.

  6. Conditional Sums in SQL Aggregate Methods - CodeProject

    Jan 5, 2012 · A method to simplify this query and to run within a single select that I have used with success is to use a “conditional” sum in the SQL query. So rather than running COUNT(*) we will be …

  7. Setting up an ESP32 development environment with PlatformIO

    Dec 1, 2025 · Here things can be easy or complicated depending on your board. The easiest thing is you have a supported development kit that is listed under Board. If not, you can still use it. The idea …

  8. Web Application State - CodeProject

    Apr 15, 2008 · Download sample - 738 KB Introduction Web Application State A Web page is recreated every time it is posted back to the server. In traditional Web programming, this means that all the …

  9. CKnobControlST v1.0 - CodeProject

    Jun 25, 2003 · Now attach the knob control to CKnobControlST. For dialog-based applications, in your OnInitDialog: // Call the base-class method CDialog::OnInitDialog(); // Create the IDC_KNOB slider …

  10. Quick Print - CodeProject

    May 5, 2006 · Download demo project - 23.9 Kb Download source - 11.6 Kb Introduction This printing class is based on the article by Rob A. Fraydl, "Creating a Printing Class". In fact, it's just an …