CoryMathews

Stories kicked by CoryMathews

jQuery Custom Events(corymathews.com)

submitted by CoryMathewsCoryMathews(20) 4 months, 8 days ago

Using .trigger() and .triggerHandler() to create custom events in jQuery read more...

2 comments |category: |Views: 30

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

SQL Server 2008 R2 Express Database Size Limit Increased to 10GB!(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 2 years ago

So what is so exciting about the SQL Server 2008 R2 Release? Well, along with plenty of BI features and enhancements, there is a tiny cute feature that I am sure all of us will appreciate a lot. The product team has increased the Database Size limit for SQL Server 2008 R2 Express from 4 GB to 10 GB. So if you have got a growing SQL Server Express database that is close to the 4 GB Limit, hurry, upgrade to R2 Express. read more...

1 comment |category: |Views: 373

tags: another

Stored Procedure Optimization Tips – Best Practices(blog.sqlauthority.com)

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

Key Points discussed in the articles are : 1. Include SET NOCOUNT ON statement 2. Use schema name with object name 3. Do not use the prefix “sp_” in the stored procedure name 4. Use IF EXISTS (SELECT 1) instead of (SELECT *) 5. Try to avoid using SQL Server cursors whenever possible 6. Keep the Transaction as short as possible 7. Use TRY-Catch for error handling read more...

2 comments |category: |Views: 779

tags: another

60+ .Net libraries every developer should know about(blog.webdistortion.com)

submitted by squiggssquiggs(585) 2 years, 3 months ago

Every good developer knows never to re-invent the wheel, especially if there is software out there that has been tested by others, and has an established track record. As a developer using the .NET framework I’ve found some of these libraries invaluable, so I’m sharing them for some of the other dev’s out there with a brief outline of how to use. read more...

2 comments |category: |Views: 2605

tags: another

Improving The Code I Write(www.makecodingeasy.com)

submitted by stevevaubellstevevaubell(95) 2 years, 3 months ago

Something has recently been coming up that has captured my attention: “Code Smells”. By Code smells I mean the ability to look or evaluate any piece of code that has been written and assess its value based on a number of indicators. The question that started me on this path is: “How many developers look at ways of improving the way they write code?”. read more...

add a comment |category: |Views: 23

tags: another

Keeping Your ASP.NET Session Alive Using jQuery(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 4 months ago

The following article demonstrates how to keep your session alive when you're using ASP.NET MVC and jQuery. read more...

3 comments |category: |Views: 705

tags: another

ASP.NET MVC Sample Project Launched(derans.blogspot.com)

submitted by deransderans(323) 2 years, 4 months ago

This project completely separates UI & C# code, so you only have 2 projects (Core & UI). read more...

add a comment |category: |Views: 28

tags: another

Using CDN Hosted jQuery with a Local Fall-back Copy(weblogs.asp.net)

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

How to use a jQuery hosted on a CDN with a fall back to a local version in case of an outage. read more...

1 comment |category: |Views: 327

tags: another

Yahoo YUI Compressor vs. MS AJAX Minifier vs. Google Closure Compiler(www.coderjournal.com)

submitted by atifazizatifaziz(1000) 2 years, 4 months ago

A while back, YUI Compressor was king of the hill, and for the most part the only game in town that was really designed for production use. Since then a number of new competitors have been released by Google and Microsoft, and Nick Berardi checks out how they stacked up against the YUI Compressor. read more...

add a comment |category: |Views: 691

tags: another

jQuery 1.4 Released!(jquery14.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

In celebration of jQuery’s 4th birthday, the jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone into this release, and we’re really quite proud of it. read more...

4 comments |category: |Views: 494

tags: another

Multi-process C# app like Google Chrome(wyday.com)

submitted by fhornfhorn(100) 2 years, 4 months ago

How to communicate between multiple processes like Google Chrome in C# using named pipes. Included source code & example. read more...

2 comments |category: |Views: 696

tags: another

ASP.NET Performance - Nginx(codebetter.com)

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

Karl explains how to set up Nginx to work with your ASP.NET sites. read more...

add a comment |category: |Views: 483

tags: another

Measure string size – the right way.(blogs.microsoft.co.il)

submitted by yevgenifyevgenif(115) 2 years, 4 months ago

Recently I needed to measure an exact size in memory for a string – asked a developer sitting next to me how would he do it. An answer was: “Take a string’s length multiply by 2(it’s a UTF-8 encoding) – you will get an exact size”. read more...

add a comment |category: |Views: 20

tags: another

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