Browse by Tags

All Tags » .NET Framework (RSS)

PagedList Implementation in Visual Basic 9 by Agus Suhanto

Rob Conery first created a post about PagedList . A PagedList is like a sliced list, a predefined subset of whole items in a collection.The purpose of PagedList is for displaying paged items on a page. We often find a grid or a table that displays only...
Filed under: ,

Scaffolding dengan Tool dan Framework yang Mendukungnya dalam Lingkungan .NET Framework by Agus Suhanto

Anda mungkin pernah mengerjakan project, dimana bos, project manager, atau client Anda menginginkan sebuah prototype yang fully functional dalam waktu 1 minggu. Dalam hati Anda mungkin ngedumel "Gile apa ini bos? Seminggu disuruh bikin prototype...

"Static", "Reflection", and "Dynamic" Performance Comparison by Agus Suhanto

I'm interested to compare performance among "static", "reflection", and "dynamic" programming using VS 2010 CTP and C# 4.0. "Static" means your portion of code is compile-time checked against certain types,...

A Sample of "Dynamic Programming" in .NET 4.0 by Agus Suhanto

I've demonstrated "Dynamic Programming Prior to .NET 4.0" in my previous post . Now I've got the VS 2010 DVD from Wely@Microsoft, installed to my laptop this morning, and now I'm ready to do similar demo using Visual Studio 2010...

"Dynamic Programming" Prior to .NET 4.0 by Agus Suhanto

In this post you will see a demonstration of dynamic programming prior to .NET Framework 4.0. This is not something new of course. I'm doing this demo to give contrast experience compared with dynamic programming in upcoming .NET Framework 4.0. The...
Filed under:
Powered by Community Server (Commercial Edition), by Telligent Systems