Comment Form Templates

When I visit someone's blog for the first time and want to check quickly if it runs BlogEngine, I usually go straight to comment form and if it looks like a variation of the picture below I can sure tell it is running BE.

Theme Packer

As much as I like power and flexibility [NuGet](http://nuget.org) provides to developers, I do realize that lots of people just want their packing task done fast and efficient and have no desire dig into command line. [NuGet](http://nuget.org) also has a [little tool](http://nuget.codeplex.com/releases/view/59864) for building and editing packages graphically

Facebook Page Like Widget

Not been a Facebook junkie, I ran into [this post](http://www.ninjacode.com.br/post/2011/03/22/Facebook-Like-Box-no-BlogEngineNet.aspx) in Portuguese (thanks Bing translator) and found that people apparently like to add pages to Facebook and share them with friends.

Using NuGet with BlogEngine.NET

If you are .NET developer you no doubt heard about NuGet – this little package manager rapidly becoming a big deal in .NET open source community. There is a lot to like about it, and if you want to learn more go subscribe to [Phil](http://haacked.com/archive/2011/02/12/nuget-1-1-released.aspx), [Scott Hanselman](http://www.hanselman.com/blog/CreatingANuGetPackageIn7EasyStepsPlusUsingNuGetToIntegrateASPNETMVC3IntoExistingWebFormsApplications.aspx) or [Scott Guthrie](http://weblogs.asp.net/scottgu/archive/2011/02/14/nuget-1-1-released.aspx) blogs to stay on top

BlogEngine 2.0 with Monodevelop

If you ever wanted to develop BlogEngine on Linux, it has never been easier. To get started, download latest source code from [this fork](http://blogengine.codeplex.com/SourceControl/network/Forks/rtur/BeWap20) and copy it to the directory on your Linux machine.

Hosting BlogEngine.NET 2.0 on GoDaddy

Go to hosting dashboard/content/IIS management and click “create” link. This is an interface GoDaddy provides you to create virtual directory for your ASP.NET application. Give a name for directory and don’t forget to check “set application root” – this is akin to “configure virtual directory as application” in IIS world

Using BlogEngine.NET 2.0 with .NET 4.0 framework

BlogEngine 2.0 is .NET 3.5 application, but you can use it with .NET framework 4.0 with little effort by compiling source code as .NET 4.0 assembly. You can do it with free [Visual Web Developer Express](http://www.microsoft.com/express/Web/) 2010 which can be downloaded as stand alone or installed with MS web platform installer, whichever you prefer. Here is short walk through.

How to convert theme to BlogEngine.NET part 4

In this part we'll get menu working. [BlogEngine](http://dotnetblogengine.net/) supports “pages” – pages are different in that they don’t belong to post list, don’t support comments and can have parent/child relationship. In short, this is a way to turn your blog into CMS (content management system) or combine blog and CMS on the same site.

How to convert theme to BlogEngine.NET part 3

This is part 3 of converting theme to [BlogEngine](http://dotnetblogengine.net/) tutorial. In the [first part](http://rtur.net/blog/post/2010/09/05/How-to-convert-theme-to-BlogEngineNET.aspx) we created a new theme and added HTML/CSS/JavaScript from chosen design template. [Second part](http://rtur.net/blog/post/2010/09/08/How-to-convert-theme-to-BlogEngineNET-part-2.aspx) mostly dealt with customizing search. Today is going to be a widgets day.

About RTUR.NET

This site is all about developing web applications with focus on designing and building open source blogging solutions. Technologies include ASP.NET Core, C#, Angular, JavaScript and more.