kalyanms1
Name: kalyanms1
Score: 2,002.41
Last Seen: 18 days, 12 hours, 17 minutes ago
Member Since: 3 February, 2009
DotNetShoutout
atom rss
2
Shouts

Using SharePoint 2010 dialogs | TechBubbles

published 9 days, 10 hours, 51 minutes ago posted by kalyanms1kalyanms1 19 days, 9 hours, 32 minutes ago
Monday, June 10, 2013 10:00:59 AM GMT Friday, May 31, 2013 11:19:37 AM GMT
SharePoint 2010 dialogs are JavaScript pop-up dialogs consisting of an iframe to request the other pages in the SharePoint. These pages can be publishing pages or application pages.When you call a pop-up dialog in SharePoint 2010, the content is displayed by using the system master page. The dialog functionality in SharePoint exposed by SP.UI.Dialog and SP.UI.ModalDialog classes.The dialog code is included in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\SP.UI.D... (more)
category: Web Dev | clicked: 3 | comment | | source: www.techbubbles.com
tags:
1
Shouts

Activating and Deactivating Feature programmatically in SharePoint | TechBubbles

published 15 days, 4 hours, 2 minutes ago posted by kalyanms1kalyanms1 20 days, 11 hours, 27 minutes ago
Tuesday, June 04, 2013 4:49:11 PM GMT Thursday, May 30, 2013 9:24:34 AM GMT
Sometimes, You may need to activate/deactivate Feature programmatically in SharePoint. Feature should have the scope of the web, site or web application or Farm.You can get the Feature by accessing Feature properties of Site or web. Write the following code to retrieve the activated features available in Web application/Site/Web level. (more)
category: Web Dev | clicked: 1 | comment | | source: www.techbubbles.com
tags:
2
Shouts

Using Property bag in SharePoint 2010 | TechBubbles

published 15 days, 4 hours, 2 minutes ago posted by kalyanms1kalyanms1 21 days, 11 hours, 30 minutes ago
Tuesday, June 04, 2013 4:49:11 PM GMT Wednesday, May 29, 2013 9:21:23 AM GMT
Property bag is basically a hash table of key-value pair options. Property bag feature is available in Windows SharePoint services 3.0. It allows you to add properties to objects in SharePoint site. Property bag helps you to store meta data as key-value pairs example Connection Strings, file paths, server names and other settings in SharePoint application. (more)
category: Web Dev | clicked: 0 | comment | | source: www.techbubbles.com
tags:
3
Shouts

What is Katana and OWIN for ASP.NET? | TechBubbles

published 15 days, 4 hours, 2 minutes ago posted by kalyanms1kalyanms1 23 days, 9 hours, 26 minutes ago
Tuesday, June 04, 2013 4:49:11 PM GMT Monday, May 27, 2013 11:25:42 AM GMT
Katana is not a revolutionary new project in ASP.NET world. It is just a next step in ASP.NET, The points that drive to go for Katana and OWIN are, Basically ASP.NET was optimised for two types of customers one classing ASP developers and second one LOB(line of business app) developers. From the beginning it was expected to run these applications under IIS(internet information services). Challenges are, as ASP.NET is part of .NET Framework which is shipping in every two to three years and the Web is movi... (more)
category: Web Dev | clicked: 17 | comment | | source: www.techbubbles.com
tags:
7
Shouts

Windows 8 File Explorer Tips | TechBubbles

published 23 days, 10 hours, 35 minutes ago posted by kalyanms1kalyanms1 31 days, 9 hours, 15 minutes ago
Monday, May 27, 2013 10:16:43 AM GMT Sunday, May 19, 2013 11:36:34 AM GMT
File Explorer is a great way to see the files and folders on your computer as well as libraries, folders and control panel.This post outlines some enhancements and tips in using File Explorer in Windows 8. (more)
category: How To | clicked: 10 | comment | | source: www.techbubbles.com
tags:
6
Shouts

Top Developer News this week (May Week 2) | TechBubbles

published 28 days, 10 hours, 32 minutes ago posted by kalyanms1kalyanms1 38 days, 8 hours, 7 minutes ago
Wednesday, May 22, 2013 10:19:54 AM GMT Sunday, May 12, 2013 12:44:40 PM GMT
This post outlines Top links for Microsoft developers in May week2. Windows Blue public preview available date Build conference will announce the Windows Blue public preview. “Windows Blue” is a code name for the next release of Windows. If you attend the Build conference then you will get the Windows Blue preview. (more)
category: Architecture | clicked: 38 | comment | | source: www.techbubbles.com
tags:
5
Shouts

Validation Components in ASP.NET MVC | TechBubbles

published 33 days, 11 hours, 24 minutes ago posted by kalyanms1kalyanms1 43 days, 8 hours, 35 minutes ago
Friday, May 17, 2013 9:27:50 AM GMT Tuesday, May 07, 2013 12:16:25 PM GMT
Validating the user input and showing a user-friendly error message is an important step in Web Application development. ASP.NET MVC framework provides validation features which helps developer to validate model values. The validation features in MVC allows you to write the validation using attributes which is called data annotations. This post outlines the data annotation features that you can use in ASP.NET MVC application development.Data Annotations attributes can find in System.ComponentModel.DataAn... (more)
category: Web Dev | clicked: 22 | comment | | source: www.techbubbles.com
tags:
5
Shouts

Top developer news this week | TechBubbles

published 36 days, 4 hours, 41 minutes ago posted by kalyanms1kalyanms1 45 days, 9 hours, 14 minutes ago
Tuesday, May 14, 2013 4:10:42 PM GMT Sunday, May 05, 2013 11:37:16 AM GMT
This post gives you the links for latest announcements for Microsoft developers. Announcing the Release of WebMatrix3 As most of the developers probably know that WebMatrix is free light-weight tool for building ASP.NET applications. There are tons of new features in this release including Windows Azure integration, ScottGu outlined the features here and this tool can be downloaded from here (more)
category: Web Dev | clicked: 22 | comment | | source: www.techbubbles.com
tags:
4
Shouts

Using Caching in ASP.NET Web Applications | TechBubbles

published 36 days, 4 hours, 41 minutes ago posted by kalyanms1kalyanms1 45 days, 18 hours, 35 minutes ago
Tuesday, May 14, 2013 4:10:42 PM GMT Sunday, May 05, 2013 2:16:15 AM GMT
Caching is a way which you can use to improve the performance of an ASP.NET Web applications. Caching is a location where you can store the data and access quickly. You have to use caching carefully and this post explains different caching mechanisms that available in ASP.NET web applications.The three ways that you can use to store the Cache data in ASP.NET applications are (more)
category: Web Dev | clicked: 33 | comment | | source: www.techbubbles.com
tags:
3
Shouts

Seeding a Database in Entity Framework | TechBubbles

published 37 days, 10 hours, 55 minutes ago posted by kalyanms1kalyanms1 47 days, 8 hours, 53 minutes ago
Monday, May 13, 2013 9:56:57 AM GMT Friday, May 03, 2013 11:58:26 AM GMT
The code-first approach of Entity Framework creates the database in LocalDB instance of SQL Server Express. The Entity Framework uses the model’s property names and data types to create the tables.Entity Framework uses EdmMetadata table to synchronize model classes with the database schema. To keep the database in sync with the model you need to re-create an existing database using Entity Framework. EF allows you to create the database every time when application starts or only create when it detects a c... (more)
category: Web Dev | clicked: 15 | comment | | source: www.techbubbles.com
tags:
1
Shouts

Windows Azure support to SharePoint 2013 | TechBubbles

published 43 days, 11 hours, 5 minutes ago posted by kalyanms1kalyanms1 50 days, 7 hours, 46 minutes ago
Tuesday, May 07, 2013 9:46:53 AM GMT Tuesday, April 30, 2013 1:05:12 PM GMT
Last week Microsoft announced general availability of Infrastructure as a Service(IaaS) support for Windows Azure. You can signup here to see what is new in this release? Key Enhancements are made in General Availability like creating a new virtual machine and virtual networks in Windows Azure. This post outlines the steps to create a new SharePoint 2013 virtual machine and setting up a SharePoint farm on Windows Azure. (more)
category: Architecture | clicked: 5 | comment | | source: www.techbubbles.com
tags:
3
Shouts

Scaffolding in ASP.NET MVC4 | TechBubbles

published 47 days, 11 hours, 30 minutes ago posted by kalyanms1kalyanms1 55 days, 9 hours, 33 minutes ago
Friday, May 03, 2013 9:21:14 AM GMT Thursday, April 25, 2013 11:18:11 AM GMT
Scaffolding in ASP.NET MVC generates the code for create, read, update and delete operations in your application. This post outlines the different Scaffolding templates available in MVC4. If you do not like the default scaffolding then you can customise the code generation.You need a model to start working with scaffolding so build a model first by creating new ASP.NET MVC4 project in Visual Studio 2012 and select Internet Application template. Read this post to understand the each application template p... (more)
category: Web Dev | clicked: 13 | comment | | source: www.techbubbles.com
tags:
3
Shouts

Adaptive Rendering in ASP.NET 4.5 | TechBubbles

published 51 days, 11 hours, 19 minutes ago posted by kalyanms1kalyanms1 61 days, 9 hours, 17 minutes ago
Monday, April 29, 2013 9:32:39 AM GMT Friday, April 19, 2013 11:34:37 AM GMT
Adaptive Rendering also called responsive design taking the advantage of existing HTML markup and CSS to use inside the ASP.NET Web applications. This post outlines about Adaptive Rendering, display modes and out of the box ASP.NET MVC mobile template.What is unique about .NET 4.5 application templates that ships out-of-the box uses a technique called responsive design. Responsive design is functionality of CSS to redefine the layout properties of your page based on the web and devices that you are using, (more)
category: Web Dev | clicked: 13 | comment | | source: www.techbubbles.com
tags:
4
Shouts

ASP.NET MVC RAZOR View Engine Overview | TechBubbles

posted by kalyanms1kalyanms1 63 days, 9 hours, 1 minute ago
Wednesday, April 17, 2013 11:50:58 AM GMT
ASP.NET MVC contains two view engines named Razor view engine and Web Forms view engine. This post outlines the Razor view syntax, sample code expressions, code blocks, layouts and compares some code expressions with Web Forms view engine.The Razor View engine was introduced in ASP.NET MVC3 and it is default view engine that you get when you create new MVC project in Visual Studio. Razor view allows you to write simple mark up and its syntax is simple.Razor views that use C# syntax has the .cshtml file e... (more)
category: Web Dev | clicked: 8 | comment | | source: www.techbubbles.com
tags:
4
Shouts

Page Inspector in Visual Studio 2012 | TechBubbles

posted by kalyanms1kalyanms1 69 days, 8 hours, 24 minutes ago
Thursday, April 11, 2013 12:27:21 PM GMT
The typical web page in the application includes references to JavaScript and CSS files and images. It is hard to debug the page without a tool to find a certain piece of HTML where it is coming from. The Page Inspector is a debugging tool that runs inside Visual Studio and it comes with the Visual Studio. This post explains the Page Inspector features and outlines how to use it inside Visual Studio editor. (more)
category: Web Dev | clicked: 3 | comment | | source: www.techbubbles.com
tags:
5
Shouts

ASP.NET MVC 4 Application Templates explained | TechBubbles

posted by kalyanms1kalyanms1 71 days, 9 hours, 36 minutes ago
Tuesday, April 09, 2013 11:15:02 AM GMT
When you create a new MVC 4 project in Visual Studio 2012, you will be presented with different option as shown in the below picture, Each project template sets up different folders in your application. This post explains the each project template purpose (more)
category: Web Dev | clicked: 7 | comment | | source: www.techbubbles.com
tags:
6
Shouts

Visual Studio 2012 Update 2 Announced | TechBubbles

posted by kalyanms1kalyanms1 75 days, 7 hours, 22 minutes ago
Friday, April 05, 2013 1:29:12 PM GMT
As promised Microsoft announcing periodic updates to Visual Studio 2012, As part of this few months back Visual Studio 2012 Update 1 has released features and download link can be found here. Few hours ago they have announced Update 2 which can be downloaded from here. This post out lines the features in this update. The main feature in this release are Agile Planning , quality enablement , line of business applications and improved developer experience. It is a cumulative update, if you miss installing ... (more)
category: Architecture | clicked: 5 | comment | | source: www.techbubbles.com
tags:
6
Shouts

ASP.NET Profiles overview | TechBubbles

posted by kalyanms1kalyanms1 75 days, 12 hours, 57 minutes ago
Friday, April 05, 2013 7:54:15 AM GMT
ASP.NET Profiles feature allows the users to personalize their content on the web site. Profiles can be used in different scenarios like when you visit the news web site or sports website then you can allow the user to choose their favourite categories and then you can store them in a profile to show the pages based on their preferences. Using ASP.NET Profiles you can keep the user details such as First Name, Last Name, Date of Birth and their interests. You can use this information to create a closer re... (more)
category: Web Dev | clicked: 1 | comment | | source: www.techbubbles.com
tags:
2
Shouts

Unit testing improvements in Visual Studio 2012 Update2 | TechBubbles

posted by kalyanms1kalyanms1 78 days, 9 hours ago
Tuesday, April 02, 2013 11:51:59 AM GMT
This post explains the features that have been introduced for unit testing in Visual Studio 2012 update 1 and 2. Visual Studio 2012 update 1 and 2 introduced many new features for testing which can be read here. New features grouping and filtering tests by project, by trait or by class enables testers to work with lots of tests easier. (more)
category: Agile | clicked: 6 | comment | | source: www.techbubbles.com
tags:
1
Shouts

Testing Features added in Visual Studio 2012 Update 2 | TechBubbles

posted by kalyanms1kalyanms1 79 days, 7 hours, 47 minutes ago
Monday, April 01, 2013 1:04:56 PM GMT
This post explains the enhanced testing features that were introduced with Visual Studio 2012 update 2. In Visual Studio 2012 Update 2 Microsoft Test Manager (MTM) has been updated with new features enabling manual testers more productive and efficient. The new feature Test Management and execution from light-weight browser based environment. This web based test management features enables manual testers to test non-Windows applications and executing test cases without installing test-specific tools. You... (more)
category: Web Dev | clicked: 3 | comment | | source: www.techbubbles.com
tags:
Previous 1 2 3 4 5 6 7 8 9 10 Next