alessandrokicks

Stories kicked by friends of alessandrokicks

Entity framework and nhibernate too complex? Say hello to FluentData. (fluentdata.codeplex.com)

submitted by alessandrokicksalessandrokicks(195) 3 months, 6 days ago

Are you tired of fighting with overly complex ORMs such as Entity Framework and NHibernate? Are you tired of poorly generated SQL or having to change your business objects to work with your ORM? Do you miss the power and performance of ADO.NET and SQL, but not the manual tedious work? If so FluentData might be the framework for you. FluentData is a Micro ORM that makes it simple to select, insert, update and delete data in a database. It gives the developer the power of ADO.NET but with the convenience of an ORM. It has a simple to use fluent API that uses SQL - the best and most suitable language to query data, and SQL or fluent builders to insert, update and delete data. read more...

1 comment |category: |Views: 364

tags: another

Search engine friendly URLs in ASP.NET MVC using dynamic routing and a(www.kindblad.com)

submitted by kindbladkindblad(270) 1 year, 1 month ago

This post tells you how to make your ASP.NET MVC website support friendly URLs by using dynamic routing and a SQL-Server database to store the routes. read more...

add a comment |category: |Views: 21

tags: another

Unit tests should be in the same project as the code under test(www.kindblad.com)

submitted by kindbladkindblad(270) 1 year, 3 months ago

This post talks about why we should put the unit tests in the same project as the code under test, instead of in a separate test project. read more...

add a comment |category: |Views: 12

tags: another

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, 6 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