By tag: TipsTricks
0
kicks
Workaround for removing broken VSTO bookmark object after manual remov
A nice article about removing broken VSTO bookmark objects.
0
kicks
SilverBullet #3 - System.Windows.Input.FocusManager
When you want to know what element has focus in other situations or if you need to get the focus synchronously, you can use the FocusManager class which can be found in the System.Windows.Input namespace.
0
kicks
SilverBullet #2 – System.Json
The System.Json class provides support for Javascript Object Notation or JSON. By using the classes in this namespace you are able to use Json objects in your C# or VB code. These object are often used in JavaScript and to send to and be returned by services.
0
kicks
SilverBullet #1 – System.Environment
This first SilverBullet I would like to give you is the Environment class. It’s in the System namespace and provides information about the environment your application is running in.
0
kicks
Dynamically Applying Themes To Your ASP.Net Site With A Sitemap
Ever run across a web site that used multiple themes, either page by page, or by some sort of grouping, such as the old divx.com site, and wondered how to do it in your own ASP.Net site?
If so, then what I’m about to show you might be of interest. If not, read on anyway’s.