0

Am in the process of creating my own set of coderush templates for MVC both on the HTML side and in the code-behind. Am wondering if anyone has gone through the same process and has put them anywhere on the public domain where I could obtain them rather than "reinventing the wheel"?

Otherwise will put together a list of the templates myself and post them on the public domain somewhere.

Cheers

1 Answers1

4

The 10.2 update of CodeRush includes a number of new MVC templates as well as new declaration and navigation features for MVC. I suggest contacting support@devexpress.com to get what you need (e.g., a daily build or perhaps a final version of 10.2, depending upon when you contact support).

Mark Miller
  • 985
  • 8
  • 13
  • Ahh thanks for that Mark. Will get in touch with them and see what they say. Is this release going to be made available any time soon? –  Oct 26 '10 at 07:58
  • Have contacted support about the templates and hopefully can see if the build is forthcoming. Thanks again! –  Oct 26 '10 at 08:07
  • CodeRush 10.2 will ship sometime this quarter, but probably not as soon as you would like. All DevExpress .NET products ship simultaneously, so we can't put a final CodeRush 10.2 in your hands until all our .NET products are ready to go. – Mark Miller Oct 26 '10 at 17:02
  • Thanks for the information Mark. Managed to get access to 10.2 and so can hopefully get access to the templates. THanks for taking the time to respond! –  Oct 28 '10 at 10:16
  • 10.2 would be an awesome christmas present. :) – Dennis Burton Nov 04 '10 at 00:26
  • Dennis, my expectation is that you'll certainly get 10.2 before Christmas. – Mark Miller Nov 09 '10 at 22:30
  • Here's the list of CodeRush code templates for ASP.NET MVC development for C# and VB: http://bit.ly/iSstcD – Alex Skorkin May 31 '11 at 16:21