Change Set 20714 - Full Parity

April 3, 2007 19:48

This CS adds Scaffold Code Generation for VB. For the first time in several months, VB generation support is now on par with C#. So there.

Other Change/Fixes

  • Fixed a Scaffold generation problem when source table contained SubSonic managed date fields.
  • C# Templates now use the prefix CS_ (formerly C_)

Download


3 Comments
Actions: E-mail | Permalink | Comment RSSRSS comment feed

Related posts

Comments

April 3. 2007 20:59

David S.

...the planets align or something?
=P

David S.

April 3. 2007 21:27

Eric Kemp

Nah... just thought I'd get out ahead of the requests...

...and in C# I can't play games like:


Friend Sub Sonic()

Dim Thing As String
Dim Something As String = New Any(Thing)

If Not Something Is Nothing AndAlso Not Thing Is Nothing
Then
Something = Nothing
Else
Thing = "String"
End If

End Sub


Smile

Eric Kemp

April 4. 2007 12:48

David S.

If Not Something Is Nothing AndAlso Not Thing Is Nothing

oddly enough, isn't this a song?
Great work; I'm looking forward to 2.0

David S.

Comments are closed