superghost

Stories kicked by superghost

Welcome to the new DotNetKicks(blog.dotnetkicks.com)

submitted by javeryjavery(5523) 2 years, 4 months ago

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments |category: |Views: 436

tags: another

Fastest Way - Comma Separated Values (CSV) from Table Column(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 4 months ago

Learn the Fastest Way to get Comma Separated Values (CSV) from Table Column read more...

3 comments |category: |Views: 461

tags: another

Win ReSharper Licenses Competition Update(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 8 months ago

Thank you to all those who have already entered the Cool Code Snippets Code-Off, the response has been great and there have been some truly excellent entries since the competition started. For those of you who have not seen the details check out the original post here for details of how to win your very own ReSharper Personal Licenses. read more...

1 comment |category: |Views: 204

tags: another

Win ReSharper personal licenses in the Cool Snippets Code-Off(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 9 months ago

All you have to do is submit a cool code snippet! JetBrains have agreed to provide a ReSharper personal license for every hundred entries. read more...

add a comment |category: |Views: 220

tags: another

Null dereferencing with MVC(dennydotnet.com)

submitted by superghostsuperghost(2260) 2 years, 10 months ago

A method of null dereferencing using an extension method with ASP.NET MVC. read more...

add a comment |category: |Views: 12

tags: another

Windows Azure Commercial Availability and Announcing Business Model(blogs.msdn.com)

submitted by superghostsuperghost(2260) 2 years, 10 months ago

Today, during the Microsoft Worldwide Partner Conference 2009 we announced the business and partner model for the Windows Azure platform including service level agreements and support programs. read more...

add a comment |category: |Views: 14

tags: another

PLINQO 3.0 - Even Better(kevinlawry.wordpress.com)

submitted by klawryklawry(130) 2 years, 11 months ago

A review of PLINQO 3.0 from CodeSmith including an overview of new features since version 2.0. "In case you’re not familiar with PLINQO, this set of code-generation templates are designed to enhance the LINQ-to-SQL development experience. They’re not only a time-saver like most code generation templates, but they allow you to overcome many of the limitations of raw LINQ-to-SQL." read more...

add a comment |category: |Views: 293

tags: another

IE8 has been released(microsoft.com)

submitted by superghostsuperghost(2260) 3 years, 2 months ago

Running Windows Server 2003, it auto-detected my system and downloaded the appropriate file. read more...

add a comment |category: |Views: 8

tags: another

How to run ASP.NET MVC on Windows Azure(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 3 years, 6 months ago

A quick how-to on getting ASP.NET MVC up and running on Windows Azure. read more...

add a comment |category: |Views: 505

tags: another

ASP.NET MVC and Json.NET(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 7 months ago

Bringing Json.NET to ASP.NET MVC read more...

add a comment |category: |Views: 433

tags: another

jQuery and Microsoft(weblogs.asp.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...

1 comment |category: |Views: 380

tags: another

NVelocity Server Control(simpable.com)

submitted by jaymedavisjaymedavis(85) 3 years, 8 months ago

A light weight server control which wraps the NVelocity implementation. read more...

add a comment |category: |Views: 190

tags: another

ASP.NET Caching and Performance(weblogs.asp.net)

submitted by superghostsuperghost(2260) 3 years, 8 months ago

Steve Smith, owner of ASP Alliance and Lake Quincy Media joins us today to teach us about some hidden gems in ASP.NET caching and performance. Steve’s expertise in this area comes from first-hand experience as Lake Quincy’s ad system serves over 60 requests per second and handles over 150 million requests per month. read more...

add a comment |category: |Views: 364

tags: another

Ra Ajax - Ajax Library for ASP.NET (and others)(ra-ajax.org)

submitted by superghostsuperghost(2260) 3 years, 9 months ago

Ra Ajax is an Ajax library for ASP.NET and Mono but its general nature on the client-side will make it very useful also for other server-side bindings like PHP, J2EE RubyOnRails etc all though other bindings than towards ASP.NET is not included. read more...

add a comment |category: |Views: 15

tags: another

Loading static content in ASP.NET pages from different domain for fast(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 9 months ago

Generally we put static content (images, css, js) of our website inside the same web project. Thus they get downloaded from the same domain like www.dropthings.com. As browser can only open two concurrent connections, all of these download only two at once. If you move the static content to a separate domain, browser can download more content in parallel and thus load the page faster. This HttpFilter parses the page output and automatically moves all static content links to a different domain as specified. read more...

1 comment |category: |Views: 34

tags: another

jQuery for ASP.NET MVC unleashed!(blog.goeran.no)

submitted by GOEranGOEran(380) 3 years, 10 months ago

jQuery plugins for the ASP.NET MVC framework read more...

1 comment |category: |Views: 617

tags: another