codebetter

Stories kicked by codebetter

Learn jQuery in five minutes(blogs.dotnetkicks.com)

submitted by vijaystvijayst(1311) 9 months, 20 days ago

This is a concise introduction to jQuery - a open-source, cross-browser compatible javascript framework. jQuery is now part of Visual Studio 2010 project templates. This post helps you understand jQuery fundamentals - selectors, events, arrays, and manipulators. read more...

add a comment |category: |Views: 66

tags: another

The new HTMLEditorExtender Control(stephenwalther.com)

submitted by vijaystvijayst(1311) 9 months, 21 days ago

This blogpost describes the new HTMLEditorExtender control in the Ajax Control Toolkit released in July 2011. This control extends any textbox to have rich-edit features. It is based on HTML5 and is compatible with all modern browsers. It has a flexible toolbar. It also takes care of security when the HTML text is posted to the webserver. read more...

add a comment |category: |Views: 165

tags: another

SQL Server: Where to Find Saved Import/Export SSIS Packages(connectsql.blogspot.com)

submitted by lionofdezertlionofdezert(1110) 10 months, 28 days ago

Using SQL Server Import Export Utility, have you ever saved this SSIS package to SQL Server ? Where he can find this saved package to re-execute it. read more...

add a comment |category: |Views: 3

tags: another

Windows Phone Mango Tasks: New Launchers and Choosers(www.windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 11 months, 2 days ago

Windows Phone 7.1 Mango Tasks: New Launchers and Choosers read more...

add a comment |category: |Views: 24

tags: another

Solution – Generating Zero Without using Any Numbers in T-SQL(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 11 months, 6 days ago

Generate Zero without using any numbers. An Interesting Puzzle and its solution. read more...

add a comment |category: |Views: 149

tags: another

SELECT * gives error when executed alone but SELECT COUNT(*) does not.(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 11 months, 26 days ago

Try running SELECT * it will throw an error. Try running SELECT COUNT(*) it will not throw an error. Why? Read, Learn and Participate! read more...

add a comment |category: |Views: 101

tags: another

Dedicated Administrator Connection – Underappreciated Features of Micr(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 11 months, 26 days ago

Today’s post is part of the series that I am running under the title " Under Appreciated Features of SQL Server ". The series has been inspired by Andy Warren's editorial on SQLServerCentral.com. How often have you faced a situation wherein while the host operating system is perfectly operational... read more...

add a comment |category: |Views: 12

tags: another

Announcing Baler v0.1a(yobriefca.se)

submitted by kouphaxkouphax(345) 11 months, 26 days ago

Baler is a .NET Web Resource Bundler. Capable of concatenating and transforming CSS and JavaScript files to lower request count and bandwidth requirements. It works with any .NET Web Framework/View Engine capable of running C# in the view read more...

add a comment |category: |Views: 23

tags: another

SQL SERVER – GUID vs INT – Your Opinion(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years ago

Take your side. State your case. Learn the reality. read more...

1 comment |category: |Views: 773

tags: another

Create Primary Key with Specific Name when Creating Table(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 1 month ago

Does your PK has big long not readable name? Well this is quick post to save the day! read more...

add a comment |category: |Views: 273

tags: another

MAXDOP Settings to Limit Query to Run on Specific CPU(blog.sqlauthority.com)

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

This is very simple and known tip. Query Hint MAXDOP – Maximum Degree Of Parallelism can be set to restrict query to run on a certain CPU. Please note that this query cannot restrict or dictate which CPU to be used, but for sure, it restricts the usage of number of CPUs in a single batch. I have now one question for all readers. Do you use this query hint? If you do use it, then what is the purpose of the same. Please leave a comment here. read more...

add a comment |category: |Views: 53

tags: another

LightSpeed + LINQPad - perfect partners(www.mindscape.co.nz)

submitted by turtlespinturtlespin(634) 2 years, 2 months ago

Today Mindscape released a LINQPad driver for LightSpeed 3.0. This extends LINQPad and allows developers to run LINQ Queries against LightSpeed models which, in turn, allows querying against SQL Server, Oracle, PostgreSQL, Amazon's SimpleDB, MySQL, SQLite, VistaDB and DB2! read more...

1 comment |category: |Views: 410

tags: another

Overloading Dynamic(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 4 months ago

What happens when language features collide? read more...

1 comment |category: |Views: 233

tags: another

.NET Projects: Generating Documentation with Sandcastle(grantpalin.com)

submitted by grantpalingrantpalin(376) 2 years, 4 months ago

This is a walkthrough in automating Sandcastle to generate API documentation during an automated build process. read more...

2 comments |category: |Views: 301

tags: another

Update Multiple ASP.NET sites by FTP(web2asp.net)

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

What if you have a multiple sites try 100! running the same code and you need to do updates, this article describes a neat solution to overcome the publishing limitations in Visual Studio read more...

4 comments |category: |Views: 241

tags: another

Silverlight 3/4: Advanced Performance and Profiling Techniques(blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 5 months ago

Did you know that by simply specifying “EnableGPUAcceleration=true “ in the Silverlight plug-in, in some cases, you can achieve dramatic performance improvements by leveraging the client’s GPU hardware? Check out Seema Ramchandani’s PDC09 session to learn how to leverage all the goodness the Silverlight stack and Visual Studio 20010 to optimize your managed code with a focus on the common bottlenecks in writing large Silverlight applications and complex data controls. read more...

3 comments |category: |Views: 206

tags: another