SharePoint PowerShell Error: The local farm is not accessible. Cmdlets with...
So you've already checked that you have the necessary rights. Did you install Powershell 3.0 CTP? Powershell 3.0 CTP seems to have some issues with the SharePoint snapin, and will not give you the...
View ArticleSingle Page Application and why is it becoming more and more popular
One of the key trends becoming more and more popular is the Single Page Application Framework and building applications that behave as native applications running on the machine. SPA’s have been tried...
View ArticleProgrammatically create a branch with the TFS 2010 API
When creating a branch programmatically using the TFS 2010 API, if you do not do things in the correct sequence, TFS does not create the proper object types and/or relationships eg either the folders...
View ArticleAPress Deal of the Day - 20/April/2012 - Foundation Expression Blend 4 with...
Today's $10 Deal of the day from APress at http://www.apress.com/9781430229735 is Foundation Expression Blend 4 with Silverlight"Takes you through your first steps in creating rich Internet...
View ArticleWeekly Cloud Newsround 2012-16
Filtering the informative, insightful and quirky from the fire hose of cloud-based hype. The announcement of the Windows Azure hosted media platform has been leading the Azure news stories this week...
View ArticleMultipart form using WebRequest
void UploadStream(string fileName, Stream stream, string uri, string authorizationHeader) { var webRequest = WebRequest.Create(uri); var boundary =...
View ArticleStockholm, Friday 27th April: Hybrid Applications with Clemens Vasters + Win...
The Sweden Windows Azure Group (SWAG) will hold a session on “Hybrid Applications – Building Solutions that span On-Premises Assets and the Cloud” with Clemens Vasters, principle technical lead for the...
View ArticleTwo Best SharePoint Utility Methods Ever Written
SharePoint is very handy as a repository for data. There are things (particularly in the intranet world) which really don't need a dedicated database or application and SharePoint is a great enabler....
View ArticleDeclaring an ICommand in Windows 8 Consumer Preview
I stumbled upon an interesting issue in Windows 8 Consumer Preview: When you declare a command and try to bind to it, the command will only be invoked if the property is declared as ICommand. If you...
View ArticleBizTalk–Mapping a NACHA file using the Flat File Mapping Wizard and...
In a previous post I demonstrated how to use the Flat File Mapping Wizard to map a NACHA financial file, and at the end I said I’d follow up with a post on setting up the pipeline and preserving the...
View ArticleAPress Deal of the Day - 21/Apr/2012 - DOM Scripting Web Design with...
Today's $10 deal of the day from APress at http://www.apress.com/9781430233893 is DOM Scripting Web Design with JavaScript and the Document Object Model."DOM Scripting: Web Design with JavaScript and...
View ArticleJsonValueProviderFactory in MVC 2
Today we were rebuilding an old project which used MVC 2. There were a bunch of build errors, which I quickly figured was because of the reference to Microsoft.Web.MVC assembly which was a part of...
View ArticleHow to run PHP in Webmatrix ?
Do you have tried running PHP application in webmatrix. You can run them as well your ASP.NET application.Here is two solution for you if you are unable to run your own PHP application on your...
View ArticleFixing issues with PhoneGap for WebOS on 64-bit Windows
Problem Recently I was told that in near future I might start working on a project using PhoneGap to create a pilot application for iOS and possibly later use it for other mobile platforms. I have been...
View Article#mvvmlight V4RC available on #nuget
I just published the MVVM Light V4 RC packages to Nuget. Note that this is still technically a preview, so the main package is still V3. The V4 packages are available here: Package with libraries and...
View ArticleKnockoutJS Value Converter to Deal with JSON Dates
A few weeks ago, Scott Hanselman blogged about the challenges with working with JSON dates and the ASP.NET Web API. In the post he described how the current version of the Web API sends back dates in...
View ArticleSource Control from red gate software summary review
I have used Source Control since the first release, and even then it was a great option for bringing source control for the DB. Well a great tool just got better and better rounded in the process....
View ArticlePresentation on SQL Server Health in a SharePoint environment
Sql Health in a SharePoint environment View more presentations from Enrique Lima.
View ArticleVideolan 2.0.1 is now available
Videolan 2.0.1 is now available at http://sourceforge.net/projects/vlc/files/2.0.1/win32/vlc-2.0.1-win32.exe/downloadVideoLAN and the VLC development team present VLC 2.0.1 "Twoflower", a major new...
View ArticleSQL Azure: Database Size History
You may end up in a situation where you need to know how your databases have evolved over time from a storage standpoint, and how much they were used. For example, you may want to know how your...
View Article