deepakkapoor

Stories submitted by friends of deepakkapoor

How to help yourself when NuGet goes down(www.xavierdecoster.com)

submitted by johnrummelljohnrummell(1321) 2 months, 17 days ago

Today will be remembered as the day that NuGet.org went down and broke quite some builds. While many people would love to see the NuGet team wearing a pink sombrero, there is something to say about wearing it yourself if you did not manage to work around this. Let me explain… read more...

2 comments |category: |Views: 131

tags: another

2 Important Things to Notice When Using Lock() Statement(www.dev102.com)

submitted by razamitrazamit(4566) 2 months, 19 days ago

2 Important Things to Notice When Using Lock() Statement read more...

2 comments |category: |Views: 19

tags: another

Introducing Wijmo, a feature-packed jQueryUI based widget library(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 months, 27 days ago

A introduction to Wijmo, a jQuery UI based component library, and the rational behind the decision of adopting it vs other component libraries read more...

add a comment |category: |Views: 229

tags: another

How to Suppress / Disable Script Errors in WPF WebBrowser Control(www.dev102.com)

submitted by razamitrazamit(4566) 3 months, 2 days ago

suppressing the script error on the new webbrowser control read more...

add a comment |category: |Views: 3

tags: another

Touch Friendly Design – Bringing Life to Lists(professionalaspnet.com)

submitted by docluvdocluv(1575) 6 months, 16 days ago

Yesterday I talked about how creating traditional <A> driven navigation can be problematic in today’s touch first world. In yesterday’s demonstration I pointed out how using hyperlinks and a traditional menued navigation scheme can lead to user error when touching a target. Today I wanted to extend my thoughts by showing how even using a hyperlink in a list of links can be just as problematic. read more...

1 comment |category: |Views: 13

tags: another

Touch Friendly Design–Making Touchable Targets(professionalaspnet.com)

submitted by docluvdocluv(1575) 6 months, 16 days ago

The way we design application clients has radically changed in the past couple of years with the proliferation of SmartPhone and tablets with touch screens. Touch is the newest common user input methodology. Sadly it seems to be broadly ignored by the developer majority. By this I want to call attention to the way we design modern web and native mobile applications, which tends to retain aspects common to legacy web sites. read more...

add a comment |category: |Views: 10

tags: another

Share C# Anonymous Types across Functions and Scope(blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 8 months, 28 days ago

So earlier today I was lamenting that an anonymous type can't be shared between functions with Wes Dyer, when he said "Well actually they can..." read more...

add a comment |category: |Views: 7

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

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, 14 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

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

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

submitted by pinaldavepinaldave(9662) 11 months, 5 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

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

MessageBox – The jQuery Plugin(www.jrummell.com)

submitted by johnrummelljohnrummell(1321) 1 year ago

Now that I’ve been working more and more with ASP.NET MVC, I’ve been rewriting some of my server side controls with jQuery plugins. A while back I shared my version of Janko’s popular MessageBox control. I’ve created a similar effect with a jQuery plugin based on the Highlight/Error examples on the jQuery UI Themes page. read more...

add a comment |category: |Views: 13

tags: another