Rudy Setyo Purnomo
foundations and fundamentals
-
Changeable SyntaxHighlighter Theme on BlogEngine.NET using Extension
Alex Gorbatchev create a great tool, write on JavaScript, to highlight our code on blog posting. But how to implement SyntaxHighlighter on every post in our BlogEngine.NET? There is a good Windows Live Writer Plugin by David Pokluda that implement SyntaxHighlighter into BlogEngine.NET using the Extension.
-
ASP.NET Membership and Role Provider using Oracle database part 1
We all know that in ASP.NET 2.0 there are Built-In Providers to help developers to build a robust application.
-
a "netTiers like" LINQ to SQL application
Some of us maybe familiar with netTiers when building an application, it's really helping us to cut the development time, LINQ does cut the time also... No, i don't want to compare between netTiers and LINQ to SQL, although in some cases they're comparable... What i want to share here is how to make a simple data visualization using gridview, really simple coz we will use LINQ to accomodate the simpleness... What "simple" i'm talking about? commonly when we build a CRUD application, we use ADO.NET or DAAB to access the database, but in this case, ADO.NET was handled by LINQ.