Sign In
Ziad's Rants and Ramblings
Information on C#, ASP.NET, and other programming technologies
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
6502
C#
C++
CLI C++
CUDA
Emit
emulation
Games
Generics
MSIL
open source
Performance
Reflection
WCF
Archive
Archives
March 2009
(1)
February 2009
(1)
January 2009
(1)
December 2008
(8)
December, 2008
MSDN Blogs
>
Ziad's Rants and Ramblings
>
December, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Ziad's Rants and Ramblings
Creating a WCF IDispatchMessageInspector
Posted
over 4 years ago
by
ZiadElmalki
1
Comments
Sorry I have not had a chance to post in a while. I had a really bad flu and then there was a snow storm where I live. Everything thing is cleared up now and I will be going to work tomorrow. I am still a little new to wcf. Today I was presented with...
Ziad's Rants and Ramblings
Create dynamic WCF Clients without any configuration/service references
Posted
over 4 years ago
by
ZiadElmalki
6
Comments
The other day I wanted to do some simple perf tests against a bunch of different wcf services that I am working on. I wrote a little test tool to do this but I had some problems with my test tool. My test application was very tightly coupled to the services...
Ziad's Rants and Ramblings
Performance when creating objects using generic new constraint
Posted
over 4 years ago
by
ZiadElmalki
0
Comments
I got an email asking about the performance when creating objects using the generic new constraint. You can learn more about the generic new constraint here http://msdn.microsoft.com/en-us/library/sd2w2ew5.aspx and here http://msdn.microsoft.com/en-us...
Ziad's Rants and Ramblings
Reflection : Fast Object Creation
Posted
over 4 years ago
by
ZiadElmalki
1
Comments
Reflection is a powerful api in the .net framework. Reflection allow us to inspect types at runtime, dynamically invoke methods, create objects, etc. Using reflection developers can make highly modular applications where functionality can be replaced...
Ziad's Rants and Ramblings
Why are these nop instructions in my debug build?
Posted
over 4 years ago
by
ZiadElmalki
1
Comments
If you run the sample code from the last post in release mode and debug mode you will notice that the msil for the test method are different. Method Program.TestMethod -- DEBUG ------------------------------- 0x0000 nop 0x0001 ldc.i4.0 0x0002 stloc...
Ziad's Rants and Ramblings
Msil Parser Quick Update
Posted
over 4 years ago
by
ZiadElmalki
0
Comments
Here is a quick update. The code will now resolve any tokens in the msil so now you can see the methods, strings, types, etc. I added a new method called GetData that takes a module, opcode, and the raw data byte array. As you can see they are very few...
Ziad's Rants and Ramblings
Msil Parser
Posted
over 4 years ago
by
ZiadElmalki
2
Comments
I just moved into a new apartment last Saturday and have had no internet access till today. Life without internet is like being cut off from the world. I can't check my email, I can't work from home, I got to call and talk to people to order food ;{ It...
Ziad's Rants and Ramblings
Intro
Posted
over 4 years ago
by
ZiadElmalki
0
Comments
Hi My name is Ziad Elmalki. I have been a software developer for about 5 years. I started programming vb in 1999 when I was in high school and then learned C# when .Net 1.1 came out. I am a SDE in Microsoft's STO group. I have been working here at...
Page 1 of 1 (8 items)