Contents tagged with C#
-
Assembly File Version Auto-Increment 'Magic'
For those who do not have the time or the resources to maintain TFS-based continuous integration environment and leverage its very powerful MSBuild functionality, here's a relatively simple way to auto-increment your assembly file version.
-
Simple Way To Check If User Has Liked Your Facebook Page with ASP.NET
-
Can't Like a Page? Seriously??
We've previously talked about programmatically liking a post. But I recently tried to like a page, and was presented with this lovely response - "(OAuthException) (#3) App must be on whitelist":
-
Getting Started With Facebook C# SDK
In my previous post, I’ve mentioned a relatively new Facebook SDK available for .NET. Here’s a quick example of how to install and use it to post a message to an FB user’s wall and then Like it, using an MVC application.