hunterz_85

Stories kicked by friends of hunterz_85

Stack Exchange Open Source Projects(blog.stackoverflow.com)

submitted by vincentw56vincentw56(169) 3 months, 5 days ago

As Stack Overflow is one of the most prominent Microsoft .NET-created sites for software developers in the world, we feel that it’s part of our mission to help lead fellow .NET developers — and the most effective way to do that is by contributing some of the code that we use to build Stack Overflow and Stack Exchange back to the greater .NET developer community as reusable open source packages. This isn’t just a fundamental part of every Stack Exchange developer’s “be more awesome” plan, it’s an explicit goal embedded in the very DNA of the company. read more...

1 comment |category: |Views: 242

tags: another

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

Some cool features in Resharper 6(weblogs.asp.net)

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

Resharper is a Visual Studio AddOn that provides intellisense to Asp.Net MVC applications. This post describes a few cool features available in the new release of Resharper, 6. read more...

add a comment |category: |Views: 62

tags: another

Learning SQL Server - Efficient Query Writing Strategy - Gift Book(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 9 months, 22 days ago

Some people may push back on this next technique or misunderstand until getting to the very end. The goal is to have fewer errors as you write complex queries more quickly by making sure the easy stuff works first. read more...

2 comments |category: |Views: 80

tags: another

IE9 Pinning Analytics Results(blogs.dotnetkicks.com)

submitted by RobertTheGreyRobertTheGrey(447) 9 months, 23 days ago

Come and find out if it's worth setting up IE9 Pinning on your site from a visitors and loyalty point of view. read more...

add a comment |category: |Views: 47

tags: another

Find Nth Record Quickest Way in SQL Server(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 9 months, 29 days ago

A Very simple tutorial to find Nth Record. A Quick Tutorial. read more...

add a comment |category: |Views: 7

tags: another

Database Worst Practices – New Town and New Job and New Disasters(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 10 months, 15 days ago

Instead of writing best practices, I am going to write about few of the worst practices which I have quite often seen in the real world. Some of them are really bad that I often wonder how those who still use them were able to continue on the job so far. Let us go over few of the worst practices I have observed in the industry. read more...

1 comment |category: |Views: 211

tags: another

Using Pinned Sites to Build Customer Relationships(www.sitepoint.com)

submitted by malcolmsmalcolms(1156) 10 months, 15 days ago

You might remember we recently had a look at Pinned Sites with Internet Explorer 9 and Windows 7. A comment about that functionality in a recent Craig Buckler article set me to thinking. Craig said “There are some good features but I doubt many developers will have the time or inclination to use them unless other browsers implement similar functionality”. read more...

add a comment |category: |Views: 0

tags: another

Two Simple Puzzles - Tease Your Brain - Win Knowledge and Gift(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 10 months, 27 days ago

Today I have two simple T-SQL Puzzle. You can answer them and win USD 25 Gift card. The gift card will be sent in email to winner. You will get choice of Gift Card brand based on your preference and country location. read more...

add a comment |category: |Views: 88

tags: another

Two Simple Puzzles - Tease Your Brain - Win Knowledge and Gift(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 10 months, 27 days ago

Today I have two simple T-SQL Puzzle. You can answer them and win USD 25 Gift card. The gift card will be sent in email to winner. You will get choice of Gift Card brand based on your preference and country location. read more...

add a comment |category: |Views: 88

tags: another

SQL Puzzles and Interesting Solutions(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 10 months, 29 days ago

List of all the interesting puzzles and interesting solutions on my blog. read more...

add a comment |category: |Views: 152

tags: another

Using ActionMethodSelectorAttribute to Handle Multiple Submit Buttons(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 11 months, 6 days ago

The following article demonstrates how to use the ActionMethodSelectorAttribute object to handle multiple submit buttons with ASP.NET MVC. read more...

add a comment |category: |Views: 16

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

ASP.NET MVC and Multiple Submit Buttons–Part 2(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 11 months, 20 days ago

The following article demonstrates how to differentiate multiple submit buttons in the same form with MVC and jQuery. read more...

add a comment |category: |Views: 28

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

Copy Database from Instance to Another Instance – Copy Paste in SQL Se(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year ago

SQL Server has feature which copy database from one database to another database and it can be automated as well using SSIS. Make sure you have SQL Server Agent Turned on as this feature will create a job. The same job will execute the task. Make sure that SSIS is properly configured as well with necessary security permissions. You can automate this process as well control error logging. Following are the steps to copy database from one instance to another instance. read more...

add a comment |category: |Views: 43

tags: another