superghost

Stories submitted by superghost

A Better IIF() for VB.NET(dennylove.blogspot.com)

submitted by superghostsuperghost(2260) 5 years, 4 months ago

IIF() re-mastered read more...

add a comment |category: |Views: 36

tags: another

Use SubSonic in WinForms or DLL(dennylove.blogspot.com)

submitted by superghostsuperghost(2260) 5 years, 4 months ago

You can now integrate SubSonic into your WinForms app or your Class Library DLL. read more...

add a comment |category: |Views: 305

tags: another

SubSonic 1.0.6 Released(codeplex.com)

submitted by superghostsuperghost(2260) 5 years, 4 months ago

SubSonic 1.0.6 Released: Tue Dec 26 2006 at 11:00 AM read more...

3 comments |category: |Views: 17

tags: another

ATLAS: Try not to use Page Methods(msmvps.com)

submitted by superghostsuperghost(2260) 5 years, 6 months ago

Using page methods cause the data to be transfered as POST. As a result you're taxing your application by using POST rather than GET requests. POSTS make multiple calls to/from the server so if you're looking to save overhead use GET. Page Methods do not allow the use of GET however web services do! read more...

add a comment |category: |Views: 1

tags: another

ATLAS: POST slower than GET(msmvps.com)

submitted by superghostsuperghost(2260) 5 years, 6 months ago

Atlas by default makes HTTP POST for all AJAX calls. Http POST is more expensive than Http GET. You should use GET whenever possible. read more...

add a comment |category: |Views: 8

tags: another

JavaScript Management with ASP.NET(openmymind.net)

submitted by superghostsuperghost(2260) 5 years, 7 months ago

Examples on how to better manage your Javascript in ASP.NET. Includes obfuscation too. read more...

add a comment |category: |Views: 7

tags: another

Beware: Attributes.Add Calls HtmlAttributeEncode(dennylove.blogspot.com)

submitted by superghostsuperghost(2260) 5 years, 7 months ago

Had some trouble today with *.Attributes.Add and using an ampersand &. The problem is Attributes.Add and here's what I found... read more...

add a comment |category: |Views: 91

tags: another

New Visual Basic Keywords(dennylove.blogspot.com)

submitted by superghostsuperghost(2260) 5 years, 7 months ago

A quick run-through of the new Visual Basic Keywords in ASP.NET 2.0. read more...

add a comment |category: |Views: 2

tags: another