DotNetShoutout - Stories tagged with Compiler
2
Shouts

Checking for anonymous types

published 734 days, 20 hours, 49 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 735 days, 10 hours, 23 minutes ago
Sunday, May 22, 2011 5:42:02 AM GMT Saturday, May 21, 2011 4:08:42 PM GMT
Because I blogged about anonymous types last month, I thought following extension method would also make an interesting post. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: jclaes.blogspot.com
tags: anonymous types, Reflection, Compiler
3
Shouts

Nemerle 1.0 Released - Nemerle Forum | Google Groups

published 738 days, 19 hours, 57 minutes ago posted by alvasalvas 739 days, 11 hours, 35 minutes ago
Wednesday, May 18, 2011 6:34:38 AM GMT Tuesday, May 17, 2011 2:56:53 PM GMT
Today (May 17, 2011) first version of Nemerle 1.0 is released. Windows installer can be downloaded here http://goo.gl/UYyVr Official site: http://nemerle.org Twitter: http://twitter.com/#!/nemerle Facebook page: http://facebook.com/Nemerle The installer contains: * Command line Nemerle 1.0 compiler ncc.exe for .NET 2-3.5 and Mono 2.x. * Standard Nemerle Library and standard macro library. * Microsoft Visual Studio 2008 IDE integration module. * Nemerle Express Edition – standalone IDE based on ... (more)
category: How To | clicked: 0 | comment | | source: groups.google.com
tags: language, Nemerle, Compiler
3
Shouts

Anonymous type equality follow-up: Equals()

published 761 days, 8 hours, 17 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 762 days, 15 hours, 36 minutes ago
Monday, April 25, 2011 6:14:04 PM GMT Sunday, April 24, 2011 10:55:51 AM GMT
After publishing yesterday's post on anonymous type equality, I received an interesting comment from a fellow redditor. He stated that even if the sequence of the property assignment were the same, the equality comparison would still return false, because the types generated by the C# compiler are reference types, making their references being tested for equality and not their data. This is very true, unless.. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: jclaes.blogspot.com
tags: C#, anonymous types, Compiler
4
Shouts

Anonymous type equality

published 760 days, 4 hours, 28 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 763 days, 13 hours, 1 minute ago
Tuesday, April 26, 2011 10:03:13 PM GMT Saturday, April 23, 2011 1:30:02 PM GMT
An interesting C# compiler gotcha when using anonymous types.. (more)
category: Web Dev | clicked: 0 | 2 comments | | source: jclaes.blogspot.com
tags: C#, anonymous types, Compiler
5
Shouts

Using C# keywords as variables

published 773 days, 3 hours, 55 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 775 days, 9 hours, 28 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Monday, April 11, 2011 5:03:44 PM GMT
Hold it, don't shoot me. I know this would be an awful practice, but it is an interesting C# compiler quirk nonetheless.. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: jclaes.blogspot.com
tags: C#, keywords, LOL, Compiler
7
Shouts

C# As a Scripting Language in your .NET Applications – Using Mono’s Compiler As a Service

published 969 days, 14 hours, 13 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 971 days, 12 hours, 23 minutes ago
Wednesday, September 29, 2010 12:18:45 PM GMT Monday, September 27, 2010 2:08:10 PM GMT
In this post, we’ll see how to use C# as a scripting language in your .NET applications. Let us start with a very minimal game application, where you have two players, and your users can control these players by writing some script. In th... (more)
category: How To | clicked: 1 | comment | | source: amazedsaint.blogspot.com
tags: .NET, C#, language, Scripting, Compiler
6
Shouts

C# REPL in Silverlight Soon Possible?

published 1185 days, 13 hours, 48 minutes ago posted by nickhnickh 1187 days, 4 hours, 59 minutes ago
Thursday, February 25, 2010 12:43:03 PM GMT Tuesday, February 23, 2010 9:32:57 PM GMT
I was looking over some of the industry news this morning, and spotted this gem from Miguel de Icaza’s blog: We are also porting our C# compiler to work with Microsoft's Reflection.Emit to enable us to run our C# Interactive Shell in Silverlight applications and to allow .NET developers to embed our compiler in their applications to support C# Eval. For those that typically shy away from penguins: Miguel is heavily involved in the Mono project. Mono is a project under the wing of Novell to create an EMC... (more)
category: Metro | clicked: 1 | comment | | source: www.quicklearn.com
tags: Mono, Silverlight, C#, REPL, Compiler
8
Shouts

C# tutorial - Mastering the C# Compiler

published 1244 days, 13 hours, 12 minutes ago posted by csharptutorialcsharptutorial 1247 days, 5 hours, 57 minutes ago
Monday, December 28, 2009 1:19:46 PM GMT Friday, December 25, 2009 8:34:13 PM GMT
Visual Studio Express Edition is a blessing gift from Microsoft for C# Beginners. But the best way to really master a new programming language is to learn from scratch using a simple programmer’s notepad. Also if you want to automate your builds with or without NAnt/MSBuild, you’d better know how the C# command line compiler works. (more)
category: Agile | clicked: 7 | comment | | source: csharptutorial.com
tags: Without Visual Studio, C#, MSBuild, Build Automation, NAnt, Compiler