473,546 Members | 2,244 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

New MSIL Newsgroup

Microsoft,

Can I make a request for a newsgroup specific to MSIL? I have taken great
interest in MSIL and have done a lot of reading into MSIL, and written,
compiled and tested with success a few il programs. I'm sure this is a
topic of interest to many people, as it is at the heart of .Net.

If any of you readers/posters are also interested in an intermediate
language specific newsgroup, please respond.

As of yet, I have been unable to find an MSIL newsgroup on
msnews.Microsof t.com. Please forgive and disregard if one already exists,
just let me know where :-)

So far, the best place I've come up with so far for good MSIL discussion and
questions is the MSIL forum on gotdotnet.com.

Raymond Lewallen
Federal Aviation Administration
Jul 21 '05 #1
7 1739
I'd like that.
Jul 21 '05 #2
I'm with you, that would be way cool.

--

W.G. Ryan, eMVP

http://forums.devbuzz.com/
http://www.knowdotnet.com/williamryan.html
http://www.msmvps.com/WilliamRyan/
http://www.devbuzz.com/content/zinc_...center_pg1.asp
"Raymond Lewallen" <Ra************ ******@nospam.f aa.gov> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Microsoft,

Can I make a request for a newsgroup specific to MSIL? I have taken great
interest in MSIL and have done a lot of reading into MSIL, and written,
compiled and tested with success a few il programs. I'm sure this is a
topic of interest to many people, as it is at the heart of .Net.

If any of you readers/posters are also interested in an intermediate
language specific newsgroup, please respond.

As of yet, I have been unable to find an MSIL newsgroup on
msnews.Microsof t.com. Please forgive and disregard if one already exists,
just let me know where :-)

So far, the best place I've come up with so far for good MSIL discussion and questions is the MSIL forum on gotdotnet.com.

Raymond Lewallen
Federal Aviation Administration

Jul 21 '05 #3
Hi Raymond,

There are many dotNet newsgroups, when there is not much traffic you will
see they die.

There are a lot of them, which I open sometimes and see one message in 2
days or less, and then I delete them again from my newsreader. The change
that you will have that with a new MSIL newsgroup will be very large in my
opinion and than again we have a newsgroup where people in other newsgroups
are telling to go to that newsgroup, while there is nothing in it.

There are a few major dotNet newsgroups
The language groups VB and Csharp
The groups general and framework,
The framework groups AspNet, AdoNet, and Compactframewor k

The rest are, when you look in it, groups where often are messages, which
are not answered or always answered by the same person.

I would like it that there were fewer dotnet newsgroups.

I think that nobody will complain when MSIL questions are cross-posted in
the dotnet general/framework groups.

With some small exceptions you see all regulars in dotNet newsgroup back in
these two newsgroups.

Just my thoughts,

Cor
Jul 21 '05 #4

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I do support idea entirely. If others will not use MSFT can always
cancel newsgroup.

Jacek

Użytkownik "Raymond Lewallen" <Ra************ ******@nospam.f aa.gov>
napisał w wiadomo¶ci news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Microsoft,

Can I make a request for a newsgroup specific to MSIL? I have
taken great interest in MSIL and have done a lot of reading into
MSIL, and written, compiled and tested with success a few il
programs. I'm sure this is a topic of interest to many people, as
it is at the heart of .Net.

If any of you readers/posters are also interested in an
intermediate language specific newsgroup, please respond.

As of yet, I have been unable to find an MSIL newsgroup on
msnews.Microsof t.com. Please forgive and disregard if one already
exists, just let me know where :-)

So far, the best place I've come up with so far for good MSIL
discussion and questions is the MSIL forum on gotdotnet.com.

Raymond Lewallen
Federal Aviation Administration


-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0.3

iQA/AwUBQMH8P4eEyL6 RuXD8EQKxfQCgx/tkqe5wea2DkzWK7 FdRDrIO7ZwAoLo+
10g8ZlbypTIlEMG Xv/gkhzoV
=sovx
-----END PGP SIGNATURE-----
Jul 21 '05 #5
On 04 Jun 2004 18:31, "William Ryan eMVP" wrote:
I'm with you, that would be way cool.

--
Simon Smith
simon dot s at ignore dot ghytred dot com


Jul 21 '05 #6
On Fri, 4 Jun 2004 11:43:47 -0500, "Raymond Lewallen"
<Ra************ ******@nospam.f aa.gov> wrote:
Can I make a request for a newsgroup specific to MSIL?


Good idea!
Jul 21 '05 #7
there is already a similar one:

microsoft.publi c.dotnet.framew ork.clr

--
cody

Freeware Tools, Games and Humour
http://www.deutronium.de.vu || http://www.deutronium.tk
"Raymond Lewallen" <Ra************ ******@nospam.f aa.gov> schrieb im
Newsbeitrag news:#A******** ******@TK2MSFTN GP10.phx.gbl...
Microsoft,

Can I make a request for a newsgroup specific to MSIL? I have taken great
interest in MSIL and have done a lot of reading into MSIL, and written,
compiled and tested with success a few il programs. I'm sure this is a
topic of interest to many people, as it is at the heart of .Net.

If any of you readers/posters are also interested in an intermediate
language specific newsgroup, please respond.

As of yet, I have been unable to find an MSIL newsgroup on
msnews.Microsof t.com. Please forgive and disregard if one already exists,
just let me know where :-)

So far, the best place I've come up with so far for good MSIL discussion and questions is the MSIL forum on gotdotnet.com.

Raymond Lewallen
Federal Aviation Administration

Jul 21 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
4553
by: Raymond Lewallen | last post by:
Is there some article out there that helps in reading MSIL? I've been looking but can't find anything, and I'm probably just looking in the wrong spots for the wrong keywords. I understand mov, call, jmp, ptr, dword and some of the other obvious pieces. I'm looking to understand some of the less obvious pieces of MSIL so I can better...
6
2937
by: TrickyDicky | last post by:
Hi all, I'm just starting to experiment with MSIL but am getting confused about c# and MSIL integration. I understand that c# is compiled into MSIL before it is JIT'ed and then executed. I also understand that it is possible for me to generate my own MSIL using the System.Reflection.Emit namespace. However, is it possible for my c# code...
6
1998
by: Pawel | last post by:
Ary you know tools to convert MSIL code (Assembly) to Win32 (not Just In Time)?
7
2019
by: carl.manaster | last post by:
Hi, I'd like to take a string containing MSIL code, assemble it, execute it, and receive the result all from my running C# application. So far I've managed to manually create some MSIL code that I can successfully assemble with ilasm and execute at the DOS prompt, and I've read up on System.Reflection.Emit and CodeDom, but I don't see how...
4
19121
by: James dean | last post by:
My understanding is the MSIL runs on the CLR and the CLR is basically the JIT compiler plus Garbage collection. This part "MSIL runs on the CLR" is a bit vague to me can anyone give me a clearer definition and explain how these 3 work together. *** Sent via Developersdex http://www.developersdex.com ***
3
3378
by: NigelW | last post by:
Clarification needed please. If I compile a C++ program with the /clr option inpsection of the resulting assembly with ILDASM shows MSIL even for methods in classes for which I have not specified garbage collection with __gc. Am I correct in thinking there is really two kinds of managed (i.e. MSIL) code from C++, that which uses garbage...
1
1805
by: John Doe | last post by:
Hi all, I have a lot of confusion about what this runtime environment is. When I write an application with unmanaged code and unmanaged data, can I compile it to the MSIL, or it will compile mandatorily to the x86 instruction set?
3
1643
by: Mark Fox | last post by:
Hello, I have read a lot about how the .NET Framework uses MSIL as its intermediate language. If I have a project in C# in VS.NET 2003, how do I get the MSIL for it so I could look at it? Better yet, I would like to obfuscate it using the Dotfuscator Community Edition and then get the obfuscated MSIL into a text file of some sort. How...
8
311
by: Raymond Lewallen | last post by:
Microsoft, Can I make a request for a newsgroup specific to MSIL? I have taken great interest in MSIL and have done a lot of reading into MSIL, and written, compiled and tested with success a few il programs. I'm sure this is a topic of interest to many people, as it is at the heart of .Net. If any of you readers/posters are also...
0
7507
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7435
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7698
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7461
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5080
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3472
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1922
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1046
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
747
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.