DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

mehfuzh Subscribe to this feed
mehfuzh
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories submitted by mehfuzh
2
kicks
submitted by mehfuzh 2 days, 12 hours ago

weblogs.asp.net — Recently, I was bit playing around with amazon S3. This is said to be the cheapest storage for people who don't want to spend much of their brain cells thinking about DB issues. Now, Amazon S3 primarily supports Web service (SOAP) to store and query data out of the S3 server. The concept behind S3 is that you have to create a bucket and under it you can store as many objects you want. Generally for a particular account 100 is the threshold value for buckets. In this post, I will basically focus on configuring your proxy for uploading large files to amazon using WSE and optionally I will point out a cool browser extension for analyzing your S3 space and third party library alternative. .. read more...

Add a comment add a comment | category: | Views: 5
tags: | tag it

2
kicks
submitted by mehfuzh 1 month, 7 days ago

weblogs.asp.net — I just made a quick update to the existing release of LinqExtender. I recently found a bug while building a feature for FlickrXplorer is that if you use constant type query with orderby clause it does pretty well, but it simply does not do well with complex ones. I have used the same logic that I have used for where clause arguments. Also, it will be out of the scope for this post to drill it down all the LinqExtender logic fort hat. But I would put a brief overview on it that can help you out while building your own IQueryable implementation. read more...

Add a comment add a comment | category: | Views: 3
tags: | tag it

3
kicks
submitted by mehfuzh 1 month, 19 days ago

weblogs.asp.net — It is now official with Scott Guthrie's post that jQuery will be bundled with Asp.net. jQuery is a tiny 15K JavaScript library that contains features from UI tweaks, DOM manipulation to full Ajax control. In my last post, I have shown how to get going with Ajax.Form using Microsoft MVC Ajax library. In this post, I will show how to do Ajax form posts with jQuery but in Ajax.Form style. read more...

Add a comment add a comment | category: | Views: 25
tags: , | tag it

3
kicks
submitted by mehfuzh 2 months, 4 days ago

weblogs.asp.net — In the flickr explorer app made with Asp.net MVC and Athena, I was trying out some form post scenarios. In this post, I will add few things regarding mvc form post and Ajax that is common to FlickrXplorer but can be used in general. Now, Asp.net MVC has some new Ajax features, one of this is the Ajax form post. With this, you can easily make your web app actions Ajax enabled. The syntax is pretty simple.... read more...

Add a comment add a comment | category: | Views: 27
tags: , | tag it

2
kicks
submitted by mehfuzh 2 months, 26 days ago

weblogs.asp.net — In part one of this packing series I have shown, how you can automate your build process, test and optionally mock by using the popular .net deployment tool NAnt. If you don't know what I am talking about and just landed here by help of search engine. Let me put the link below again. http://weblogs.asp.net/mehfuzh/archive/2008/08/30/deploy-test-and-pack-your-code-part-1-using-nant.aspx In this post, I will do a replay to mostly what I have talked in my last post but with MsBuild. read more...

Add a comment add a comment | category: | Views: 7
tags: , , | tag it

2
kicks
submitted by mehfuzh 3 months, 2 days ago

weblogs.asp.net — this part, I show a way to build and deploy your project using NAnt. As, you already might know that NAnt is a tiny deployment tool that enables you to create a deployment package with some *.build files which contains nothing but few XML directives. ... read more...

Add a comment add a comment | category: | Views: 14
tags: , | tag it

3
kicks
submitted by mehfuzh 3 months, 4 days ago

west-wind.com — So I just lost all of my project templates in Web projects. I've been working on a small utility page on my site that generates help documentation on the fly. I've been working happily along on this site when all of a sudden when I needed to add a config file to control debugging and authentication on this page/app. read more...

Add a comment add a comment | category: | Views: 6
tags: | tag it

2
kicks
submitted by mehfuzh 3 months, 18 days ago

weblogs.asp.net — We are making a sample application , demo or startup kit or a toolkit with test project that requires some sql script. We generally ship in a readme.txt that says it all. But hey, how about having the script under automated process , like if my sql server and VS 2008 is in place, with the click of Ctrl + Shift + B everything gets ready. Here, we will do just right that. ... read more...

Add a comment add a comment | category: | Views: 8
tags: , | tag it

3
kicks
submitted by mehfuzh 3 months, 21 days ago

weblogs.asp.net — Its been quite a while since I made any release of the toolkit. I basically, get into user requests, used it myself in LinqToFlickr project and came up with some new features and enhancements. In my last post, I already said update comment and photo feature in LinqToFlickr (Athena) , where the update tracking is actually comes from this toolkit. Book book = (from b in context where b.Id == 1 select b).Single(); ... read more...

Add a comment add a comment | category: | Views: 7
tags: , | tag it

1
kicks
submitted by mehfuzh 4 months ago

weblogs.asp.net — Last week, I released a new version of LINQ.flickr, which I named as Athena from release 1.4. It covers few features from flickr service, also now I have updated it with the latest LINQExtender (pre release version) containing updated Object Tracking Service (OTS) that will enable it to update photos and comments as if like LINQ to SQL. read more...

Add a comment add a comment | category: | Views: 4
tags: , , | tag it

2
kicks
submitted by mehfuzh 4 months, 4 days ago

weblogs.asp.net — There are few things to know , when getting photos from your stream , adding comments and overall doing adding and deletion of your photos. As with flickr you can take a look at this url => http://www.flickr.com/services/api/auth.spec.html for authentication spec to learn more. But with Athena (formerly known as LINQ.Flickr) it's pretty easy to get things going. Last week, I made an update to the FlickrXplorer (The MVC starter project you don't to want miss :-)) project that now enables you to add comments for photos. There is a one click login that will take you to flickr, ask you once for the permission to grant the app for data access and finally will take back you the place from where you were left off. .... read more...

Add a comment add a comment | category: | Views: 6
tags: | tag it

6
kicks
submitted by mehfuzh 4 months, 26 days ago

weblogs.asp.net — 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. You might see a Http 404 page if default document is not configured properly. The one way of getting this around by using the following .. read more...

Add a comment add a comment | category: | Views: 8
tags: , , , | tag it

1
kicks
submitted by mehfuzh 5 months, 3 days ago

weblogs.asp.net — This is the first of posts that I am making to show out the things you can do with ASP.NET MVC, moreover what I have done while building a FlickrXplorer. I am bit lazy to write one article for it, so I thought rather to start it here. In this post, I will show how you can implement a master-detail application that invokes MVC controller to process its data and uses Ajax to do it in a non postback manner. .. read more...

Add a comment add a comment | category: | Views: 47
tags: , , , | tag it

3
kicks
submitted by mehfuzh 5 months, 9 days ago

blogs.telerik.com — Are you a Telerik fan? If so, rest assured that we are coming up with new ways for you to stay connected and up-to-date on the latest and greatest news from the Telerik team. And if social networking sites, community forums, and blogs aren't enough, we've got a new treat for you today. I'm proud to announce our presence on Twitter! read more...

Add a comment add a comment | category: | Views: 6
tags: | tag it

4
kicks
submitted by mehfuzh 5 months, 14 days ago

blogs.telerik.com — Today is D-Day ("Download Day") for the much-anticipated version 3 of Mozilla's popular web browsing client, Firefox. In an effort to create more buzz around the launch, Mozilla has requested that users help them attempt a new Guinness World Record for most downloads in a 24-hour period by downloading the new Firefox release today. Over 1.7 million people from around the world pledged to download the new client today. read more...

Add a comment add a comment | category: | Views: 5
tags: , , | tag it

1
kicks
submitted by mehfuzh 5 months, 15 days ago

weblogs.asp.net — In my previous post, I have said that using LINQ query instead of SortedDictionary not only could be useful , elegant but also less processor intensive. In this post, I will show you a real comparison between .... read more...

Add a comment add a comment | category: | Views: 17
tags: , , , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge