C# Extension MethodsWhat are extension methods? As the name implies, they are methods that extend or add to the functionality […] November 24, 2018 in C# tagged strings / string / method / extension / this / Shorten / chaining / chain / C# Extension Methods by Mike
C# Lists Book RepositoryIn the previous post we used a list of strings. In this post we are going to create […] November 24, 2018 in C# tagged C# Lists by Mike
C# Lists String RepositoryFirst we can create a list of strings in another class, instead of putting the list right in […] November 24, 2018 in C# tagged C# Lists by Mike
Software Design PatternsCongratulations! You are venturing into design patterns. Why am I congratulating you? To venture here and begin to […] November 13, 2018 in Programming by Mike
Brackets EditorBrackets is a source code editor with a focus on website development. As WikiWand says about Brackets: “Created […] November 4, 2018 in Text Editors tagged editor / emmet by Mike
Postal CodesSometimes a a programmer you come across the need to work with postal codes in addresses. Wikipedia says: […] October 12, 2018 in Programming tagged zip / code / regex / address / postal by Mike
C# Excel AutomationAccording to Microsoft, at Microsoft Support, “automation a process that permits applications that are written in languages such […] September 30, 2018 in C# tagged excel / export / create / Automation / manipulate by Mike
WPF VersionsSnesh Prajapati over at the Code Project website wrote an article about the versions of WPF called WPF: […] September 30, 2018 in WPF tagged WPF / version / versions by Mike
WPF DataGrid Control IntroductionThe DataGrid control was introduced in WPF version 4.0. The Windows Presentation Foundation (WPF) DataGrid is a powerful […] September 30, 2018 in WPF tagged grid / datagrid / selection / data / itemsource / excel / freeze / list / select / simple / introduction / WPF DataGrid Control by Mike
Control Excel From C#From your C# program, you can control Excel. You can write a program in C# using Visual Studio […] September 30, 2018 in C# tagged excel / C# / Automation by Mike
WPF TextBox and TextBlockIn a WPF application, what are the similarities and differences between the textbox and textblock controls? The answer […] September 29, 2018 in WPF tagged label / Textbox / textblock by Mike
C# Convert String to NumberTry here for an article on converting a string to an integer. The best solution is to use […] September 29, 2018 in C# tagged convert / string / integer / number / int by Mike