jack118

Stories kicked by jack118

Performance comparison between Linq, NHibernate and Stored Procs(maximilianbeller.blogspot.com)

submitted by theblobtheblob(200) 4 years, 4 months ago

A detailed article on a performance comparison between Linq, NHibernate and Stored Procs with ADO.NET read more...

11 comments |category: |Views: 1562

tags: another

Ajax and json for ASP.NET MVC with jQuery(chrisvandesteeg.nl)

submitted by alleyalley(2840) 4 years, 4 months ago

an example project that uses the jQuery library to create an ajax enabled ASP.NET MVC website. Generally what this project does: * Load views through ajax (with back-button support) * Do ajax-style form-posts and retrieve only the messages, errors and updated content * Do json form-posts and retrieve the errors and messages as a json object read more...

add a comment |category: |Views: 1382

tags: another

ADO.NET Data Services with ASP.NET AJAX Support(download.microsoft.com)

submitted by whoisvaibhavwhoisvaibhav(1000) 4 years, 5 months ago

Find out how ADO.NET Data Services can be integrated with ASP.NET AJAX support seamlessly. read more...

add a comment |category: |Views: 29

tags: another

Introduction to ASP.NET Dynamic Data: (download.microsoft.com)

submitted by whoisvaibhavwhoisvaibhav(1000) 4 years, 5 months ago

Learn how the ASP.NET 3.5 Extensions Preview enables rapid data driven site development with ASP.NET Dynamic Data and its rich scaffolding framework. read more...

1 comment |category: |Views: 17

tags: another

Code Size Is The Enemy (in Java or elsewhere)(codinghorror.com)

submitted by whoisvaibhavwhoisvaibhav(1000) 4 years, 5 months ago

Here's an interpretation by Jeff Atwood of Steve Yegge's Code's Worst Enemy - a look at how Java is its own worst enemy and how dynamic languages may be better suited to some situations that static ones like Java read more...

add a comment |category: |Views: 4

tags: another

DotNetKicks with WordPress(blog.dmbcllc.com)

submitted by rsrobbinsrsrobbins(490) 4 years, 5 months ago

How to add DotNetKicks icon to a WordPress blog. read more...

3 comments |category: |Views: 37

tags: another

HttpHandlers(codebetter.com)

submitted by TigraineTigraine(145) 4 years, 5 months ago

A pretty useable article on how to use HTTP Handlers and why not. read more...

add a comment |category: |Views: 15

tags: another

How to Suppress / Disable Script Errors in WebBrowser Control (dev102.blogspot.com)

submitted by razamitrazamit(4566) 4 years, 5 months ago

I am currently writing an application that uses the WebBrowser control to perform operations on web pages. Unfortunately I stumbled upon a very annoying problem, sometimes an Internet explorer script error window pops up and stops all execution until you click the OK button. I've searched the web for hours and the same answer came up: read more...

4 comments |category: |Views: 396

tags: another

Resharper 3.1 released!(jetbrains.com)

submitted by knaveknave(100) 4 years, 5 months ago

The popular Visual Studio tool has an update released by creator JetBrains. read more...

2 comments |category: |Views: 1

tags: another