olydaa12

Stories kicked by olydaa12

To NGen or Not to NGen?(blogs.msdn.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 4 months ago

One of the topics we often get questions on is about when it makes sense to invest the extra effort to pre-compile assemblies via NGen instead of simply relying on the JIT compiler to generate native code on the fly at application runtime. I thought I would try to answer that question in our first "real" post. The JIT is optimized to balance code generation time against code quality, and it works well for many scenarios. NGen is essentially a performance optimization; so just like for anything else that's performance-related, you'll want to measure performance with vs. without NGen, and then decide whether it really helps your specific application and scenario. Here are a few general guidelines. read more...

1 comment |category: |Views: 28

tags: another

Compress Asp.net Ajax Web Service Response - Save Bandwidth(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3960) 4 years, 4 months ago

Shows how to compress Json response of Asp.net Ajax Web Service which saves massive network bandwidth. read more...

add a comment |category: |Views: 156

tags: another

SonicCast - Lorem Ipsum and SubSonic Sugar(scribesonic.com)

submitted by montymonty(2575) 4 years, 4 months ago

Sonic cast that discusses the Sugar and Utility namespaces in SubSonic and the new lorem ipsum control/utility. Also shows off some JQuery edit-in-place functionality at the end. read more...

add a comment |category: |Views: 29

tags: another

SubSonic: Creating a JOINed Query(monk.thelonio.us)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 4 months ago

"To facilitate JOIN support, a new Query constructor overload has been added. This overload takes a table schema reference, and one or more table columns as parameters." read more...

4 comments |category: |Views: 273

tags: another

Asp.net ListView - DataEditing(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3960) 4 years, 4 months ago

Shows the DataEditing capabilities of Asp.net ListView Control both with LinqDataSource as well as code. read more...

add a comment |category: |Views: 46

tags: another

Creating your first ASP.NET AJAX 1.0 Application(geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 5 months ago

Over the last year or so, AJAX has taken the web development world by storm. AJAX is short for Asynchronous JavaScript and XML and is an approach to building dynamic web applications that behave less like the static web pages we're used to and more like desktop applications. read more...

add a comment |category: |Views: 2

tags: another

Loading UserControl Dynamically in UpdatePanel(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3960) 4 years, 6 months ago

Shows how to load user controls dynamically in update panel on different menu click and how to employ different helper controls like UpdateProgress, ModalPopupExtender when the control is loading. read more...

1 comment |category: |Views: 502

tags: another

SJAX Call(geekswithblogs.net)

submitted by geekswith.bloggeekswith.blog(375) 4 years, 7 months ago

Learn how to call synchronously Server Side methods with Asp.net Ajax Framework. read more...

add a comment |category: |Views: 19

tags: another