thoemmi

Stories kicked by thoemmi

Authenticating users with RPXNow (in ASP.NET MVC)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 10 months ago

Don’t you get sick of having to register at website X, at website Y, at website Z, …? It is really not fun to maintain all these accounts, change passwords, … Luckily, there are some large websites offering delegated sign-in (for example Google Accounts, Live ID, Twitter OAuth, …). You can use these delegated sign-in methods on your own site, removing the need of registering yet another account. Unfortunately, not everyone has an account at provider X… A while ago, I found out about the free service JanRain is offering: RPXNow. This (free!) service combines the strengths of several major account providers (Google Accounts, Live ID, Twitter, Facebook, OpenID, …) into one simple API. This means that people are able to log in to your website if they have an account at one of these providers! Here’s how to use it in ASP.NET MVC… read more...

add a comment |category: |Views: 283

tags: another

ASP.net MVC goes Beta(microsoft.com)

submitted by phatboyslimphatboyslim(370) 3 years, 7 months ago

Hot on the heels of Silverlight, MVC is out of preview and into Beta today. read more...

3 comments |category: |Views: 461

tags: another

Codebehind Files in ASP.NET MVC Are Evil(stevesmithblog.com)

submitted by ssmithssmith(1160) 3 years, 8 months ago

Having Codebehind files for Views in ASP.NET MVC tempts developers to use web forms style programming in MVC applications. Removing them from the default application templates and new File->ASP.NET MVC View templates will help developers fall into a "pit of success" by eliminating the temptation to put code into codebehind files that should really go into Controllers. read more...

add a comment |category: |Views: 344

tags: another

Best way to end user session asp.net(noesispedia.com)

submitted by pkmishrapkmishra(190) 3 years, 8 months ago

What's the best way to end session after user logs out. read more...

add a comment |category: |Views: 614

tags: another

Subtext 2 supports OpenID(weblogs.asp.net)

submitted by simonechsimonech(10.1k) 3 years, 9 months ago

Jon explains how OpenID works in Subtext 2 and how to configure it. read more...

add a comment |category: |Views: 79

tags: another

Deploy ASP.NET MVC on IIS 6, solve 404, compression and performance pr(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 10 months ago

Load dynamic pages 5 to 20 times faster by compressing response on the fly. Serve static files (js, html, css) 10 to 100 times faster by compressing and caching their content. Improve repeated site load time by maximizing caching on browser. read more...

add a comment |category: |Views: 140

tags: another

New drop of ASP.NET MVC Framework now available (codebetter.com)

submitted by thoemmithoemmi(340) 4 years, 2 months ago

Jeff Palermo announces the new release of the ASP.NET MVC Framework read more...

1 comment |category: |Views: 1

tags: another

Quick And Simple DependencyInjection With StructureMap(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years, 3 months ago

A very quick guide to IoC using StructureMap. read more...

2 comments |category: |Views: 739

tags: another

Graffiti 1.0 Released(graffiticms.com)

submitted by keyvankeyvan(4086) 4 years, 3 months ago

Telligent released the first final version of its new CMS product, Graffiti. Graffiti 1.0 can run under Mono and provides powerful features with simplicity. read more...

5 comments |category: |Views: 8

tags: another

ASP.NET MVC Framework Road-Map Update(weblogs.asp.net)

submitted by jwhitehornjwhitehorn(340) 4 years, 3 months ago

Scott gives an update to where ASP.NET MVC is going read more...

3 comments |category: |Views: 27

tags: another

.NET-Forum.de launched(thomasfreudenberg.com)

submitted by jan223jan223(230) 4 years, 3 months ago

New .NET Community. read more...

add a comment |category: |Views: 3

tags: another

String.IsNullOrEmpty as Extension Method(thomasfreudenberg.com)

submitted by thoemmithoemmi(340) 4 years, 3 months ago

Thomas shows how to simplify calling String.IsNullOrEmpty by using an Extension Method read more...

add a comment |category: |Views: 16

tags: another

.NET Framework Library Source Code now available(weblogs.asp.net)

submitted by dalzieldalziel(6230) 4 years, 4 months ago

Scott Guthrie announces that the .NET framework source code can now accessed in Visual Studio read more...

1 comment |category: |Views: 90

tags: another

19 Eponymous Laws Of Software Development(haacked.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 10 months ago

My favourite - Hofstadter’s Law: "A task always takes longer than you expect, even when you take into account Hofstadter’s Law." read more...

1 comment |category: |Views: 5

tags: another

Open Source On .NET Is Not An Oxymoron(haacked.com)

submitted by simonechsimonech(10.1k) 4 years, 10 months ago

Is Open Source on .NET an Oxymoron? Phil doesn't think so, and explain his point of view read more...

add a comment |category: |Views: 0

tags: another

ReSharper 3.0 Released(blogs.jetbrains.com)

submitted by thoemmithoemmi(340) 4 years, 11 months ago

ReSharper 3.0 is finally out and it’s better than ever. C#, VB.NET, XML, XAML or ASP.NET read more...

add a comment |category: |Views: 2

tags: another