-
Recently I developed a website that was built with WebMatrix. The scenario required database interaction and I wanted to use SQL Compact in order to be more portable. But I didn’t want to use …
Read More -
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 …
Read More -
5Nov 2010
BBCode Helper Update
Only one day passed from this post and there is an update. The helper is now inside .cshtml file so there is no need for two dlls in the bin folder. Just one, the library (CodeKicker.BBCode.ddll) …
Read More -
5Nov 2010
Creating a NuGet package
Edit: If you are in a hurry (like I am many times) check Nuget Package Explorer which is an excellent tool to create and publish a Nuget Package. If you want to know more about how a Nuget package …
Read More -
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 …
Read More -
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 …
Read More -
15Oct 2010
ASP.NET MVC 3 Beta
A few days ago ASP.NET MVC 3 Beta was announced along with NuPack (also known as Package Manager) and WebMatrix Beta 2. Let’s see some features and improvements of this release : …
Read More -
25Sep 2010
My hello World!
First post on my new site! Hello World! I hope that this will be the first of many many posts! PS: My site is built on Orchard
Read More