Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Dimitrios Markatos Profile

photo Dimitrios Markatos (DMarko1)
19 Sep 2003
FL, USA United States
.NET Developer/Architect

Contact memberContact this Member Edit ProfileEdit my profile

Dimitrios, or Jimmy as his friends call him, is a .NET developer/architect who specializes in Microsoft Technologies for creating high-performance and scalable data-driven enterprise Web and desktop applications. Till now Jimmy has authored nearly two dozen .NET articles, published on Dot Net Junkies, 4 Guys From Rolla, Sitepoint, MSDN Academic Alliance, Developers.NET, The Official Microsoft ASP.NET Site, and here on Developer Fusion, covering various unique and advanced techniques on .NET.

This user has contributed 11 articles, 1 code samples and posted 42 messages in our discussion forums.

Technology Interests

    Articles & Tutorials

  • Custom ASP.NET Datagrid Paging With Exact Count

    by DMarko1

    A demonstration on creating custom DataGrid paging such that we actually know the total number of pages for a result set - something that the default paging for the DataGrid doesn't tell us.. Read full article

  • Reading, Storing and Transforming XML Data in .NET

    by DMarko1

    This article illustrates a mixture of common .NET methods for formatting and presenting in a readable fashion any XML document you may encounter. The latest hype with XML Web Services and even the .NET Framework itself relies on XML as its backbone, therefore this is no light matter. . Read full article

  • Replicating GetRows in .NET

    by DMarko1

    Dimitrios explains how replicating GetRows in .NET is easy and shows how it offers precise control of the details of the data and its display.. Read full article

  • Selecting, Confirming & Deleting Multiple Checkbox Items In A DataGrid (i.e. HotMail & Yahoo)

    by DMarko1

    In this article, we will examine how to create a fully functional DataGrid with all the features you'd find set up on Hotmail or Yahoo. As an added bonus we'll be performing all of our data tasks strictly utilizing Microsoft's new Data Access Application Block or DAAB v2.. Read full article

  • Building a Full-Featured Custom DataGrid Control

    by DMarko1

    In this article, we will demonstrate how you can build your very own Datagrid control component, one that you will be able to customize, and more importantly reuse. Based on this ability, you will then end up with one powerful control that will have many implementations, from which you could learn about creating almost any other types of custom controls.. Read full article

  • Dynamic Column Sorting and Paging in ASP.NET

    by DMarko1

    Demonstrates how to enable your visitors to sort your datagrid by columns, and implement paging.. Read full article

  • DataGrid/GridView Paging and Sorting Using A DataReader

    by DMarko1

    This article will demonstrate two ways one could implement the DataReader to bind a DataGrid, that includes caching, paging and persistent bi-directional sorting, all without the use of a DataAdapter/DataSet at all, and includes ASP.NET 2.0 GridView version!. Read full article

  • Selecting, Confirming & Deleting Multiple Checkbox Items In A DataGrid/GridView - Part 2: Maintaining CheckBox State Acr

    by DMarko1

    In this article, we will examine how to create a fully functional DataGrid and GridView in .NET 2.0 with all the features you'd find set up on Hotmail, Yahoo, and AOL Mail, and further demonstrate how you can multi-select items across pages and batch delete them all.. Read full article

  • High-Performance .NET Application Development & Architecture

    by DMarko1

    This article demonstrates the art of creating and architecting high-performance and scalable .NET applications, covering all stages, from planning to development and their perspective best practices.. Read full article

  • .NET Data Caching

    by DMarko1

    An introduction to using data caching in your ASP.NET pages, from simple time-specific data expiration to file dependencies, plus a real-world example with caching for data in a pagable DataGrid control.. Read full article

  • The Quick & Dirty .NET Guide to C#/VB OOP

    by DMarko1

    Although this article won't be an exhaustive OOP treatise, its objective nevertheless is to present in a quick and dirty manner C#/VB Object-Oriented Programming. Moreover, even though this article may be slightly geared more towards C#, all important VB assessments or similarities are addressed and demonstrated. By the way, keep in mind C# is very case sensitive. Incidentally, don't be put off at the length of this article, a lot of it is simply repeated code examples for both languages.. Read full article