Browse by Tags
All Tags »
DotNetShoutout (
RSS)
No, this is not at all a post of FubuMVC , I just borrowed the words for this post. Jeff Atwood & Joel Spolsky thinks it is a compliment when they found there site design is copied by a Chinese site and I do agree it completely, specially when it...
If you are familiar with YSlow recommendations, I guess you know that it recommends to put your CSS files at the top( #5 ) and JavaScript files at the bottom( #6 ) of the pages. Placing the CSS files at the top is not an issue but putting the JavaScript...
I was looking for an Ad Rotator for DotNetShoutout , as the sponsors are coming and most of them wants to show different images for the site and as well as in the feed. Certainly, I can use the built-in AdRotator control for the site, but it does...
Just to let you know that I have uploaded the latest source of KiGG in Codeplex. Other than upgrading to ASP.NET MVC RTM, there are few enhancements: Implementing EventAggregator. Background Services like: Broadcast in Twitter. Ping different Feed Servers...
Recently, in KiGG / DotNetShoutout we have integrated Twitter , nothing complex, very basic thing like when a story is submitted or appears in the front page it will broadcast in Twitter and like our feed it will post the short url of the original story...
In this post, I will show how you can use a simple bootstrapper to make your application more extensible. In a typical ASP.NET MVC application you will find there are lots of thing going on in Application_Start , like configuring your IoC/DI, registering...
In the latest release of ASP.NET MVC, a new attribute ValidateInput is introduced which is same as Web Forms ValidateRequest page directive, certainly a good choice. Phil Haack blogged it , so as Steven Smith and also Nick Berarrdi . But it starts to...
I just want share few tips with the DotNetShoutout users, maybe you have already discovered it, if you have not then it might be handy. Feed If you subscribe to our published or upcoming feed, you will notice that clicking on the link does not take you...
As mention in my previous post that I will be discussing the technical side of KiGG . So this is the beginning and it will be a multi-part series. I will try to put as much detail as possible, do let me know if I missed anything. Just for a recap, KiGG...
DotNetShoutout is a Web 2.0 style social news site for .NET developers running on our open source project KiGG . Background KiGG was started as a fun project to get familiar with the new ASP.NET MVC framework and with no exception I started to hear terms...
More Posts