kambatrh14

Stories kicked by kambatrh14

Coder Journal's MVC Toolkit(coderjournal.com)

submitted by zigamorphzigamorph(3319) 4 years, 1 month ago

Today I decided to release a toolkit that I have been building over the past couple of months. Most of the code in the toolkit is related to MVC. The list of features includes many MVC ActionFilters, Routes, ViewEngines, and Extensions. Including ActionFilters for Cache, GZip Compression, CAPTCHA, HTTP POST Only. And an attribute to provide serialization of the ViewData to XML, JSON, or JSONP. I hope it helps everybody out. read more...

add a comment |category: |Views: 70

tags: another

DotNetOpenId 2.0 Released!(blog.nerdbank.net)

submitted by jalexanderjalexander(160) 4 years, 1 month ago

This release adds full support for OpenID 2.0 while preserving full backward compatibility for OpenID 1.x. It is a mature library with lots of help for diagnostics and debugging, and a balance between simplicity and extensibility. read more...

add a comment |category: |Views: 67

tags: another

Do You Really Want to Be a Development Team Leader?(andrewtokeley.net)

submitted by tokestokes(1085) 4 years, 1 month ago

Ask any up and coming developer what they would like to do in the next year or so and you'll invariably hear, "I'd like to become a Development Team Leader". Hopefully most will have actually considered the change of role and be looking for new challenges and ways to contribute more to their chosen profession. However, for some this is an automatic response to a question that is particularly difficult to answer in an industry with no clear career path. For others it's simply a way to move up the pay scale. read more...

add a comment |category: |Views: 29

tags: another

Most Useful 50 CSS Tips (emmaalvarez.com)

submitted by stenbaekstenbaek(545) 4 years, 1 month ago

A useful page that provides a nice listing of various CSS tips, tricks and tools. read more...

add a comment |category: |Views: 51

tags: another

MVC: Membership Starter Kit Updated(squaredroot.com)

submitted by TroyMGTroyMG(2670) 4 years, 1 month ago

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: |Views: 63

tags: another

A .NET Cryptography Primer, part 2(statestreetgang.net)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 1 month ago

How to store passwords securely in your application. With lots of salt/hash puns. read more...

3 comments |category: |Views: 13

tags: another

TDD: The Road so Far(blog.wekeroad.com)

submitted by usshermussherm(5285) 4 years, 1 month ago

Rob talks about traveling the TDD road, shares a few lessons learned, and points out a couple of pros and cons he's discovered along the way. read more...

add a comment |category: |Views: 34

tags: another

Must Have Tool for ASP.NET Developer(devintelligence.com)

submitted by adventureradventurer(2244) 4 years, 1 month ago

NetFXHarmonics DevServer is a web server hosting environment built on .NET 3.5 using WPF, WCF, and LINQ technologies that allows multiple instances of VS-like web servers to run in parallel read more...

add a comment |category: |Views: 19

tags: another

Scott Guthrie's April 11th Links(weblogs.asp.net)

submitted by jonasjonas(2215) 4 years, 1 month ago

Some links from Scott Guthrie about ASP.NET, ASP.NET AJAX, ASP.NET MVC, Visual Studio, and Silverlight. read more...

2 comments |category: |Views: 5

tags: another

Gravatar, please bring back PNG files!(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years, 1 month ago

Gravatar recently made some big changes when migrating their web application. While most of these changes are a real benefit, there is one big feature that has been removed -- PNG files are no longer supported! read more...

9 comments |category: |Views: 8

tags: another

Scott wants support for NHibernate in Dynamics Data!(hanselman.com)

submitted by LordLord(3737) 4 years, 1 month ago

"In the future, watch for the possibility of Dynamic Data for POCO (my term, not the teams), Dynamic Data for Silverlight and Dynamic Data for MVC. Now is your opportunity to be heard. I'd like the idea of Dynamic Data for NHibernate myself, so I'm pushing for that." read more...

2 comments |category: |Views: 135

tags: another

Fix for Mads' C# OpenID Implementation(squaredroot.com)

submitted by TroyMGTroyMG(2670) 4 years, 1 month ago

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: |Views: 44

tags: another

xUnit.net 1.0 RC3 Released Today(bradwilson.typepad.com)

submitted by jonasjonas(2215) 4 years, 1 month ago

Link to Brad Wilson's blog, xUnit 1.0 is feature complete! read more...

add a comment |category: |Views: 0

tags: another

Fun with Continuous-Integration (Really!)(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

Introducing: BILTONS. Biltons are actually sound files that are played by the build-machine, according to the developer that made the last changes ("Build-Tones"). It really adds a lot of fun to the dev environment. read more...

add a comment |category: |Views: 14

tags: another

New BlogEngine.NET Theme: "Pistaqio"(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

Created for my new blog. read more...

add a comment |category: |Views: 13

tags: another

Events, Generics and Extension Methods(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

See some interesting new methods to deal with events and EventHandlers. read more...

1 comment |category: |Views: 11

tags: another