pkmishra

Stories kicked by pkmishra

SQL SERVER 2008 Interview Questions and Answers - PDF Download(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 3 months ago

I have listed all the series in this post so that it can be easily downloaded and used. All the questions are collected and listed in one PDF which is here to download. If you have any question or if you want to add to any of the question please send me mail or write a comment. Must Bookmark! read more...

add a comment |category: |Views: 2156

tags: another

100% Unit Testable Linq To Sql Repository - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 3 months ago

In this post, I will show you how you can architect your Linq To Sql repository which will have 100% code coverage. I will use our favorite Northwind database along with my ongoing UnityCommonServiceLocatorMVC project. First, lets add a Linq To Sql diagram in our project and drag n drop the Category and Product table that will look something like foll... read more...

add a comment |category: |Views: 372

tags: another

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

Best practices for creating websites in IIS 6(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 7 months ago

A list of steps that I always take while creating ASP.NET websites in IIS 6. It ensures better performance maintainability, and scalability of your application. read more...

3 comments |category: |Views: 517

tags: another

Windows comming soon to Amazon EC2(aws.typepad.com)

submitted by tiernanotiernano(1674) 3 years, 7 months ago

This is big news! Amazon are to enable Windows Support on EC2. this will allow users to kick of Windows images for running SQL Servers, IIS instances and anything else (even HPC stuff) in the cloud! SWEET! read more...

2 comments |category: |Views: 332

tags: another

ASP.NET MVC Request Flow(codethinked.com)

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

I looked all over the net for a good diagram that outlined the major classes involved an ASP.NET MVC request. I couldn't find one, and so I created this one. If you want to get a very high level overview, then check it out. read more...

1 comment |category: |Views: 876

tags: another

Microsoft Announces Visual Studio 2010. Developers Respond.(cio.com)

submitted by asteroidasteroid(445) 3 years, 7 months ago

Microsoft's development environment offers new tools for Agile development, software testing enhancements and improved support for cloud computing. Microsoft showed CIO.com a sneak peek, and the author invited developers to chime in with their feedback. read more...

4 comments |category: |Views: 861

tags: another

Avoid this tricky conflict between ASP.NET AJAX and jQuery(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 7 months ago

One example of how ASP.NET AJAX can conflict with jQuery's plugins, due to its modification of some JavaScript base types, and how to fix the problem in this particular case. read more...

add a comment |category: |Views: 300

tags: another

Introduction to jQuery Article posted(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 7 months ago

I've posted Part 1 in a 2 part series on jQuery today. Part 1 covers the client side features of jQuery from the basics all the way through creating simple plugins and extending jQuery. This is a long article that discusses a host of the really useful features that jQuery brings to the table for client side Javascript development. Part 2 will then follow up with server side ASP.NET integration. read more...

1 comment |category: |Views: 340

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

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

StyleCop was just released!(spoiledtechie.com)

submitted by cheetahtechcheetahtech(815) 3 years, 8 months ago

StyleCop was just released! A tool that does all the styling for you in VS 2008 and 2005. It helps you adhere to styling guidelines and standards of your Code. It is a Great tool. read more...

6 comments |category: |Views: 600

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

Sending Email in a Development Environment without an SMTP Server(blog.donnfelker.com)

submitted by BognitBognit(2125) 3 years, 8 months ago

Very handy... I'm forever looking this stuff up :-| read more...

11 comments |category: |Views: 1120

tags: another