DevLifeStyle Community
Sign in
|
Join
|
Help
Home
Events
Articles
Jobs
Downloads
Forums
April 2009 - Articles
Articles
Home
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
Devlifestyle May 2011 Event Materials
Silverlight 4.0 Tutorial (10 of N): Working with the PathListBox
Silverlight 4.0 Tutorial (11 of N): Roulette Behavior
Silverlight 4.0 Tutorial (12 of N): Collecting Attendees Feedback using Windows Phone 7
Special Registration Code For TechEd Dubai 2011
Tags
.NET
.NET 4.0
AJAX
ASP.NET
Azure
BizTalk
C#
C# 4.0
Database Mirroring
EnterIsland
JavaScript
JSON
Lambda
LINQ
LINQ to Entities
MSMQ
PDC
Predicates
SharePoint
Silverlight
SQL Azure
SQL Server
TFS
WCF
WindowsPhone7
View more
Archives
May 2011 (1)
February 2011 (3)
January 2011 (1)
November 2010 (2)
September 2010 (2)
August 2010 (6)
April 2010 (1)
March 2010 (3)
February 2010 (4)
December 2009 (2)
November 2009 (1)
June 2009 (4)
May 2009 (2)
April 2009 (23)
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
Exploring Team Foundation Server (TFS) Part 3
Introduction In this post we continue our exploration of Team Foundation Server, You can read the pervious posts here ( Part1 , Part2 ) Before creating a new project the most important decision you must take is the process template you will use. the process...
Published
04-27-2009 7:04 AM
by
Mohamed Mosallem
Filed under:
TFS
Database Mirroring
Database mirroring is an aspect in SQL Server 2005 that can help minimize planned and unplanned downtime. Database mirroring transfers the changes in the production database to a mirror database . Ø Database Mirroring Concepts: Database mirroring...
Published
04-23-2009 2:48 AM
by
Adel M. Abu Madi
Filed under:
SQL Server
,
Database Mirroring
Truly Understanding .NET Transactions and WCF Implementation
Introduction Strictly speaking, implementing transactions in WCF is easy: you use attributes to control the service and operations behaviors and you are done! If that is the case, then why is the scrolling bar so tiny? Well that is because just about...
Published
04-22-2009 8:02 AM
by
Mohamad Halabi
Filed under:
WCF
,
.NET
Understanding .NET Delegates and Events, By Practice
Contents Introduction Observer Pattern (Publish-Subscribe Pattern) Definition of Delegates Trivial Delegates Example Internal Delegates Representation Non-Trivial Delegates Example Events and Event Delegates Event Delegates Sample .NET Event Handling...
Published
04-19-2009 2:46 AM
by
Mohamad Halabi
SQL Server 2008 Business Intelligence Enhancements - 3
Report authoring . While improved report rendering is all well and good, better report authoring capabilities bring SQL Server 2008 SSRS to a new level of usability for developers, power users, and end users looking for easier report creation. Microsoft...
Published
04-15-2009 3:25 PM
by
Abdullah A. Sibai
SQL Server 2008 Business Intelligence Enhancements - 2
A new algorithm in the Aggregation Designer helps you create initial aggregations. This designer is optimized to work with usage-driven aggregations. You can view the created aggregations and add to or remove them. Dynamic named sets are a new capability...
Published
04-15-2009 3:22 PM
by
Abdullah A. Sibai
Filed under:
SQL Server
SQL Server 2008 Business Intelligence Enhancements - 1
SQL Server 2008, while not a revolutionary release, provides rich insight into your data for your organization’s business intelligence (BI) needs. I’ll take you on a brief tour of SQL Server Integration Services (SSIS), SQL Server Analysis...
Published
04-15-2009 3:15 PM
by
Abdullah A. Sibai
Filed under:
SQL Server
Exploring Team Foundation Server (TFS) Part 2
TFS Architecture TFS has three logical tiers, Data Tier, Application Tier, and Client Tier. the clients interact with the application tier and the application tier uses the data tier Data Tier TFS data tier is hosted on SQL Server (2005 or 2008 if you...
Published
04-14-2009 11:57 AM
by
Mohamed Mosallem
Filed under:
TFS
LINQ to Entities – Join Queries
This is my first project on LINQ, and I got surprised on how tuff it is to build join queries. But the trick is to understand how the LINQ to Entities work. I will discuss in this blog some of the complicated queries that I built and how I built them...
Published
04-12-2009 1:19 PM
by
salimfayad
Filed under:
LINQ
,
LINQ to Entities
Database Schema Comparison Using Simple Queries
There are plenty of tools to compare database schemas. But why using them while SQL Server provides everything for you through System Views (check my blog How to check the schema of your Database through queries )? This blog shows you how to do that....
Published
04-12-2009 1:14 PM
by
salimfayad
Filed under:
SQL Server
Exploring Team Foundation Server (TFS) Part 1
Creating software is a complex process that involves people, technology, requirements, budget and time. Applications Life Cycle Management Tools exist to facilitate and control this process, some issues we should consider when selecting a tool is that...
Published
04-12-2009 11:44 AM
by
Mohamed Mosallem
Filed under:
TFS
WCF Duplex Reentrant Services
DuplexSample.zip Introduction This article illustrates working with Duplex mode in WCF with concurrency set to Reentrant. In general, Duplex is one of the three message exchange patterns (MEPs) which are: One-way Request-Response (synchronous and asynchronous...
Published
04-11-2009 10:51 AM
by
Mohamad Halabi
Filed under:
WCF
WCF Queued Messaging
Solution.zip Who is this Article For? This article is aimed at developers who work with messaging across distributed systems. It assumes familiarity with the following: WCF Messaging concepts MSMQ Introduction Message Exchange Patterns (MEPs) are well...
Published
04-11-2009 10:34 AM
by
Mohamad Halabi
Filed under:
WCF
,
.NET
,
MSMQ
Microsoft Kills LINQ to SQL ?
For the last couple of months, I've been hearing all kinds of complains, cries, nervous breakdowns, and laughs from some of my friends all related to the question "Is LINQ-to-SQL dead?" That's why I thought I should write about it even...
Published
04-10-2009 10:04 PM
by
NabeelDerhem
Filed under:
LINQ
Unable to connect to the database SharePoint_Config on <SQL Server>
Normal 0 false false false EN-US X-NONE AR-SA Unable to connect to the database SharePoint_Config on <SQL Server>. Check the database connection information and make sure that the database server is running.. A few days ago I was installing new...
Published
04-09-2009 11:40 PM
by
Anonymous
Filed under:
SQL Server
,
SharePoint
1
2
Next >
Copyright© 2009 DevLifeStyle. All rights reserved