This post discusses the features in Silverlight 5 Beta. One of the greatest features in Silverlight 5 is tooling. Features are listed below Binding Breakpoints in XAML for debugging binding Binding in style setters Implicit...
This post discusses the features in Silverlight 5 Beta. One of the greatest features in Silverlight 5 is tooling. Features are listed below Binding Breakpoints in XAML for debugging binding Binding in style setters Implicit...
Content Deployment in SharePoint 2010 is basically used to deploy the content from one site to another site. You can set the content deployment jobs (incoming and outgoing) using SharePoint Central Administration in 2010. Generally In development machine where you author the pages, you do not need to configure the Incoming settings. If you are using a staging server then you need to...
Physical Address Extension (PAE) allows you to use up to 64 GB of physical memory depending on operating system you use. All existing 32 bit processors supports this extension of memory. PAE mode requires an Intel Architecture processor and more than 4GB of RAM. You can configure at two levels to use Memory Beyond 4GB in a 32 bit windows server operating system. Operating System Level...
This post discusses about using Performance Monitor tool to create a base-line using different performance counters. It also discusses analyzing hardware resource bottlenecks and retrieving performance monitor data in sql server using views. Performance Monitor Tool collects the detailed information of system resources including memory, processor , disk and network.SQL Server 2008 provides...
This post just re-caps the T-SQL features that introduced in SQL Server 2008 and discusses the new T-SQL features in Microsoft SQL Server next version code name “Denaliâ€. Actually there are not any T-SQL features in SQL Server 2008 R2 as it is purely a BI release. You can download the Denali CTP version from here
This post explains taking the SQL Server Database Objects backup only schema not data in SQL Server 2008 R2. In an ETL server you may come across the situation where you need to change the database objects schema quite frequently especially when data source changes. In this case we may need maintain our schema or take the backup our database objects script some place where we can restore...
Microsoft Visual Studio LightSwitch allows the developers to create a high-quality line of business applications with less writing of code. LightSwitch provides the screen templates for common business tasks such as data entry, search , formatting and displaying the data. LightSwitch includes built-in functionality to validate the input with little or no code. We can also write the code...
This post discusses how to develop Windows Communication Foundation (WCF) service using AJAX and without any configuration settings for WCF. This service can be consumed from Javascript. The service uses a special setting in .svc file which automatically enables an AJAX endpoint.
Web services having a greater interoperability to communicate messages across heterogeneous systems, however challenge is serializing the data into XML. Users may want to send images,videos, drawings, xml documents etc. together with SOAP message. What is MTOM? Message Transmission Optimization Mechanism (MTOM) is a mechanism of transferring transferring large amounts binary data as...
Windows Server APPFABRIC is an extension to Application Server role in windows server. It provides a better application infrastructure for developers which enables them to create faster, scalable and more manageable applications. This release of APPFABRIC has consist of two parts APPFABRIC Caching Services APPFABRIC Hosting Services APPFABRIC CACHING SERVICES It speeds up the frequently accessed...