CODEDIGEST
Home » 
Search
 

Technologies
 

CodeDigest Navigation
 

Technology News
No News Feeds available at this time.
 

In Community
No News Feeds available at this time.
 
Visual Studio
Articles
1
NuGet is a Visual Studio 2010 extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects that use the .NET Framework. We will see more about this plugin in this article.
This article explains how to create a usercontrol with a Smart Tag(Task List) attached to it.
Most of the times, you may have to display XML data in your WPF applications. Traditionally, you might use XML plug-ins offered by ADO.NET. But, LINQ is the mantra now. Using LINQ to XML, it is much easier and fun to bind your WPF controls and perform data binding as a new fashion.
This article explains how to optimize your XAML markup to speed up your WPF applications.
Deployment of ASP.Net sites can be done through Copy Website and Publish Website feature of Visual Studio. Using Copy Website, we can copy the compiled version of the asp.net site to the target virtual directory location. These features does not have option for fixed assembly naming, lacks in post build option, can’t modify configuration settings during build and etc. Thus, it lacks in some flexibility we require for deploying webapplications. As an answer to the above difficulty, Microsoft de
1