Online Free Computer Tutorials.: Visual Studio

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Showing posts with label Visual Studio. Show all posts
Showing posts with label Visual Studio. Show all posts

Monday, August 27, 2012

Extending Visual Studio Part 2 - Creating Addins

This is the second in my series of articles on extending Visual Studio. In this article we're going to look into a way to extend Visu...
Read More

Routing in ASP.NET MVC

MVC will create a control over how URLs are mapped to your controllers. It also gives you the ability to define your own URLs. These URLs...
Read More

NotifyIcon with WPF applications

NotifyIcon is an utility form System.Windows.Forms which can be used by any application to invoke the default notification from the syst...
Read More

Func and Action Delegates

The .Net Framework 3.5 has introduced two sets of System-Defined Delegates named Func andAction. Action<> and Func<> are extr...
Read More

Windows 8 & Data Binding. Part 4–Data Conversion

In Part 3 of this little mini-series on data binding in Windows 8 we looked at Element Binding. Today, we'll take a look at Data Conv...
Read More

Telerik Loves Windows 8 and Visual Studio 2012 RTMs!

Yesterday's release of Visual Studio 2012 and Blend for Visual Studio 2012 marks the beginning of a new era. In some ways, VS2012 and...
Read More

Thursday, August 2, 2012

Wednesday, August 1, 2012

WPF Stylizing RowDefinitions & ColumnDefinitions

My favorite part of programming in WPF is the ease with which we compartmentalize the application components. Every Page or UserControl o...
Read More

Tuesday, July 31, 2012

Wednesday, July 25, 2012