TechBubbles Microsoft Technology BLOG

CategoryMicrosoft

Creating Shutdown tile in Windows 8

Shutting down or rebooting Windows 8 is pain without using the Start button. Many users may want to shutdown the system with just one click. This post shows the script to enable users create a tile on windows start screen for shutting down or rebooting the system.
In Windows 8 Start menu was replaced by Start Screen
 

Private Cloud IaaS basics

What is IaaS? Infrastructure as a service. How it is different from existing services in Windows Azure like Software as Service and Platform as Service? Saas and PaaS are service models where you can use the capabilities of Cloud computing to deliver services. Many customers adapting IaaS model because they have the capabilities for managing their software but not underlining physical...

Windows Azure New Features

What is Windows Azure? From platform perspective it is Microsoft computing cloud platform. It is designed and enabled to build the applications and scale it robustly. It is flexible to enable you to handle any type work and it acts as platform as service which provides a set of managed scalable services and now it is turned as infrastructures as service which is the ability to host and scale...

Deployment options for Windows 8 Line of Business Apps

Windows 8 is the platform for creating line of business applications which increase productivity and allows the employees to interact with their PC in more natural way. Apps normally targeted to the general consumer. A consumer App is marketed and can be installed by the entire world, but Line of Business application is generally deployed to the users that take part in business operations for the...

Multicore JIT in .NET Framework 4.5

Multicore JIT is a great new feature in .NET Framework 4.5. Multicore JIT parallelizes the some of the JIT compilations that happens on the start of the application, Historically .NET FW has used the  Ngen Native Image Generator for parallelization. It works particularly well where this Ngen is installed. It has been with Silverlight 5 and ASP.NET. This post describes it’s features and how it...

Working with Public OData Producers

There are number of public products or services which have already adopted OData in their data publishing and also provided the OData compatible interfaces for the clients to consume the application data. Microsoft products SharePoint 2010, Windows Azure Storage Service,SQL Server 2008 Reporting Services have started supporting OData. Many online services such as Netflix.com,eBay.com...

Creating prototype projects with SketchFlow for Visual Studio 2012

SketchFlow is a tool which you can use to create prototypes for interactive applications. Prototype can be used to workflow of your application or it can be a complex graph. SketchFlow is available in Blend Studio and it can be downloaded from here for Visual Studio 2012. This post discusses the SketchFlow features and then creating a prototype project for Visual Studio 2012. You can do the below...

Microsoft Big Data Solution

What is Big Data? It is a popular term used to describe growth of structured and unstructured information. This post discusses the Trends driving the “Big Data” and Microsoft Big Data Solution. There are vendors in market which provide Hadoop deployments but most operate outside central IT operations. Microsoft Big Data solution can analyze over 100 petabytes of data to produce results...

Asynchronous Lambda Expressions in C#5

Asynchronous functions make asynchronous programming similar to synchronous programming. You can read my previous post on C# 5.0 features. Normal methods can written as asynchronous as shown below 1: async Task Demo() 2: { 3: await Task.Delay(10000); 4: Console.WriteLine("Hello World!!"); 5: } You can call the method as await Demo(); Lambda Expressions and anonymous methods can be preceded by the...

What is new in C# and Visual Basic in Visual Studio 2012

  This post discusses the new language features that is introduced in Visual Studio 2012. One of the main things that language team introduced is the idea of producing windows 8 App. These APPs are talking to new API called windows runtime. Small new feature Caller Info Attributes is also added in this release. More about this feature can be read here. This release also brings iterators to...

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud