gsbell

Stories kicked by gsbell

SQL Server: Short Code Doesn’t Mean Smart Code (connectsql.blogspot.com)

submitted by lionofdezertlionofdezert(1110) 1 year ago

TSQL is a powerful query language.A single query can be written by several ways. With new functions and keywords, query with multiple lines now can be written very shortly and effectively BUT every time and SHORT code doesn't mean SMART (well performing)code. How? here is a proof. read more...

add a comment |category: |Views: 92

tags: another

JQuery UI 1.8.9 new version launch today(jalpesh.blogspot.com)

submitted by jalpeshjalpesh(1347) 1 year, 4 months ago

JQuery UI contains great controls and it’s very useful when developing sites. Today a new version of Jquery UI is launched. You can find more details about that from following link. http://blog.jqueryui.com/2011/01/jquery-ui-1-8-9/ It’s contains Bug fixes for Datepicker, Tabs and other things and also contains some localization improvements on the date picker.Technorati Tags: JQuery UI,ASP.NET read more...

1 comment |category: |Views: 417

tags: another

Tap into the power of the Windows 7 Taskbar with your .NET apps(developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 2 years, 6 months ago

The task bar has some of the most visible improvements in Windows 7 - find out how to hugely increase the usability of your .NET applications by tapping into the taskbar functionality. Jump lists, thumbnail previews and thumbnail toolbars are all covered. read more...

add a comment |category: |Views: 193

tags: another

12 ASP.NET MVC Best Practices(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 2 years, 6 months ago

In this post Simone Chiaretta outlines a list of 12 best practices to use with ASP.NET MVC. read more...

add a comment |category: |Views: 848

tags: another

51 Tips, Tricks and Recipes with jQuery and ASP.NET Controls eBook Rel(dotnetcurry.com)

submitted by paroaryaparoarya(285) 2 years, 7 months ago

I am glad to announce the release of my eBook - 51 Tips, Tricks and Recipes with jQuery and ASP.NET Controls. read more...

add a comment |category: |Views: 618

tags: another

Firebug for IE,Safari,Chrome and Opera(phanibitra.co.cc)

submitted by phanibitraphanibitra(170) 2 years, 7 months ago

Firebug is certainly one of the main assets for web development available. I know that is the plugin of choice for many others. An undesirable side effect of Excellent Firebug is that other similar tools for other browsers pale in comparison and seem inferior.You can use firebug in any other browser by following these steps: read more...

5 comments |category: |Views: 534

tags: another

Visual Studio 2010 Beta 2 Released(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 7 months ago

Microsoft is pleased to announce that Visual Studio 2010 Beta 2 w/ .NET Framework 4.0 is available for download for all MSDN subscribers, with general availability to follow on October 21st read more...

add a comment |category: |Views: 345

tags: another

Download Logical Query Processing Poster(blog.sqlauthority.com)

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

Earlier this year, I had written article on SQL SERVER – Logical Query Processing Phases – Order of Statement Execution and I had asked one question to readers. I got very good response for this question. Today, I am going to discuss about one of the errata I have made there. I had displayed the Logical Query Processing order, where I had incorrectly listed the last two operations. I have listed the operations as ORDER BY first and TOP afterwards. The fact is that TOP is always executed first and ORDER BY after that. read more...

1 comment |category: |Views: 351

tags: another

Paging and Sorting ListViews with ASP.NET MVC and jQuery(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 7 months ago

This article provides a simple example of using jQuery along with the jQuery tablesorter and tablesorter.pager plug-ins to provide sorting and paging support for a listview within the context of an ASP.NET MVC application. JQuery has partnered with Microsoft and is now integrated within the IDE to include the availability of intellisense support. read more...

add a comment |category: |Views: 473

tags: another

Microsoft creates the CodePlex foundation(hanselman.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 8 months ago

Today Microsoft announce the creation of the CodePlex foundation. That's CodePlex.org. read more...

1 comment |category: |Views: 309

tags: another

How to improve your LINQ query performance by 5 X times ?(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 8 months ago

LINQ has been criticized by many early adopters for its performance issues. Well if you are just going to drag and drop using DBML code generator I am sure you will land up in to mess. Try doing this make a simple LINQ to SQL project using DBML and see your read more...

3 comments |category: |Views: 878

tags: another

Declaring Obsolete Methods in your C# and VB.NET Classes(devcurry.com)

submitted by samsertsamsert(2159) 2 years, 8 months ago

When building class libraries, it is important to let developers know when a piece of functionality is considered obsolete. In .Net this is possible by decorating a method or a property with the Obsolete attribute. By using this attribute you can display a message to the developer when they use this informing them this is an obsolete function, or even throw an error preventing them from using the function. read more...

add a comment |category: |Views: 343

tags: another

11 books for a .NET Summer reading list(codeclimber.net.nz)

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

A great list of books to read this summer (its almost over though so get to it) read more...

2 comments |category: |Views: 848

tags: another

Windows 7 Code Pack v 1.0 Released(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 2 years, 9 months ago

The Windows® API Code Pack for Microsoft® .NET Framework provides support for various features of Windows 7 and previous releases of that operating system. The Code Pack has reached version 1.0 and has been published on Code Gallery: read more...

add a comment |category: |Views: 462

tags: another

Two New Features of C# 4.0 You will Love(devcurry.com)

submitted by samsertsamsert(2159) 2 years, 9 months ago

Two new features to C# 4.0 are optional parameters and named parameters. Optional parameters have been a part of VB.Net but it's now possible to do this in C#. Let us see how read more...

add a comment |category: |Views: 972

tags: another

Asp.Net MVC Membership Starter Kit Released(squaredroot.com)

submitted by TroyMGTroyMG(2670) 2 years, 9 months ago

Almost six months after the official release of Asp.Net MVC 1.0 and nearly a year after the last release of the starter kit, I've finally rewritten and released the Asp.Net MVC Membership Starter Kit. read more...

add a comment |category: |Views: 695

tags: another