Posts

Showing posts with the label Visual Studio 11

Normal LINQ Query to Compiled LINQ Query to Auto-Compiled LINQ Queries in Entity Framework 5

Entity Framework 5 brings number of improvements and query performance improvement is one of them. In this article I’ll be talking all on query performances (EF1 to EF5) so that you can understand the improvements better.

Free E-book: Time-Saving VS11 and ASP.NET 4.5 Features You Shouldn’t Miss

Last weak, two Telerikers Joshua Holt and Carl Bergenhem introduced a very nice free e-book for developer community to get job done quickly with less code. Very nice book, read it once.

Visual Studio 2011 Beta Feature 3

Image
Introduction Last Month Microsoft has announced the latest version of Visual Studio 2011 Beta and I have installed it on my PC and exploring it. In this post I will explore Popup Color Box and Opacity feature in Visual Studio 2011. Color selection is always been bit difficult for web developers. In VS 11, this brand new feature look cool. I just typed background-color or color while styling my web page and IDE displayed color selection pop-up. One more cool feature I found in this new IDE, that is 'Opacity' option in color pop-up. I remember the days when I frequently used opacity in Expression Blend and Windows Forms. And now, Microsoft enhanced ASP.NET and added this after long wait. In above image, when I slided opacity option, I got "rgba" (Red, Green, Blue, Opacity) = (36,17,17,0.48). And look at the output in browser, on backgound image you can see a <div> tag that has opaque color, awesome.

Visual Studio 2011 Beta Feature 2

Image
Introduction Note: This feature is actually shipped in Visual Studio 2010. I am using this lot in VS 11. Last Month Microsoft has announced the latest version of Visual Studio 2011 Beta and I have installed it on my PC and exploring it. In this post, I'm going to show the Group Selection feature of Visual Studio 2011. One of the awesome features that everyone going to love. Just press 'Alt' key and drag your mouse to select and start typing and you done. Cool. In above animated image you can see I have used this feature on aspx and cs page.

Visual Studio 2011 Beta Feature 1

Image
Introduction Last Month Microsoft has announced the latest version of Visual Studio 2011 Beta and I have installed it on my PC and exploring it, and listing the new features: Visual Studio 2011 provides a new development experience from architecture to coding and testing. As an ASP.NET guy, I always wanted to see (preview) the images in Solution Explorer and I am here. In above image, when I hovered the cursor on "GroupStudents.jpg", VS 11 displayed the preview of that image. Wow, I just love it.

Popular posts from this blog

Migrating database from ASP.NET Identity to ASP.NET Core Identity

Customize User's Profile in ASP.NET Identity System