firstbyte

Stories submitted by firstbyte

Great introduction to Lambda expressions(weblogs.asp.net)

submitted by firstbytefirstbyte(175) 5 years, 1 month ago

Lambda expressions: When combined with the built-in standard query extension methods provided in the System.Linq namespace in "Orcas", they provide a really rich way to query and interact with any type of data while preserving full compile-time checking and intellisense. read more...

add a comment |category: |Views: 39

tags: another

Awesome ASP.NET 2.0 RSS Tool-Kit Released(weblogs.asp.net)

submitted by firstbytefirstbyte(175) 6 years, 3 months ago

It provides support for both consuming and exposing RSS from ASP.NET 2.0 applications with full source code. Some of the features: - RSS Data-binding Control Support - Strongly Typed RSS API Support - RSS Publishing Support - Personalized RSS Feed Integration with ASP.NET Authentication System - Automatic Caching of RSS Feed read more...

1 comment |category: |Views: 1

tags: another

AJAX: New Atlas Build Available for ASP.NET 2.0(weblogs.asp.net)

submitted by firstbytefirstbyte(175) 6 years, 3 months ago

This is a pretty big release of Atlas that has a number of new and improved goodies: - Support for Progress Indicators - Support for True Post-backs - Automatic and Conditionally Updating UpdatePanels read more...

add a comment |category: |Views: 0

tags: another

Tips to optimize design-time build performance for Web Sites in Visual(weblogs.asp.net)

submitted by firstbytefirstbyte(175) 6 years, 3 months ago

Great tips on improving the build performance for solutions having a web site. This saved our team a lot of time during the daily code - debug cycle. read more...

add a comment |category: |Views: 1

tags: another

ASP.NET Memory Leak Case Study: Sessions Sessions Sessions…(blogs.msdn.com)

submitted by firstbytefirstbyte(175) 6 years, 3 months ago

A very detailled post about asp.net session usage and how to debug memory leaks using windbg (available from http://www.microsoft.com/whdc/devtools/debugging/default.mspx) read more...

1 comment |category: |Views: 36

tags: another

Efficient proxy creation using DynamicProxy from Castle Project(resilientvibe.blogspot.com)

submitted by firstbytefirstbyte(175) 6 years, 3 months ago

The author describe a way to generate dynamic proxies at runtime for a data access layer, and how to speed up the creation process in case lots of proxies must be instanciated. read more...

add a comment |category: |Views: 27

tags: another