pkumarrohilla

Stories kicked by pkumarrohilla

High maintenance code(blogs.msdn.com)

submitted by schalkvanwykschalkvanwyk(1335) 3 years, 8 months ago

Whenever you write a method think about the contract of that method. What burdens are you imposing upon the caller? Are they reasonable burdens? The purpose of a method should be to make the caller’s life easier; the original version of Lines() makes life harder on the caller. The new version makes life easier. Don't write high-maintenance methods. read more...

add a comment |category: |Views: 26

tags: another

Building Firefox Plugins using Visual Studio(blog.apijunkie.com)

submitted by APIJunkieAPIJunkie(539) 3 years, 8 months ago

If you use Visual studio as a development environment and want to develop plugins for Firefox here are a few points to help you get started. read more...

add a comment |category: |Views: 502

tags: another

What is your strategy for becoming a better developer?(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 8 months ago

Let me know what your best habits, tricks, info sources, etc.... that you have which make you a better developer. And the top three are going to get a copy of "The Pragmatic Programmer" in order to make themselves a better developer. read more...

add a comment |category: |Views: 470

tags: another

Fun – Wedding In SQL Style(blog.techsvr.com)

submitted by prashantvictoryprashantvictory(605) 3 years, 8 months ago

Smile please, hey guys I received this query through email from one of my friend. It looks great and funny; I am sharing it with you. Dedicated to all techies :) read more...

add a comment |category: |Views: 19

tags: another

SQL – Step By Step Installation of SQL Server 2008(blog.techsvr.com)

submitted by prashantvictoryprashantvictory(605) 3 years, 8 months ago

Step by step installation of Microsoft SQL server 2008. read more...

add a comment |category: |Views: 432

tags: another

ASP.NET – Connecting asp.net to mysql database(blog.techsvr.com)

submitted by prashantvictoryprashantvictory(605) 3 years, 8 months ago

This article wil tell you how to create a database in mysql and how to connect that database to an ASP.NET application. :) read more...

add a comment |category: |Views: 194

tags: another

Survey Using jQuery Star Rating Widget(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 8 months ago

Survey using the jQuery Star Rating Widget. With a little work and jQuery magic I came away with a survey that looks good, provides the ability to add an explanation when the user selects a value on the the low end of the scale and degrades fairly gracefully when JavaScript is disabled. read more...

add a comment |category: |Views: 356

tags: another

Free SQL Server Videos(sqlservervideos.com)

submitted by AngryPetsAngryPets(300) 3 years, 8 months ago

Free Training and Videos for Microsoft SQL Server. Hours of content covering tips and tricks, along with a whole slew of videos on backups. The site is still growing and there's an RSS feed you can use to be updated of newly added videos. read more...

add a comment |category: |Views: 347

tags: another

ASP.NET - Using "radio button" inside grid view(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 1 month ago

This article explains how to use radio-button with gridview in asp.net2.0...... read more...

add a comment |category: |Views: 704

tags: another

JavaScript – Bookmark web page(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 2 months ago

This story will tell you about bookmarking and how to implement it in web pages using javascript... read more...

add a comment |category: |Views: 20

tags: another

CSS - Creating icons for web page using CSS & XHTML(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 2 months ago

This article tells that how to make icons using CSS and XHTML, which we can use in our asp.net websites. read more...

add a comment |category: |Views: 11

tags: another

101 Great Computer Programming Quotes(devtopics.com)

submitted by DevTopicsDevTopics(1050) 4 years, 4 months ago

“I think Microsoft named .Net so it wouldn’t show up in a Unix directory listing.” (Oktal) read more...

4 comments |category: |Views: 84

tags: another

What's New in ASP.NET 2.0?(praveenrohilla.blogspot.com)

submitted by pkumarrohillapkumarrohilla(15) 4 years, 5 months ago

Some of the new features in ASP.NET 2.0 are: * Master Pages, Themes, and Web Parts * Standard controls for navigation * Standard controls for security * Roles, personalization, and internationalization services * Improved and simplified data access controls * Full support for XML standards like, XHTML, XML, and WSDL * Improved compilation and deployment (installation) * Improved site management * New and improved development tools read more...

1 comment |category: |Views: 0

tags: another

ELMAH - Error Logging Modules And Handlers(dotnetslackers.com)

submitted by olegoleg(120) 4 years, 6 months ago

Simone Busoli does a detailed overview of the ELMAH open source project. read more...

5 comments |category: |Views: 51

tags: another

VisualSVN Server(weblogs.asp.net)

submitted by bradygasterbradygaster(4897) 4 years, 6 months ago

The guys that already made VisualSVN, a plugin that integrates into Visual Studio and provides a way to manage your source code changes into Subversion, just realized VisualSVN Server. read more...

7 comments |category: |Views: 89

tags: another

7 of Hardest Things I Learned About Writing Software(simpable.com)

submitted by rimsystemsrimsystems(6119) 4 years, 6 months ago

Learning to write code is not that hard. With a book, Google, and a little free time just about anyone can hack something together. However, to become a good software developer you need a passion to constantly and continually learn. read more...

3 comments |category: |Views: 8

tags: another