Tuesday, December 22, 2009

10 ways to work more securely

The security of your computer and data is crucial for you and the success of your company. Lost or stolen information can reveal company secrets, or expose your confidential or personal information. The more you do to keep your computer secure, the safer your information will be. Use these 10 tips to learn ways you can help protect your computer, your data, and your company's network....

10 ways to work more securely

Monday, December 21, 2009

7 tips for team websites

These tips can help you get up and running productively as quickly as possible with your site.
7 tips for team websites

Thursday, December 10, 2009

SQL order by Sort Direction as Parameter

We can specify the order by direction as parameter.

See the Following Stored procedure :

Create procedure testOrderBy
@sd int
as
begin
select * from [_LoanRequest] order by
CASE WHEN @sd = 1 THEN lenderid END DESC,
CASE WHEN @sd = 0 then lenderid END
end

To execute the stored procedue: ,

exec testorderby 1

where 1 is for the order desc
and 0 is for the order asc

hope it work for everyone who are searching to set the sort direction as parameter.

Wednesday, December 9, 2009

VSALM

ALM - Application Lifecycle Management.
VSALM - Visual Studio Application Lifecycle Management.

ALM is a method of managing software development lifecycle and IT initiatives by automating the process from end to end and integrating information from every stage of the project.This report focuses on Microsoft’s achievements, challenges,opportunities and strategy in delivering an ALM platform, and the impact that the company will
have on the market and for customers.

ALM Opposes common application development challenges.If you have a lack of visibility into project status, ALM will provide a single, unified view of the project that helps enforce responsibility, accountability, sign-offs, and checkpoints.
Suffering from ineffective team communication? ALM helps align everyone with the overall business goals and gives people access to the information they need in a timely manner by coordinating efforts across functional, geographic, and organizational boundaries.
With ALM, the team is better equipped to complete projects on time and on budget, while delivering critical business value that helps support business goals.

See in Microsoft

Monday, December 7, 2009

Windows Azure

Windows azure is a cloud services platform. Windows azure is a new era of Cloud computing. And it is a operation system as service.Running applications on machines in an Internet-accessible data center can bring plenty of advantages.

Windows azure is a platform for running widows applications in CLOUD.









Windows Azure

SQL AZURE

SQL AZURE database is the cloud based relational database build by microsoft. Administrator or Developer no need to install, setup, patch or manage any software. It provides a highly available, scalable, multi-tenant database service hosted by Microsoft in the cloud. SQL Azure Database helps to ease provisioning and deployment of multiple databases.

In short, SQL Azure is simply a Microsoft branding change. SQL Services and SQL Data Services are now known as Microsoft SQL Azure and SQL Azure Database. There are a few changes, but fundamentally Microsoft’s plans to extend SQL server capabilities in cloud as web-based services remain intact. SQL Azure will continue to deliver an integrated set of services for relational databases. The reporting, analytics and data synchronization with end-users and partners also remains unchanged. This makes it most appealing to current users of SQL Server.

Case Study from Infosys