Jaycent Drysdale

Browse by Tags

All Tags » ASP.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...
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