pkmishra

Stories submitted by pkmishra

SQL Server 2005 Management Studio tips(noesispedia.com)

submitted by pkmishrapkmishra(190) 3 years, 3 months ago

Two SQL 2005 Management Studio tips read more...

add a comment |category: |Views: 443

tags: another

C# Coding Guidelines and Best Practices(noesispedia.com)

submitted by pkmishrapkmishra(190) 3 years, 5 months ago

The document will help developers writing better code. Quality has its own value in a software product development. The simplest method for guaranteeing that a crew of the developers furnishes high quality deliverables is to establish a coding standard. A comprehensive coding standard is essential for a successful product delivery. It’s not just the delivery but also the after delivery tasks like support gets impacted by coding standards followed by the development team. The standard helps in enforcing best practices and avoiding pitfalls and makes knowledge dissemination across team easier. read more...

add a comment |category: |Views: 73

tags: another

Running multiple instances of BlogEngine 1.4.5 with single db(noesispedia.com)

submitted by pkmishrapkmishra(190) 3 years, 8 months ago

BlogEngine is a powerful blogging engine and there may be situation in which you would like to use it for multiple websites but one database. One straight solution is to use different table prefix and specify the same in web.config file in appsettings. But I personally don’t like the idea of storing data in two different tables. Given the fact that I am using Asp.Net membership provider, I would like to leverage built in capabilities of membership provider to run two different applications having one single database. read more...

add a comment |category: |Views: 10

tags: another

How to show google mail like loading imageplease wait...(noesispedia.com)

submitted by pkmishrapkmishra(190) 3 years, 8 months ago

For a better user experience you would your users to see please wait message while browser render the page completely.. read more...

add a comment |category: |Views: 62

tags: another

Best way to end user session asp.net(noesispedia.com)

submitted by pkmishrapkmishra(190) 3 years, 8 months ago

What's the best way to end session after user logs out. read more...

add a comment |category: |Views: 614

tags: another