Re: Cobol for Visual sutdio



Pete Dashwood wrote:

It is a problem with the COBOL language so neither of them can implement it
(even if they wanted to...) Things like reflection

Reflection works just fine. Why wouldn't it?

and LINQ

Not implemented in our .NET COBOL, true, but there's no reason why it
would be particularly more difficult than, say, EXEC SQL, which we
have and does work. ADO.NET works, and LINQ is just syntactic sugar
for ADO.NET.

Personally, I'm not particularly impressed with LINQ. It's cute, but
it doesn't add much to the expressiveness of the language. It's
certainly not innovative (in the .NET space) the way WCF is, or the
way F# is, or the way IronRuby is.

are two very
important ones that come to mind immediately. There are others.

OK, name some.

--
Michael Wojcik
Micro Focus
.



Relevant Pages

  • =?Windows-1252?Q?Re:_Codegeneratoren_f=FCr_WinForms-Anwendung_/_C#_und_MS?= =?Windows-12
    ... Performance wegnimmt, ... ... Reflection ist mir bei LINQ noch nicht untergekommen. ... Dipl.Inf. Frank Dzaebel ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • Re: LINQ to Objects Abfrage dynamisch zur Laufzeit generieren
    ... Reflection kannst Du genauso in Deinem Linq to Objects - ... Dipl.Inf. Frank Dzaebel http://Dzaebel.NET ... ist es auch möglich ein SelectMany mit Hilfe von Reflection bei Linq ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • Re: Accessing object properties
    ... Kevin wrote: ... you can manipulate it through reflection -- Type.GetPropertyand friends should do the trick. ... The point of LINQ to SQL is to bridge the gap between objects and tables by allowing strongly-typed access to the underlying database. ...
    (microsoft.public.dotnet.languages.csharp)
  • =?iso-8859-1?q?Re:_Codegeneratoren_f=FCr_WinForms-Anwendung_/_C#_und_MS-SQL_-_Er
    ... Reflection ist mir bei LINQ noch nicht ... untergekommen. ... Welche Teile von LINQ basieren auf Reflection? ... Wenn mit LINQ eine Abfrage gegen eine Datenbank gestellt wird, ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • Re: Linq. Take and OrderBy
    ... LINQ isn't necessarily using reflection; it can use dynamic methods to ... use regular IL to access members. ... As for UI binding - that is going to ...
    (microsoft.public.dotnet.languages.csharp)