nirap

Stories kicked by nirap

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

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

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

How to Install SQL Server 2011 CTP(www.codegain.com)

submitted by codegaincodegain(2794) 1 year, 1 month ago

In this article, I am going to explain with steps to,install sql server 2011 CTP release in your windows 7 or server PC.The Sql server 2011 CTP release code name is "Denali". read more...

add a comment |category: |Views: 16

tags: another

Pluralsight On-Demand FREE for SQL Server Course(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 1 month ago

Learning is always difficult. After learning how to apply your knowledge, learning in real life is even more difficult. Technology is moving faster than the speed of light and new technologies are always emerging – this is now the reality of the new technology world. Between all of this, I personally have very little time to learn new technology. I do not like eBooks (this statement warrants a whole new blog posts – some other time), I prefer regular books. It is becoming more and more difficult to carry around the books and read them with passion. It happened to me once that by the time I finished the book, there was a new version of the product out in the market. read more...

add a comment |category: |Views: 77

tags: another

Hadi Hariri on CouchDB for .NET Developers on 03 May 2011(europevan.blogspot.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 1 year, 1 month ago

We’re very happy to announce that Hadi Hariri agreed to join us for doing a talk on CouchDB, showing us how to incorporate this excellent NoSQL document database into .NET applications. read more...

add a comment |category: |Views: 24

tags: another

SQL SERVER – Server Side Paging in SQL Server 2011 – A Better Alternat(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 5 months ago

A Better Alternative of the SQL Server Paging. read more...

add a comment |category: |Views: 405

tags: another

Generate VIN (Vehicle Identification Number) Barcode Symbology(www.aspose.com)

submitted by sherazam77sherazam77(676) 1 year, 5 months ago

Aspose.BarCode for Reporting Services is a .NET solution for the rendering of barcode images in SQL Server 2000, 2005 & 2008 Reporting Services. It supports 29+ linear (1D) and 2D barcode symbologies including MacroPdf417, Australia Post, OneCode, Code128, Code39, PDF417, UPCA, Codabar, MSI and QR etc. Also render barcode images on reports in BMP, JPG, PNG and GIF formats. Other features include EAN-128 application identifiers, DPI resolution settings, barcode size and location adjustments. read more...

add a comment |category: |Views: 26

tags: another

Known Unknown of System Stored Procedure of sys.sp_tables(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 7 months ago

Do you know even simple query like sys.tables can kill the performance of your system. There are better thing to use: Read more... read more...

add a comment |category: |Views: 95

tags: another

Importance of !important property in CSS(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 1 year, 7 months ago

I think in css most of the people don't have idea or complete idea on keyword called "!important". It will be useful in many scenarios where we have plenty of style sheets and want to overwrite all the styles applied to an element with some other styles. We know that applying styles in HTML for controls hierarchy will be like this, Which styles are very close to the element those will apply finally. i.e. if we apply some styles for a division in css and if we write inline style for the same element, then always inline styles apply. That means the inline styles overwrites all other styles to that element. Like the same, in our css, if we apply different styles to an element in different places and finally if you want to overwrite the styles in a perticular section then you need to use this !important property at end of the style. We have a scenario like where we need to overwrite all of the styles to a perticular control, there this property will help us. read more...

add a comment |category: |Views: 139

tags: another

Why SQL Server is better than any other RDBMS Applications?(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 9 months ago

I strongly suggest that you bookmark this post as this post can be used in future when you might want to write why SQL Server is better than any other RDBMS application. read more...

1 comment |category: |Views: 710

tags: another

HTML5 Support In Visual Studio 2010(www.raihaniqbal.net)

submitted by PrinceOfDhakaPrinceOfDhaka(390) 1 year, 9 months ago

I was trying to play around with HTML5 assuming that VS 2010 had shipped with HTML5 support but to my dismay it was not the case. Bummer! So I did a bit of homework and came up with an easy workaround. read more...

add a comment |category: |Views: 692

tags: another

How to find Geographical Coordinates in Silverlight(beyondrelational.com)

submitted by sdineshsdinesh(610) 1 year, 9 months ago

In this article I will explain how to find geographical coordinates: Latitude and Longitude of an address in Silverlight application. So that address can be displayed on the Bing Map. read more...

add a comment |category: |Views: 146

tags: another

Computed Column – PERSISTED and Performance(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 9 months ago

Did you know computed columns are computed at run time? Yes or No? If yes, you know the answer of following question: Is it better with performance or not? If no, go on and read it... read more...

add a comment |category: |Views: 174

tags: another

Introduction to BINARY_CHECKSUM and Working Example(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 9 months ago

If any row has any value changed, this function can be used to figure out if the values are changed in the rows. However, if the row is changed from A to B and once again changed back to A, the BINARY_CHECKSUM cannot be used to detect the changes. Let us see quick example of the of same. Learn the trick! read more...

add a comment |category: |Views: 149

tags: another

Visual Studio 2010 Keyboard Shortcuts by ScottGu(weblogs.asp.net)

submitted by zsolt.f1zsolt.f1(204) 1 year, 9 months ago

Earlier this week the Visual Studio team released updated VS 2010 Keyboard Shortcut Posters. These posters are print-ready documents (that now support standard paper sizes), and provide nice “cheat sheet” tables that can help you quickly lookup (and eventually memorize) common keystroke commands within Visual Studio. read more...

add a comment |category: |Views: 338

tags: another