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

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

Stories submitted by friends of kazimanzurrashid
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

23
kicks
published 6 days, 20 hours ago, submitted by gavinjoyce gavinjoyce 13 days, 7 hours ago

blog.magenic.com — When people talk about lack of adoption of "XP" (aka Extreme Programming) practices, one of the chief problems people have with it is the idea of "Pair Programming" read more...

Add a comment 1 comment | category: | Views: 685
| tag it

5
kicks
submitted by gavinjoyce gavinjoyce 1 month, 2 days ago

creators.xna.com — XNA Game Studio 3.0 expands on all the offerings of earlier iterations to include additional functionality to appeal to game developers of every level and enable them to create games to distribute through Xbox LIVE Community Games on the Xbox 360 as part of the New Xbox Experience. read more...

Add a comment 1 comment | category: | Views: 11
tags: , | tag it

4
kicks
submitted by gavinjoyce gavinjoyce 1 month, 4 days ago

martinfowler.com — "Oslo is a project at Microsoft, of which various things have been heard but with little details until this week's PDC conference. What we have known is that it has something to do with ModelDrivenSoftwareDevelopment and DomainSpecificLanguages." read more...

Add a comment add a comment | category: | Views: 10
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

1
kicks
submitted by reteep reteep 1 month, 8 days ago

andreas-kraus.net — Amazon is offering a great service with EC2. Now that we can run Windows on it we have a solid and scalable host for startups. However, it's not really what I expected.. read more...

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

2
kicks
submitted by gavinjoyce gavinjoyce 1 month, 17 days ago

nickgravgaard.com — Can we have in VS.Next please? read more...

Add a comment add a comment | category: | Views: 16
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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge