by Oliver
19. November 2012 21:09
I’ve just spent much more time than I’d want on figuring out why the following code wouldn’t give me a checked checkbox, even when I set the ViewModel.Value to true: public class ViewModel {
public string Name { get; set; }
public dynamic Value { get; set; }
...
[More]
by Oliver
2. November 2012 12:08
Der Ärger Heute Morgen erhielt ich eine Email, die eine Veranstaltung bewarb, von der ich weder irgendetwas zuvor gehört hatte, noch hatte ich um solche Werbung gebeten. Überraschend war deswegen für mich vor allem der Umstand, dass der Absender mich mit Vor- und Nachnamen ansprach: Nun, Herr Fr...
[More]
by Anton
24. October 2012 20:41
Vom 19. bis 21.10. fand das diesjährige Leipziger Developer Open Space statt. Für Softwareentwickler, wie ich einer bin, ist das .NET Open Space eine interessante (Un-)Konferenz, bei der man viele neue Ideen und Eindrücke bekommt, und mit anderen aus der Branche Erfahrungen austauschen kann. Dieses ...
[More]
by Admin
15. October 2012 10:00
The description is used as the meta description as well as shown in the related posts. It is recommended that you write a description, but not mandatory
[More]
by Oliver
8. October 2012 23:56
For a long time, I kept looking at the possible application events here: http://www.techrepublic.com/article/working-with-the-aspnet-globalasax-file/5771721. It’s been a valuable resource many times, but today I wanted to figure out in which order events are fired. The post actually contains an orde...
[More]
by Oliver
5. October 2012 22:21
Everything is a great little tool I use almost every day to quickly find files or folders by (part of) their name. I have it start up automatically after login, so when I need it it instantly returns all results it finds on disk. And with instantly I really mean INSTANTLY. Ever since I’ve started us...
[More]
by Oliver
5. October 2012 22:14
_ViewStart.cshtml: applies hierarchically to all views in the same folder and all subfolders, can be nested; for more info see http://jittuu.com/2011/10/28/ViewStart-in-MVC-3/ RenderBody, RenderPage, RenderSection: http://www.dotnetcurry.com/ShowArticle.aspx?ID=636 C# Razor Syntax Quick ...
[More]
by Oliver
31. August 2012 14:09
This is just a small reminder to myself, so I won’t forget about those solutions once I’ll need them. Add stuff/meta tags to HTML head: http://orchard.codeplex.com/discussions/352358#post824379 @using (Script.Head())
{
<meta name="desc...
[More]
by Oliver
31. August 2012 14:09
This is just a small reminder to myself, so I won’t forget about those solutions once I’ll need them. Add stuff/meta tags to HTML head: http://orchard.codeplex.com/discussions/352358#post824379 @using (Script.Head())
{
<meta name="desc...
[More]
by Oliver
28. August 2012 23:41
Working on Marinas.info, we want to create SEO friendly links to specific searches that will hopefully rank high up in the search engines. They should look something like www.marinas.info/germany for marinas situated in Germany or www.marinas.info/wífi for marinas that provide wifi internet access. ...
[More]