|
|
maartenba
Stories submitted by friends of maartenba
|
|
submitted by
TroyMG
21 hours, 38 minutes ago
squaredroot.com — Last weekend I posted a release of the MVC Membership Starter Kit that targets Preview 5 of the ASP.Net MVC framework. There was no packaged release targeting Preview 4 (though if you downloaded the latest source, it worked), so this release essentially packages the changes from both previews. read more...
add a comment
|
category: ASP.NET | Views: 9
|
|
tags:
mvc.net, Preview5, TroyGoode, MVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 28 days ago, submitted by
TroyMG
1 month, 29 days ago
squaredroot.com — Stephen Walther's latest MVC tip introduced me to the MVC framework's ability to pass server variables into actions as parameters. Unfortunately using this feature is a very bad idea and could jeopardize the security of your application. Take a look at a code sample you might find surprising. read more...
add a comment
|
category: ASP.NET | Views: 195
|
|
tags:
hacking, Security, 3.5, MVC, .net3.5 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 29 days ago, submitted by
TroyMG
1 month, 30 days ago
squaredroot.com — A few months ago I posted about my changes to Rob Conery's PagedList class. Since writing that article many comments have been left about how to further improve the design, which have since been incorporated into a new, further improved PagedList class. read more...
add a comment
|
category: C# | Views: 216
|
|
tags:
mvc.net, ASPNETMVC, 3.5, MVC, .net3.5 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 25 days ago, submitted by
TroyMG
2 months, 26 days ago
squaredroot.com — A couple days ago a reader sent in a question regarding how to use SSL with the MVC framework. Specifically the reader wanted to know the easiest way to make an Ajax call to a HTTPS page from a non HTTPS page. The tricky part here is to do so without hard-coding any URLs, so I whipped up a few extension methods that should make this a bit easier. read more...
add a comment
|
category: ASP.NET | Views: 125
|
|
tags:
ExtensionMethods, ASPNETMVC, mvc.net, ASP.NET, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 27 days ago, submitted by
TroyMG
2 months, 27 days ago
squaredroot.com — Sandcastle - the .Net community equivalent of RDoc/JavaDoc and the spiritual successor of the now defunct NDoc – has been removed from CodePlex. It’s fate is currently up in the air and Microsoft is asking you for input on what should happen next. read more...
3 comments
|
category: Open Source | Views: 431
|
|
tags:
CodePlex, Sandcastle, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 2 days ago, submitted by
TroyMG
4 months, 7 days ago
blogs.msdn.com — Krzysztof Cwalina reveals details on .Net's upcoming Managed Extensibility Framework. "MEF is a set of features referred in the academic community and in the industry as a Naming and Activation Service (returns an object given a “name”), Dependency Injection (DI) framework, and a Structural Type System (duck typing)." read more...
add a comment
|
category: Architecture | Views: 29
|
|
tags:
DuckTyping, Patterns, C#, DependencyInjection, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 24 days ago, submitted by
TroyMG
4 months, 24 days ago
dannydouglass.com — A massive security hole in BlogEngine.net was just revealed that allows anyone to see your passwords... Danny Douglass explains the issue and provides a patched BlogEngine.Core assembly to resolve the issue until the next release of BlogEngine is available. read more...
4 comments
|
category: Security | Views: 10
|
|
tags:
BlogEngine.NET, DannyDouglass, BlogEngine, Security, Hack | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
TroyMG
4 months, 26 days ago
secretgeek.net — Leon Bambrick shows us how string literal syntax highlighting SHOULD be done. read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 26 days ago, submitted by
TroyMG
4 months, 26 days ago
squaredroot.com — The MVC Membership Starter Kit has been updated to include OpenID, MVC components, password recovery, and basic client-side validation. read more...
add a comment
|
category: ASP.NET | Views: 5
|
|
tags:
MVC, .net3.5, 2008, 3.5, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 26 days ago, submitted by
TroyMG
4 months, 27 days ago
squaredroot.com — Check_Authentication is a request protocol for OpenID that plugs a security hole recently found in Mads Kristensen's OpenID implementation. I have implemented the method and provided instructions on how to integrate this method into his code, giving you a secure, lightweight OpenID consumer. read more...
add a comment
|
category: ASP.NET | Views: 3
|
|
tags:
Security, OpenID, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
TroyMG
4 months, 30 days ago
squaredroot.com — The [ControllerAction] attribute has been removed from the second preview of ASP.Net MVC and the convention has been reversed. With all public controller methods exposed by default, how do I block exposure for one of those methods? Read on to find out. read more...
add a comment
|
category: ASP.NET | Views: 3
|
|
tags:
.net3.5, 2008, 3.5, MVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 3 days ago, submitted by
TroyMG
5 months, 3 days ago
squaredroot.com — The MVC Membership Starter Kit is a CodePlex project designed to get your membership-based MVC applications off the ground as quickly as possible. Login, registration, user administration and more is handled right out of the box. read more...
add a comment
|
category: ASP.NET | Views: 9
|
|
tags:
.net3.5, MVC, 3.5, 2008, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 4 days ago, submitted by
TroyMG
5 months, 5 days ago
squaredroot.com — An Action Filter for the MVC Preview 2 release that allows you to say "hey, Mr. Action, if you throw [ThisException], please show [ThisPage]". read more...
1 comment
|
category: ASP.NET | Views: 11
|
|
tags:
2008, .net3.5, 3.5, ASPNETMVC, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 25 days ago, submitted by
TroyMG
6 months, 25 days ago
squaredroot.com — There have been a lot of articles about how to pass a lambda expression into a method, but how do I create a method that accepts one? Read on to explore your lambda consuming options. read more...
1 comment
|
category: C# | Views: 0
|
|
tags:
Lambda, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 27 days ago, submitted by
TroyMG
7 months, 30 days ago
squaredroot.com — Want to use strongly typed ViewData in your view without a code-behind file? It isn't quite as straight-forward as you'd think. Read on for the answer and a quick lesson in how the CLR interacts with generics. read more...
5 comments
|
category: ASP.NET | Views: 25
|
|
tags:
mvc.net, Generics, CLR, ViewData, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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