|
|
-
|
|
Evergreen on this blog is the Howto: 3-Tier / 3-Layers architecture. But in fact I had some doubts if this usual practice is the best way. Is a three layer architecture with an own DAL always recommendable?
A few days ago I’ve read an interesting blog p...
|
|
-
|
|
In my first post about this subject I’ve showed you how to start quickly with RavenDB and several ways of deployment.
One option was to run RavenDB in the application – the advantage is that you don’t need a separate server even the Web-Admin-UI is able...
|
|
-
|
|
If you are interested in the trend? Subject NoSql you will also here something about MongoDB soon. What makes mongoDB interesting for me is the promised Performance (even If I didn’t reach the limits with normal data banks yet) and the promise to say ...
|
|
-
|
|
Like if assumed a while ago Microsoft does everything to place Windows Azure as “the” Cloud-Platform for several Languages & Frameworks. In the past Microsoft was famous for pushing their own Platforms and Languages into the market seems lik...
|
|
-
|
|
A loooong time ago I’ve blogged about how to access to You Tube with the Google Data APIs. After all that time there are several new ways how to recall files. Google offers You Tube a “simple” surface. If you prefer to do low-Level HTTP calls it is a...
|
|
-
|
|
To get files into the MVC Controller Modelbinding from MVC is a clever method.
But in fact it is a little bit complicated to set the error message if the connection failed.
Example:
public class RegisterModel
{
...
[Required]
...
|
|
-
|
|
HTML and CSS are not foreign words for me but I regret, I’m not a Web designer – I see myself as a webdeveloper. But at least a dressy side is a must. But thank good there are some ready “Systems”.
Twitter Bootstrap
Twitter Bootstrap is a Too...
|
|
-
|
|
Dart, a Google Javascript alternative was presented a few months ago and the web developer scene are a little bit unsure about the usability of Dart. To declare the language Google has translated the Javascript basics into Dart. The result is this “Trans...
|
|
-
|
|
Now that Subtext, the blogging engine I’m working (or at least I should) on together with Phil Haack, has been officially moved to GitHub (guess the reason why), I finally have a reason to really study git and github. I already tried starting a few yea...
|
|
-
|
|
Asynchronous operations in ASP.NET MVC have always been left a bit behind. They appeared in ASP.NET MVC 2, remained untouched in v3, but now in MVC 4 (especially in combination with C# 5 and async/await) they reached the same easiness of use of the sta...
|
|