WebMatrix - Web Dev And Stuff

Browse by Tags

All Tags » WebMatrix (RSS)
Although using Facebook connect is really easy via Facebook Helper inside WebMatrix I thought why not making it even simpler by providing a ready to run sample! [ read more… ]
Posted by djsolid
WebMatrix (and Visual Studio) have a publish method called WebDeploy. Using WebDeploy you can upload all for files along with your database. Either it’s MySQL or SQL Server. So if your hosting provider supports WebDeploy I strongly suggest to use it!...
Posted by djsolid
Filed under: ,
Starting my 2nd day at Teched the first session was “A lap around WebMatrix ”. WebMatrix is a simple to understand IDE but nevertheless fully featured when it comes to develop Websites[ read more… ]
Posted by djsolid
Filed under: ,
In a previous post a mentioned a BBCode helper based on an existing library ( BBCode Parser ). In this post let’s se how can we create a package using NuGet in order to be used via the package manager inside Visual Studio! [ read more… ]
Posted by djsolid
Filed under: , ,
In order to start using NuGet we need to download the Visual Studio add-in from codeplex. NuGet packages are an excellent way of packaging libraries in a way that can be used and removed from a project very easy. In WebMatrix Facebook helpers are a NuGet...
Posted by djsolid
Filed under: , ,
Recently a had to parse a text that contained BBCode tags. In Codeplex I found an excellent   BBCode parser . So I thought why not create a helper that could be easily used with Razor syntax! This is how you can use it [ read more… ]
Posted by djsolid
Now a few helpers are available for usage with Razor Syntax and ASP.NET WebPages or ASP.NET MVC. But those helpers can be used also inside a Webforms application. For example I find the Paypal helper extremely usefull. Let’s use it inside an ASP.NET Webforms...
Posted by djsolid
More Posts