Re: D2006 hits the UK



Jim Cooper wrote:

Now this remains to be seen...

No it doesn't. Examples have repeatedly been given by MS people in these very groups. Both VS2005 and SQL Server 2005 have large chunks of .NET code in them for instance.

Er, yes, it does... :-)

"having large chunks of .NET code" in them isn't quite the same
as being written from the ground up as fully managed applications.
Same cited MS people tended to become a little more shy when pressed
to give details as to what percentage of said codebases are managed...

BTW, good to see you back in here, Jim :-)
.



Relevant Pages

  • Re: UTF-8 encoding in AJAX web application.
    ... if you manually do the text-binary encoding/decoding in .net code and ... store raw binary stream in SQL Server, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Large_number_od_records_problem
    ... so I wan't to do it in chunks and using EJB. ... EJB 3.0 dosn't support nestes transaction, ... delete from table1 where criteria=? ... The SQL server is free to optimise the ...
    (comp.lang.java.programmer)
  • Re: DEADLOCKS
    ... Are you controlling transactions in the web layer .net code or in SQL Server ... is giving me a lot of deadlocks because all my ...
    (microsoft.public.sqlserver.programming)
  • Disk Alignment
    ... I recently read some information regarding aligning the Disk for use with SQL ... disk drive SQL Server writes to should be configured to work in 64KB chunks. ... Here is the Microsoft article. ...
    (microsoft.public.sqlserver.setup)
  • Re: How to create what VB6 calls an ActiveX EXE
    ... Since you can do SQL CLR, I suggest you use that, as SQL Server has a great level of control over the CLR, and can control the memory management of the CLR, as well as threads and the like so as to optimize its use in SQL Server. ... I have already written a SQLCLR proc that will crash SQL using that dll. ... It sounded as though you wanted to write some .NET code that could be accessed by unmanaged COM code. ...
    (microsoft.public.dotnet.languages.csharp)