Scrollable Window in PythonThis code is from the YouTube video by Ken Jee Beginner Kaggle Data Science Project Walk-Through (Housing Prices) […] February 12, 2024 in Python tagged jupyter / scrollable / window / scroll / notebook by Mike
WPF DataContext Targeting the Main WindowThe DataContext property is the default source of your bindings unless you specifically declare another source. In the […] April 22, 2020 in WPF tagged window / context / datacontext / title / path / data / WPF Data Binding by Mike
WPF Value Conversion with Multiple IValueConvertersThis follows from the last post. In a program, you may have the need for multiple converters. In […] April 5, 2020 in WPF tagged resources / window / converter / bindings / converters / multiple / static / elementname / staticresource / resource by Mike
WPF Window ClassWhat is the window class that you get automatically when you create a new WPF application in Visual […] April 3, 2020 in WPF tagged WPF / window / class / xaml / namespace by Mike
WPF Simple Splash ScreenWPF provides a mechanism for displaying a simple graphic image before the main window appears. If you just […] March 29, 2020 in WPF tagged splash / screen / simple / window by Mike
SQL Server Top N per group row_number Single TableThis post provides a solution to the classic top n per group task where you have a single […] March 31, 2018 in SQL Server tagged top / over / row_number / window / raptors by Mike
SQL Server Aggregate Window Functions RaptorsThis post is another example of aggregate window functions. This time we are going to use some Toronto […] March 25, 2018 in SQL Server tagged raptors / running / aggregate / function / total / window / SQL Server Window Functions by Mike
SQL Server Ranking Window FunctionsRanking calculations are implemented in T-SQL as a window function. When you rank a value you do not […] February 17, 2018 in SQL Server tagged over / window / rank / ranking / SQL Server Window Functions by Mike
SQL Server Aggregate Window FunctionsAggregate window functions in SQL Server are similar to grouped functions (SUM, AVG and so on) except that […] January 27, 2018 in SQL Server tagged function / over / group by / window / partition / cte / nested cte / select into / SQL Server Window Functions by Mike
SQL Server Window FunctionsWindow functions are used in SQL Server to perform data-analysis calculations. A data-analysis calculation is one you apply […] January 27, 2018 in SQL Server tagged aggregate / group by / window / rank / ranking / offset / statistical / analysis / SQL Server Window Functions by Mike