Prettify Your XML in .NET
Applies To: .NET (C#, VB.NET) If you do much work with XML in either VB.NET or C# you’re probably looking for a way to control it’s formatting and make it look “pretty”. This has come up a few times...
View ArticleChange Your Formatted XML’s Encoding
Apples To: .NET (C#, VB.NET) In my previous post, Prettify Your XML in .NET I showed a method for taking some XML and making it pretty (indentation, new lines, etc.). Using the method also produced the...
View ArticleMake Your Cisco IP Phone Ring Using .NET
Applies To: C#, VB.NET, Cisco Phones I often get interrupted during the day. This is irritating but a part of office life and you get used to it. What I can’t seem to get used to, however, is hearing...
View ArticleUse Local Files in CefSharp
Applies to: CefSharp, C# CefSharp is an open source project which provides Embedded Chromium for .NET (WPF & WinForms). It’s a great way to get Chrome hosted inside of your .NET application....
View ArticleUse Embedded Resources in CefSharp
Applies to: CefSharp, C# In my last post, Use Local Files in CefSharp, I showed you how to create a CefCustomScheme to pull web files directly from the file system. This post will follow along the same...
View ArticleEmbedded Chromium in WinForms
Applies To: WinForms, VB.NET, CefSharp Getting Chromium to show up inside a .NET WinForms application is relatively easy using CefSharp. CefSharp is an open source project which provides Embedded...
View ArticleDevConnections 2012
Applies To: SharePoint, SQL, .NET, HTML5 I just got back from DevConnections 2012 in Las Vegas, Nevada. I learned several things that the made the trip worthwhile and I’m glad I got to be a part of it....
View Article