nazneen

Stories kicked by friends of nazneen

Hand picked sessions from PDC2010(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 6 months ago

If you are not living under a rock, probably you know that yesterday (October 28th) the PDC2010 started. If you missed the keynote of PCD 2010 here is a brief description of what I found interesting, the links to sessions I consider to be interesting (at least for me) and some considerations about SL vs HTML5. read more...

add a comment |category: |Views: 291

tags: another

Chart Web Helper in ASP.NET MVC 3 Beta(www.dotnetcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 6 months ago

The following article demonstrates how to use the chart helper that is part of the Microsoft Web Helpers library in ASP.NET MVC 3 Beta read more...

add a comment |category: |Views: 253

tags: another

What Really Makes a Good Programmer?(dpatrickcaldwell.blogspot.com)

submitted by tncbbthositgtncbbthositg(266) 1 year, 7 months ago

I wrote this survey and could really use some responses from the community. Feel free to stop by and take the survey. I'm publishing results soon. read more...

4 comments |category: |Views: 568

tags: another

5 Reasons to be Excited about ASP.NET MVC 3(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 7 months ago

It’s already been 6 months since ASP.NET MVC 2 was released and version 3 is already taking shape. I, personally, am thrilled about that because this version seems to put ASP.NET MVC, in terms of maturity and functionality, on the first line along with other MVC frameworks out there like RoR. I’ve put together 5 main reasons why I’m excited about this upcoming version. What about you? read more...

add a comment |category: |Views: 880

tags: another

ASP.NET MVC Custom Model Binding(www.dotnetcurry.com)

submitted by SuprotimAgarwalSuprotimAgarwal(715) 1 year, 7 months ago

The following article demonstrates how to create a custom model binder to accept a strongly typed object from a HTML multi select control. read more...

add a comment |category: |Views: 191

tags: another

Five Must Have Tools for MVC Developers(www.codecapers.com)

submitted by threenine39threenine39(329) 1 year, 7 months ago

5 Must have tools for MVC developers read more...

1 comment |category: |Views: 936

tags: another

Two More Windows Phone 7 Tutorials(compiledexperience.com)

submitted by NigelSampsonNigelSampson(505) 1 year, 9 months ago

Couple of WP7 tutorials covering Model, View, ViewModel and the Visual State Manager. read more...

add a comment |category: |Views: 134

tags: another

Dean Hume - ASP.net MVC HTML5 Toolkit(deanhume.com)

submitted by deanomachinodeanomachino(764) 1 year, 9 months ago

If you haven't started playing around with HTML5 yet, you should definitely check it out. I've blogged about some of the features of HTML5 before, so if you take a look at this post, it should give you a fairly idea of what HTML5 is about. I try and play around with ASP.net MVC as much as possible and this site is also written in MVC 2. One of the things that I thought about adding to MVC is the ability to have all the textboxes and controls updated to use HTML5. One of the great things about HTML5 is that even though some browsers do not currently support it, you will still be able to use it in your web applications and the browser will just handle it as a normal HTML control if it doesn't recognize it. read more...

add a comment |category: |Views: 58

tags: another

Simplified access control using Windows Azure AppFabric Labs(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 1 year, 9 months ago

Earlier this week, Zane Adam announced the availability of the New AppFabric Access Control service in LABS. This just *has* to be good! Let’s see how easy it is to work with claims based authentication and the AppFabric Labs Access Control Service, which I’ll abbreviate to “ACS” throughout this post. read more...

add a comment |category: |Views: 16

tags: another

Entity Framework and Lazy Loading(buildstarted.com)

submitted by MorderMorder(280) 1 year, 9 months ago

Some details on how to properly create POCO objects for using in Entity-Framework read more...

add a comment |category: |Views: 377

tags: another

HTML5 Support In Visual Studio 2010(www.raihaniqbal.net)

submitted by PrinceOfDhakaPrinceOfDhaka(390) 1 year, 9 months ago

I was trying to play around with HTML5 assuming that VS 2010 had shipped with HTML5 support but to my dismay it was not the case. Bummer! So I did a bit of homework and came up with an easy workaround. read more...

add a comment |category: |Views: 692

tags: another

What’s new in ASP.NET 4.0: Core Features(www.west-wind.com)

submitted by clinsemanclinseman(90) 1 year, 10 months ago

A nice overview with examples of the new features in ASP.NET 4.0 read more...

add a comment |category: |Views: 574

tags: another

Announcing PostSharp 2.0 RTW(www.sharpcrafters.com)

submitted by gfraiteurgfraiteur(988) 1 year, 10 months ago

The final release of PostSharp 2.0 is out! PostSharp helps software developers produce clean code and avoid the mess of duplicating boilerplate snippets because of tracing, exception handling, data binding, and so fore. read more...

add a comment |category: |Views: 27

tags: another

OData Explorer(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 1 year, 10 months ago

One nice tool to use with OData is the OData Explorer. The OData Explorer is a tool that helps to explore OData feeds in a visual way and not by exploring the Atom/JSON responses. You can download the tool from here. read more...

1 comment |category: |Views: 178

tags: another

Thoughts On Razor, Microsoft’s New ASP.NET MVC View Engine(gurustop.net)

submitted by mohammedmmohammedm(225) 1 year, 10 months ago

Thoughts on different blog posts and twitter conversations surrounding the new Microsoft View engine for ASP.NET MVC, called Razor, with some notes on Microsoft's relation with existing Open source .NET projects in general... read more...

add a comment |category: |Views: 730

tags: another

Calling a WCF Data Service From jQuery(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 1 year, 10 months ago

I’m working on a lecture about OData which I’ll will present next month. One of the things that I want to show is how easy and simple it is to consume a WCF Data Service (OData feed) with the jQuery library. In the post I’ll show you exactly how to do that. read more...

add a comment |category: |Views: 84

tags: another