Browse by Tags
All Tags »
asp.net (
RSS)
When you are planning to host your asp.net MVC application under IIS7 integrated mode environment. There are few easy tweaks that can make your application or starter kit work right out of the box but also can save a lot of your time finding things out...
This is the first of posts that I am making to show out the things you can do with ASP.NET MVC. Also, it shows what I have done while building FlickrXplorer . I am bit lazy to write one article for it, so I thought rather to start it here. In this post...
In my last post, I have mentioned of creating Flickr app with Asp.net MVC. In recent update I have modified it with Asp.net MVC Preview 3. You can find a general reference about the project here . But in this post, I will say, what are the changes due...
I have flushed out a little project at Codeplex called "Flickr Xplorer". Its a Flickr mesh up that lets you search(user, tag, text), jump into user photos, see popular and latest stream and moreover lets you browse the whole Flickr in hacked...
Recently , we have added a new section at dotnetslackers by which you can share your code to public. Now, code snippets are tiny piece of code that can work as a unit, can come handy and be a real time-saver when building up complex solution or can be...
Few months back Ravi stated a video site http://www.dotnetvideos.net/ at his own initiative. I did registered and today I got a mail from http://www.aspnetpro.com/ that I have got a free 6 month premium account. The concept is that early signup users...
Last week, I have released LINQ.Flickr 1.2 , this new release comes with some bugs fixes requested by community. The best of them was not to be able to search only by user and with specific photo size. The bug started after converting it to use LinqExtender...
My good buddy Kazi Manzur Rashid has made out a cool project named Kigg , it looks like DotnetKics but even more powerful than Digg :-) . But its shows a nice way of harnessing the power of MVC (comes as a part of Asp.net 3.5 Extensions). The project...
CSS, is the heart of any web application today. Writing cross browser CSS is really a hell of an art and including CSS files selectively and writing CSS hacks that will work out in one browser but wont in other is also a tedious job. Anyway, I have come...
More Posts