Browse by Tags

All Tags » .NET Framework (RSS)

.NET Framework 3.0

Guys, .NET Framework 3.0 community website is centralized to www.netfx3.com . You should visit it. After back to Jakarta, we can start exploring NetFx3 in CommunityInTouch, Software Architect and other Microsoft events. See u. Share this post: | | | ...

FIX Engine with WCF

Not too many people in Indonesia working on this protocol because it is very specific to financial institutions. Financial Information eXchange ("FIX") protocol is a series of messaging specs for the communication of financial trade-related messages....

Around GC

In Win32, each process has an associated address space. Portions of address space can be reserved, mapped (or "committed"), or unmapped ("freed") using the functions VirtualAlloc and VirtualFree. (In addition, NT allows one process to allocate memory...

What can Phoenix do for us

I always like to start with litle history then answer the WHY question. Phoenix History Several years ago the Visual C++ was cranking out compiler backends, doing platform retargeting (x64, IA64) for example was a painful process, and a small group in...

Phoenix Plug-Ins

Plugin is one topic that I will cover in my TechEd SEA presentation. A "plug-in" means a user-written module that will be executed by backend compiler (C2), or a Phoenix-based analysis tool. Suppose we build a plug-in, called OurPlugIn.dll for C2.exe...

Phoenix Phases and Plugins

Phoenix Phases Phoenix manages its processing using pipeline-like architecture. Each execution steps in this pipeline called phases and Phoenix already has built-in pipeline that can be listed using -dumpphaselist C2 switch. Phases are stored as an ordered...

My Presentation Slides

Here is my slides for the incoming events. You can download it before attending. Community inTouch | ASP.NET Security , Sept 2, 2006 - Security Processing of HTTP Request .NET Curriculum Workshop, Aug 29, 2006 - Inside .NET CLR - .NET Remoting ETF Surabaya...

Phoenix DLL Phase Plug-In

Phoenix supports modular compiler phase design. It allows us to select phases that we want invoked including core processing phases in Phoenix framework. In addition, Phoenix supports the ability to customize the phases invoked via a managed DLL plug...

Phoenix Garbage Collector

Conservative GC like Boehm-Demers-Weiser can be used as a GC replacement for C malloc or C++ new. You can allocate memory basically as you normally would, without explicitly deallocating memory that is no longer useful. The collector is also used by a...

Phoenix Input and Output Components

Most of LOB developers don’t have a clear understanding what is inside DLL/EXE even though they have done it with managed or native compilers. One job of compilers is to produce PE/COFF for your OBJ/assemblies. If you know what's inside your OBJ...

Phoenix | High Level View

I just scanned my hand written paper and looks okay :). It describes what phoenix means to me. Click on the picture for some explanation. My other suggestions are, try to download Phoenix from here and see how Uncle Jim described it from Channel9 . Share...

.NET Curriculum Workshop | Aug 29-30, 2006

We are going to Bali again :). Can you imagine write your codes at Bali? Learn new things at Bali? .NET CURRICULUM WORKSHOP 2006 is there. This is for faculty members who teach programming and want to know how .NET really works. We will cover .NET runtime...

Phoenix #1

Introduction to Phoenix. Uncle Kangsu Gatlin wrote the first article on Phoenix http://blogs.msdn.com/kangsu/archive/2005/11/16/493744.aspx . I suggest you go to http://research.microsoft.com/phoenix to get more information on Phoenix. W ith Phoenix we...

Phoenix C2.EXE

C2.EXE is a compiler backend that is compatible with the CL.EXE. C2 has three major components: - Driver - Phoenix core - Target. Unmanaged builds statically link these three components into one executable. Managed builds create these three components...

TechEd SEA

See you on TechEd SEA at Kuala Lumpur , we will discuss about Phoenix (). Code Optimization and Analysis with Phoenix Framework. Share this post: | | | |
More Posts Next page »