Jaycent Drysdale

Browse by Tags

All Tags » .NET (RSS)
List<t> paging via LINQ to Objects
The various grid controls shipped with asp.net provides plug and play data paging on its underlying data source. Its quiet simple to get a paged view of your data by setting a few properties on the grid before calling the Bind() method to connect your...
Posted: Jul 13 2009, 07:01 AM by jaycent | with 4 comment(s)
Filed under: , , ,
Generate RSS/Atom feeds using FeedManager.dll
FeedManager is a custom RSS/Atom Syndication generator that allows for quick and efficient generation of RSS/Atom feeds. Just reference the dll in your web applications, then write a few lines of code to expose your data to external applications/web sites...
System.Data.GenericClient : A custom Data Access Component
Developers often find themselves having to connect to data in a variety of datasources ranging from MS Access to large scale relational databases such as Oracle, SQL Server, MySql etc. Each different datasource type typically requires importing a different...
File System search via LINQ to Objects
LINQ provides a standard way for developers to query data in diverse locations, ranging from in memory objects, XML data, or relational data living in an SQL Server Database.Lets take a look at a scenario where we use Linq to objects to query a directory...
Extension Methods: A simple example
If you've been developing software for any significant lenght of time, chances are you have compiled(for want of a better word) a repository of helper functions that have, over time, become valuable to you as you make your way through various applications...
Object Oriented Programming Refresher
Recently I was challenged by a colleague who asked some very basic questions relating to object orient programming. I know these concepts very well, but sometimes you have to stop and think twice about them, especially if most often than not, you do not...
Options for Database access outside of ADO.Net
In the world of .NET programming, ADO.NET has become the De Facto standard for accessing database of all types (relational or otherwise). The purists among us will be quick to point out that ADO.Net should be the only option and that as developers we...
Posted: Jan 29 2008, 09:47 AM by jaycent | with 2 comment(s)
Filed under: , , , ,
Enhance your apps with the Integrated ASP.Net Pipleline
The January publication of MSDN Magazine carried an article titled "Enhance your apps with Integrated ASP.Net Pipleline". While the subject of the article is not something that I would normally be super excited about, I decidede to spend at least 10 minutes...
Posted: Jan 23 2008, 12:32 PM by jaycent | with 2 comment(s)
Filed under: , , , ,
More Posts