Archives
- 28Nov 2010
Url Rewriting - Get the modified url
If you are using Url rewriting in your app then I strongly suggest to take a look at Url Routing which is available for ASP.NET MVC as well as ASP.NET Webforms (.NET 3.5 SP1). If you cannot change the …
Read More -
If you are upgrading an application from .NET 3.5 to .NET 4.0 and all of a sudden you get this error message: System.Security.SecurityException: Request failed. [SecurityException: Request …
Read More - 28Nov 2010
ASP.NET MVC or Webforms? Why not both?
In many conversations between ASP.NET developers, the most common question this time of the year is what technology should someone use in order to develop a web application. Both MVC and Webforms have …
Read More - 26Nov 2010
SQL Compare - is it THAT good?
Recently I had to upgrade/upload a project with major Database Changes in the schema. As I am a huge fan of RedGate’s SQL Prompt I thought I would try SQL Compare in order to track changes and …
Read More -
This session was all about VS and how can we be more productive using it. A interesting fact is that VS is currently the 2nd largest product by Microsoft after Windows! Let’s see what I got from this …
Read More -
Next sessions in the 2nd day where an Entity Framework (level 400, which is like really advanced) related interactive session and a session about Live@edu. In this post I will talk about the live@edu …
Read More -
In this session were presented some practices for TFS that are intended to make your life easier while working with it. What I got from this session was this “Use Team Projects only when is absolutely …
Read More -
This session was presented by Jonathan Carter (@lostintanget). What is OpenData (OData)? OData is a standard open way of accessing data. It is basically relies on HTTP and ATOM protocols. It comes …
Read More -
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. Some of the …
Read More - 8Nov 2010
Teched 2010 [Berlin] - Day 1
First day of Teched 2010 has ended. Today was more about socializing and connecting with others rather than attending sessions. I did attend the keynote and from what I saw Microsoft is giving a LOT …
Read More -
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 is …
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 helper …
Read More