C# Extension Methods
What are extension methods? As the name implies, they are methods that extend or add to the functionality […]
What are extension methods? As the name implies, they are methods that extend or add to the functionality […]
In the previous post we used a list of strings. In this post we are going to create […]
First we can create a list of strings in another class, instead of putting the list right in […]
Congratulations! You are venturing into design patterns. Why am I congratulating you? To venture here and begin to […]
Brackets is a source code editor with a focus on website development. As WikiWand says about Brackets: “Created […]
Sometimes a a programmer you come across the need to work with postal codes in addresses. Wikipedia says: […]
According to Microsoft, at Microsoft Support, “automation a process that permits applications that are written in languages such […]
Snesh Prajapati over at the Code Project website wrote an article about the versions of WPF called WPF: […]
The DataGrid control was introduced in WPF version 4.0. The Windows Presentation Foundation (WPF) DataGrid is a powerful […]
From your C# program, you can control Excel. You can write a program in C# using Visual Studio […]
In a WPF application, what are the similarities and differences between the textbox and textblock controls? The answer […]
Try here for an article on converting a string to an integer. The best solution is to use […]