yoan80

Stories kicked by yoan80

Using-Flash-with-ASPNET-MVC-and-Authentication.(trycatchfail.com)

submitted by yoan80yoan80(20) 2 years, 1 month ago

to workaround authentication with mvc read more...

add a comment |category: |Views: 34

tags: another

Translating your content title using Google Translate API...(sharplife.net)

submitted by sharplifesharplife(4570) 2 years, 6 months ago

This is a tricky way to utilize Google Translate API to build English SEO friendly URLs for your dynamic web pages. The best way to use in ASP.NET MVC applications! read more...

add a comment |category: |Views: 195

tags: another

June 7th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio - ScottGu's (weblogs.asp.net)

submitted by javeryjavery(5523) 2 years, 11 months ago

Scott's latest links post. read more...

add a comment |category: |Views: 259

tags: another

Why I choose NHibernate(mattias-jakobsson.net)

submitted by JakobssonJakobsson(485) 3 years ago

In my last post I wrote a little bit about the differances between NHibernate and Entity Framework. I came to the conclution that I, personaly, like NHibernate more then Entity Framework. So I tought I´d write a post that explains NHibernate more, and the reasons to why I choose it over other ORM´s. read more...

add a comment |category: |Views: 12

tags: another

Entity Framework vs NHibernate(mattias-jakobsson.net)

submitted by JakobssonJakobsson(485) 3 years ago

I have worked with both Entity Framework (at work) and NHibernate (at private projects) for a while now, and I tought I would write a post about the differance between the two. They are both (kind of) Object Relational Mappers (ORM´s) and they were developed to solve the same problem, that is data access in a .NET application. Entity Framework is a product from Microsoft while NHibernate is a Open Source project. read more...

add a comment |category: |Views: 120

tags: another

Why I prefer MVC(mattias-jakobsson.net)

submitted by JakobssonJakobsson(485) 3 years, 1 month ago

I tought about writing a post about why I prefer the MVC framework instead of the old .NET way, webforms, to build my webapplications. But today when I opened my google reader to check out the new posts, I saw this post by Rob Conery which I think has some very good arguments to why you should atleast try it out. read more...

add a comment |category: |Views: 478

tags: another

How to improve HtmlHelper.RenderPartial perf: don’t run in debug mode(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 1 month ago

There has a been a lot of talking on a possible “big design flaw” in ASP.NET MVC: partial view path resolution was not cached. After a bit of testing I found out that caching kicks in only in release mode. So probably all the other tests were run in debug mode. read more...

add a comment |category: |Views: 135

tags: another