Mark Barto's Blog
Technical Blog about the Microsoft .NET Platform and everything that surrounds it such as .Net, C#, BizTalk, WCF, ASP.NET, SQL, Silverlight, IIS ...SharePoint, Visual Studio 2010: Localization within WebPart
We have created a WebPart within Visual Studio 2010 for SharePoint 2010. We want to use localization within this WebPart but the usage of getting a resource element works different.
Instead of using the Resources class you use the GetLocalizedString method within the SPUtility class.
Read More ...
VSTS, Visual Studio: Do not automatically check out
When using Visual Studio Team System as source control environment it is very annoying when your solution/project or file is automatically checked out without knowing.
In Visual Studio it will automatically checked out without any prompt by default.
Read More ...
Apple: Joined iOS Developer Program
Yesterday I enrolled my Apple ID for joining the iOS Developer Program as individual. Today I received an e-mail from Apple that I was accepted and I'm now having access to a set of development tools and resources.
Read More ...
Visual Studio: Formatting XML
When opening a XML file within Visual Studio you get the contents without any linefeeds. It's very annoying that the format is not automatically set by Visual Studio.
Read More ...
WPF, VS, XAML: Disable Design-Mode in Visual Studio
It's very annoying when opening a XAML file the first time that it will start in design-mode for preview mode.
Visual Studio will render the XAML code but sometimes if you have a lot of controls in it it can take a long time too load.
But there is a option within Visual Studio to turn this feature off.
Read More ...