TechBubbles Microsoft Technology BLOG

CategoryMicrosoft

Editing Silverlight page data using Domain Service

  This post discusses to edit the displayed data in Silverlight page and save the changes back to database. Insert, Update and Delete operations can be done using domain service object context. All the changes you made to this object are collectively submitted to the database when you call the SubmitChanges method. This post requires to create a Silverlight Business Application in Visual...

Data driven example using Silverlight Business Application

This post discusses how to displays data from the AdventureWorks Database on to Silverlight pages. In this walkthrough you will find the page that displays the data from customer table in adventure database and allows the user to traverse the records. You need to have Visual Studio 2010 SP1 installed on your machine. Silverlight business application contains two projects a Silverlight application...

Creating an application using Silverlight Business Application Template

  This post discusses how to create a WCF Data Service solution by using the Silverlight Business Application template. There are several features that you can work with this Business Application Template by writing little code. This post specifically discusses the authentication mechanisms forms and windows. By Default Silverlight Business Application allows the users to register and login...

Microsoft Windows Server APPFABRIC

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...

Internet Explorer 9 features for Developers

Microsoft recently launched its first release candidate for Internet Explorer 9 (IE9 RC1) can be downloaded from here. This post briefly speaks about the IE9 features and how developers can use these features.   With IE9 you can take the full advantage of hardware through windows so that you can enjoy the rich graphical interface which are fast and responsive as windows applications in your...

.NET Framework 4 SortedSet

You can get the overview on what’s new in .NET FW BCL by reading my post .NET Framework 4 BCL. This post explains about one of the feature SortedSet. .NET Framework 4 adds a new collection to System.Collections.Generic, named  Sorted Set<T>.  It is like HashSet<T>  collection of unique elements, but SortedSet<T> keeps the elements in sorted order. The...

.NET Framework 4 BCL

All .NET developers who uses the BaseClassLibraries can read this post to know what’s New in the .NET FW 4 BCL.  Its not the scope of this post to cover all the features but you can read them on BCL team blog at blogs.msdn.com/bclteam. The following are the features that you can explore in BCL Code Contracts Parallel extensions Tuples File IO improvements Memory mapped files Sorted Set...

Performance tuning For .NET Applications

Performance tuning is one of the daunting task for making your applications run faster. There are several factors that can cause your application run slow. One of the factor is memory which can directly impact on your program execution. This post discusses the basics of memory optimization for .NET programs. If we outline the cases where memory access is bottleneck then it is easier for tune them...

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud