|
|
kazimanzurrashid
kazimanzurrashid
 |
|
Stories submitted by friends of kazimanzurrashid
|
|
submitted by
gavinjoyce
3 days 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
|
category: Other | Views: 16
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
gavinjoyce
23 days, 5 hours 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...
1 comment
|
category: XNA | Views: 11
|
|
tags:
Xbox360, XNA | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gavinjoyce
25 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
|
category: Other | Views: 9
|
|
tags:
Oslo, MartinFowler | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mehfuzh
28 days, 9 hours 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
|
category: C# | Views: 3
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
reteep
29 days, 6 hours 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
|
category: ASP.NET | Views: 11
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mehfuzh
1 month, 9 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
|
category: ASP.NET | Views: 25
|
|
tags:
ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mehfuzh
1 month, 25 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
|
category: ASP.NET | Views: 27
|
|
tags:
ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mehfuzh
2 months, 16 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
|
category: C# | Views: 6
|
|
tags:
TypeMock, MSBuild, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mehfuzh
2 months, 23 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
|
category: C# | Views: 13
|
|
tags:
TypeMock, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mehfuzh
2 months, 25 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
|
category: C# | Views: 6
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mehfuzh
3 months, 8 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
|
category: C# | Views: 7
|
|
tags:
MSBuild, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mehfuzh
3 months, 11 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
|
category: C# | Views: 7
|
|
tags:
LINQ, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mehfuzh
3 months, 20 days 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
|
category: Linq | Views: 4
|
|
tags:
LINQ, LINQtoflickr, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mehfuzh
3 months, 25 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
|
category: Linq | Views: 6
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gavinjoyce
4 months ago
westciv.com — XRAY is a bookmarklet for Internet Explorer 6+, and Webkit and Mozilla based browsers (including Safari, Firefox, Camino or Mozilla). Use it to see the box model for any element on any web page. read more...
3 comments
|
category: Tips & Tricks | Views: 6
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|