Hani Tech
Browse by Tags
All Tags
»
c#
(RSS)
.NET
Azure
Cloud
Compiler
DllHost
expression
Functional programming
lampda
lexicon
Regex
scanner
Statement
Translation
WCF
Win32
Xml
Using a 32bit Native DLL in Windows Azure
20 March 09 12:24 AM
|
hania
|
4 Comments
With the Mix2009 release of Windows Azure tools, we now support native code execution. This also includes the ability to debug native code. As you would imagine, you can do PInvoke’s to system DLL’s or to your packaged native DLL with your role. The image
Read More...
Statement Translation using Functional Programming in C#
31 January 09 11:16 PM
|
hania
|
1 Comments
I will demonstrate here how we can use the functional programming feature in C# to program something like a statement/expression translation. Basically, we will translate a statement tree into a function that we can call to run the program. I am not using
Read More...
Writing a simple lexicon scanner in .NET
23 October 08 10:36 PM
|
hania
|
1 Comments
I came across Linq and the new Lambda Expression classes in .NET 3.0. I thought, it would be a good idea to dynamically build a lambda expression from a math string, something like: (a + b) * 1.5. The string is parsed into a lambda expression and then
Read More...
Search
This Blog
Home
Email
Tags
.NET
Azure
c#
Cloud
Compiler
DllHost
expression
Functional programming
Lambda Expression
lampda
lexicon
Linq
msbuild
Parser
Regex
scanner
Statement
Translation
WCF
Win32
Xml
Archives
March 2009 (1)
February 2009 (1)
January 2009 (2)
October 2008 (2)
Syndication
RSS 2.0
Atom 1.0
Windows Azure! Great being part of!