Servefault.com - Stories tagged with CodePlex
5
votes

Exploring the ASP.NET MVC 2 futures Assemby

published 130 days, 1 hour ago posted by Webhost4lifeWebhost4life 135 days, 50 minutes ago
Monday, November 02, 2009 10:12:27 AM GMT Wednesday, October 28, 2009 10:22:39 AM GMT
The latest preview of ASP.NET MVC 2, preview 2, has been released on CodePlex last week. All features of the preview 1 version are still in, as well as some nice novelties like client-side validation, single project areas, the model metadata model, … You can read more about these here, here and here. Sure, the official preview contains some great features of which I’m already a fan: the model and validation metadata model is quite extensible, allowing the use of DataAnnotations, EntLib, NHibernate or yo... (more)
category: ASP.NET | clicked: 0 | comment | | source: blog.maartenballiauw.be
tags: ASP.NET MVC 2, CodePlex
4
votes

ASP.NET MVC and the Managed Extensibility Framework (MEF)

published 130 days, 1 hour ago posted by Webhost4lifeWebhost4life 135 days, 58 minutes ago
Monday, November 02, 2009 10:12:27 AM GMT Wednesday, October 28, 2009 10:14:54 AM GMT
Microsoft’s Managed Extensibility Framework (MEF) is a .NET library (released on CodePlex) that enables greater re-use of application components. You can do this by dynamically composing your application based on a set of classes and methods that can be combined at runtime. Think of it like building an appliation that can host plugins, which in turn can also be composed of different plugins. Since examples say a thousand times more than text, let’s go ahead with a sample leveraging MEF in an ASP.NET MVC ... (more)
category: ASP.NET | clicked: 2 | comment | | source: blog.maartenballiauw.be
tags: .Net, ASP.NET MVC, CodePlex, MEF, Microsoft
4
votes

Improving the AJAX Control Toolkit with the Lightweight Test Automation Framework (LTAF)

published 152 days, 48 minutes ago posted by HostgatorHostgator 157 days, 59 minutes ago
Sunday, October 11, 2009 10:24:50 AM GMT Tuesday, October 06, 2009 10:13:57 AM GMT
Improving the AJAX Control Toolkit with the Lightweight Test Automation Framework (LTAF) The AJAX Control Toolkit is an incredibly popular set of controls that enable you to easily add JavaScript functionality to an ASP.NET application. The AJAX Control Toolkit has consistently been one of the top three most popular downloads from CodePlex since the birth of CodePlex (see http://www.CodePlex.com). (more)
category: Ajax | clicked: 0 | comment | | source: stephenwalther.com
tags: Ajax, Ajax Control Toolkit, CodePlex, Lightweight, LTAF
4
votes

Updated SilverTwit Code for Silverlight 3 : JohnPapa.net

published 160 days, 1 hour, 32 minutes ago posted by GodaddyGodaddy 165 days, 2 hours, 19 minutes ago
Saturday, October 03, 2009 9:40:20 AM GMT Monday, September 28, 2009 8:53:38 AM GMT
I updated my SilverTwit code for my June 2009 Data Points column in MSDN Magazine to use the release version of Silverlight 3. The revised code can be retrieved in the codeplex site here. There were 3 sets of changes: (1) Twitter started using larger numbers for Ids, so I had to switch to use long instead of int and (2) the API for Out of Browser applications changed from beta to release and (3) the Out of Browser settings (formerly in the AppManifest.xml) changed. Here are the changes since I posted th... (more)
category: Silverlight | clicked: 0 | comment | | source: johnpapa.net
tags: API, CodePlex, MSDN, Silverlight
4
votes

First steps with Lightweight Test Automation Framework « Steve Sanderson’s blog

published 160 days, 1 hour, 32 minutes ago posted by GodaddyGodaddy 165 days, 2 hours, 27 minutes ago
Saturday, October 03, 2009 9:40:20 AM GMT Monday, September 28, 2009 8:44:58 AM GMT
One of the ASP.NET projects that Microsoft quietly added to Codeplex in the last few months is Lightweight Test Automation Framework. It piqued my interest because I’ve been using Selenium RC to test the client-side portions of xVal, but for a while now have wanted to replace Selenium with something more streamlined (I’ll explain why later). In this post I’ll explain what Lightweight Test Automation Framework does and how you can use it with ASP.NET MVC.What is Lightweight Test Automation Framework? L... (more)
category: ASP.NET | clicked: 1 | comment | | source: blog.codeville.net
tags: ASP.NET, ASP.NET MVC, ASP.NET Projects, CodePlex
4
votes

Using the DotNetKicks PlugIn for Live Writer : JohnPapa.net

published 160 days, 1 hour, 32 minutes ago posted by GodaddyGodaddy 165 days, 2 hours, 30 minutes ago
Saturday, October 03, 2009 9:40:20 AM GMT Monday, September 28, 2009 8:42:21 AM GMT
I mentioned last night that I wrote a DotNetKicks PlugIn for Windows Live Writer using the new June 2008 Technical Preview release that came out this week. My first pass at the plug in is now complete, though I have a laundry list of changes and improvements I want to make. I am going to make it available today on CodePlex here, if you are interested in the runtime or the source code. The source is a bit rough right now, so please no don’t throw any tomatoes at me. If you have any thoughts on enhancement... (more)
category: Tools | clicked: 2 | comment | | source: johnpapa.net
tags: CodePlex, DoNetKicks, JohnPapa.Net
5
votes

MvcContrib 1.0.0.987 released : Jeffrey Palermo (.com)

published 165 days, 1 hour, 49 minutes ago posted by BlueHostBlueHost 165 days, 9 hours, 36 minutes ago
Monday, September 28, 2009 9:23:56 AM GMT Monday, September 28, 2009 1:36:04 AM GMT
Eric Hexter and I just released a new drop of MvcContrib this morning.  In short, head over to the project page and check out the new download.  It has many patches applied since March, 2009 as well as Eric Hexter’s “Opinionated Input Builders”. (more)
category: ASP.NET | clicked: 1 | comment | | source: jeffreypalermo.com
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, CodePlex, MVC, MVCContrib
1
votes

More On The CodePlex Foundation

published 170 days, 2 hours, 24 minutes ago posted by IXWebHostingIXWebHosting 170 days, 7 hours, 42 minutes ago
Wednesday, September 23, 2009 8:48:01 AM GMT Wednesday, September 23, 2009 3:30:53 AM GMT
In my last post, I presented a general overview of the CodePlex foundation and talked a bit about what it means to the .NET OSS developer, admittedly without much in the way of details. I plan to fix some of that in this post. Before I continue, I encourage you to read Scott Bellware’s great analysis of the CodePlex foundation which covers some of the points I planned to make (making my life easier). It’s a must-read to better understand the potential and opportunity presented by the f... (more)
category: ASP.NET | clicked: 0 | comment | | source: haacked.com
tags: ASP .NET OSS, CodePlex