|
Home > Archive > BizTalk Server General > December 2004 > BizTalk 2004 written in C# or C++?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
BizTalk 2004 written in C# or C++?
|
|
| Niklas E 2004-12-01, 5:51 pm |
| I have heard that BizTalk 2004 was written in C# and that it is probably the
largest C# project ever made, but all I get in the event log when errors are
showing the source files are files ending with .cpp, which I assume is c++
classes?
c:\depot4000\jupiter\source\private\kw\s
ource\bizoffice\code\bizofficeconfig
uration\msgadacfg\msgadacfghelper.cpp(878):
Or is it written with a mix of C# and C++?
Best regards
Niklas E
| |
| Sunghwa Jin [MSFT] 2004-12-01, 5:51 pm |
| Many components are written in C#, but not 100%. For example, setup
components may need to work without .NET Framework installed.
BTW C# is really productive langage. I recommend people using it for many
different jobs, but is not alwyas the best language for all jobs. Other
language may give you more productivity when you do certain job. For
example, managed C++ provides best experience for interop. And .NET
Framework allows you incorporate with other languages w/o much language
barriers. Just a note. 
Thanks,
Sunghwa
--------------------[vbcol=seagreen]
cpmsftngxa10.phx.gbl!TK2MSFTNGXA02.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08
.phx.gbl!tk2msftngp13.phx.gbl[vbcol=seagreen]
the[vbcol=seagreen]
are[vbcol=seagreen]
ig[vbcol=seagreen]
| |
|
|
"Niklas E" <raven_tln0sp4m@hotmail.com> wrote in message
news:eFW7Uf$1EHA.132@tk2msftngp13.phx.gbl...
> I have heard that BizTalk 2004 was written in C#
partially, yes
and that it is probably the
> largest C# project ever made,
true
but all I get in the event log when errors are
> showing the source files are files ending with .cpp, which I assume is c++
> classes?
c++ files, but you've got the right ideas
>
c:\depot4000\jupiter\source\private\kw\s
ource\bizoffice\code\bizofficeconfig[vbc
ol=seagreen]
> uration\msgadacfg\msgadacfghelper.cpp(878):
>
> Or is it written with a mix of C# and C++?[/vbcol]
a mix
>
> Best regards
> Niklas E
>
>
|
|
|
|
|