Servefault.com - Latest published stories in Visual Studio
2
votes

Brian Keller: Technical Evangelist for Visual Studio Application Lifecycle Management : Visual Studio 2010 RC Readiness Resources

published 5 days, 22 hours, 51 minutes ago posted by GodaddyGodaddy 15 days, 2 hours, 22 minutes ago
Saturday, March 06, 2010 12:23:01 PM GMT Thursday, February 25, 2010 8:52:09 AM GMT
Visual Studio 2010 RC Readiness Resources Now that the Visual Studio 2010 Release Candidate is available, I have been running across a few good resources for coming up to speed on 1) what has changed in the RC since beta 2 and 2) how to help you migrate from beta 2 to the RC. I'm sure this list is incomplete so if you know of other resources please let me know and I'll add them here. -          Bryan Krieger on upgrading from Team Foundation Server Beta 2 to RC -          Michael Rigler on changes to... (more)
category: Visual Studio | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010
5
votes

SOLVED: "Visual Studio setup cannot run in compatibility mode." error when attempting to uninstall Visual Studio 2010 Beta 2

published 10 days, 17 hours, 19 minutes ago posted by rtpHarryrtpHarry 20 days, 4 minutes ago
Monday, March 01, 2010 5:55:25 PM GMT Saturday, February 20, 2010 11:10:04 AM GMT
If you are having problems upgrading from Visual Studio 2010 Beta 2 to Release Candidate (RC1) then hopefully this will get you back on your way. (more)
category: Visual Studio | clicked: 4 | comment | | source: runtingsproper.blogspot.com
tags: article, bugfix, install error, Visual Studio 2010
4
votes

Framework Fundamentals - All What Need To Know About .NET | Denis Blog

published 10 days, 17 hours, 19 minutes ago posted by DioNNiSDioNNiS 17 days, 21 hours, 19 minutes ago
Monday, March 01, 2010 5:55:25 PM GMT Monday, February 22, 2010 1:55:31 PM GMT
Recently I came across several articles, which describe questions that can be asked at the interview for a job as a .NET developer. For example: What Great .NET Developers Ought To Know (More .NET Interview Questions), ASP.NET Interview Questions, Tech Interviews and ... But usually these questions are left without answers. I want to start series of articles that will help systematize programmer’s knowledge to prepare for an interview or for an exam. (more)
category: Visual Studio | clicked: 3 | comment | | source: i-liger.com
tags: .Net
5
votes

Writing object to object mapper: my mapper vs AutoMapper - Gunnar Peipman's ASP.NET blog

published 19 days, 7 hours, 57 minutes ago posted by gpeipmangpeipman 28 days, 4 hours, 47 minutes ago
Sunday, February 21, 2010 3:17:13 AM GMT Friday, February 12, 2010 6:27:16 AM GMT
As my object to object mapper is now almost completed and I am sure it is good idea to stay on LCG (Lightweight Code Generation) I can now compare the performance of my mapper to AutoMapper. (more)
category: Visual Studio | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net, C#, object to object mapping, performance
3
votes

Visual Studio 2010 RC is available

published 26 days, 17 hours, 34 minutes ago posted by gpeipmangpeipman 31 days, 1 hour, 35 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Tuesday, February 09, 2010 9:38:54 AM GMT
VS2010 RC is out now and available for MSDN users since now. Other guys have to wait until tomorrow when VS2010 RC is made publically available. Reading first news I discovered that most important thing is hardly improved performance of VS2010 RC IDE. All your feedback is welcome to VS2010 RC Connect site. (more)
category: Visual Studio | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net Framework 4.0, Visual Studio 2010
5
votes

IL perversions: throwing and catching strings

published 26 days, 17 hours, 35 minutes ago posted by gpeipmangpeipman 31 days, 12 hours, 28 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Monday, February 08, 2010 10:46:10 PM GMT
Inspired by Mohamed Mahmoud’s blog posting How to: Create Interfaces with Static Methods via IL? I wrote another sick example on IL (Intermediate Language) to show you how different is the world behind compilers. Tonight I have enough of exceptions, I want to throw some strings! Let’s do it! (more)
category: Visual Studio | clicked: 1 | comment | | source: weblogs.asp.net
tags: .Net, exception handling, il, Visual Studio
2
votes

Performance: Using LCG to copy property values of two objects

published 26 days, 17 hours, 35 minutes ago posted by gpeipmangpeipman 34 days, 16 hours, 52 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Friday, February 05, 2010 6:22:23 PM GMT
Today I gave last performance boost to my property values copying mechanism. I would like to thank my readers Ron and David to remind me Lightweight Code Generation (LCG) and pointing me out aussie bloke blog entry Generic copy object using Lightweight Code Generation. In this posting I will show you last performance boost and put down a summary about my experiment this far. (more)
category: Visual Studio | clicked: 1 | comment | | source: weblogs.asp.net
tags: .Net, C#, lcg, performance
2
votes

Writing object to object mapper: moving to generics

published 26 days, 17 hours, 35 minutes ago posted by gpeipmangpeipman 29 days, 10 hours, 47 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Thursday, February 11, 2010 12:27:06 AM GMT
In my previous posting about object to object mapping Writing object to object mapper: first implementations I wrote first and simple implementations of mapper. These implementations based heavily on reflection. In this posting I will boost up mapper performance by using generics. (more)
category: Visual Studio | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net, CLR, object to object mapping, performance
5
votes

Performance: Using dynamic code to copy property values of two objects

published 30 days, 22 hours, 26 minutes ago posted by gpeipmangpeipman 37 days, 11 hours, 15 minutes ago
Tuesday, February 09, 2010 12:48:36 PM GMT Tuesday, February 02, 2010 11:58:59 PM GMT
Last year I wrote short posting about how to use LINQ to find matching properties of two objects. In this posting I will show you how to copy values from one object to another and how to boost up performance so you can use this strategy also on in servers under heavy load. (more)
category: Visual Studio | clicked: 1 | 1 comment | | source: weblogs.asp.net
tags: .Net, Linq, performance, reflection
4
votes

Windows Azure Tools and SDK 1.1 (February 2010)

published 30 days, 22 hours, 26 minutes ago posted by gpeipmangpeipman 37 days, 21 hours, 9 minutes ago
Tuesday, February 09, 2010 12:48:36 PM GMT Tuesday, February 02, 2010 2:05:23 PM GMT
With Windows Azure official launch there is available new version of Windows Azure Tools and SDK 1.1. Also there are updated and new sample applications available in MSDN Code Library. (more)
category: Visual Studio | clicked: 0 | comment | | source: weblogs.asp.net
tags: Windows Azure
3
votes

.NET Framework 4.0: Comparing LINQ and PLINQ performance

published 34 days, 16 hours, 39 minutes ago posted by gpeipmangpeipman 39 days, 14 hours, 15 minutes ago
Friday, February 05, 2010 6:35:01 PM GMT Sunday, January 31, 2010 8:59:17 PM GMT
In one of my sessions I demonstrated how PLINQ uses two CPU-s instead of one and has better performance than non-parallel processing. In this posting I will introduce my experiment and show you my example results. In the end of this posting you can find source code that is ready for demonstration. (more)
category: Visual Studio | clicked: 1 | comment | | source: weblogs.asp.net
tags: .Net Framework 4.0, plinq
5
votes

Martin Kulov's Blog: VS2010 Launch Date Moved Back

published 60 days, 7 hours, 24 minutes ago posted by GodaddyGodaddy 67 days, 21 hours, 59 minutes ago
Monday, January 11, 2010 3:50:35 AM GMT Sunday, January 03, 2010 1:14:57 PM GMT
VSTS, Oslo, INETA, ASP.NET, Debugging .NET Applications, Tips and Tricks VS2010 Launch Date Moved Back The so long anticipated date of 22nd of March will be “moved back a few weeks”. Visual Studio 2010, TFS 2010 and .NET 4.0 release will be postponed due to outstanding performance issues. While I am happy that MS is taking VS perf issues so close to announce this huge change, it still messes up a lot of planning around that date. Let’s hope that VS2010 gets much better at the end. In addition a VS20... (more)
category: Visual Studio | clicked: 0 | comment | | source: www.kulov.net
5
votes

MSDN Blog Postings » Blog Archive » Useful Links: Testing using VS 2008 Test Edition

published 60 days, 7 hours, 24 minutes ago posted by GodaddyGodaddy 67 days, 22 hours, 5 minutes ago
Monday, January 11, 2010 3:50:35 AM GMT Sunday, January 03, 2010 1:09:29 PM GMT
The following links may be useful for people wanting to know more about how to test their application with Visual Studio 2008 Test Edition: Using Fiddler (www.fiddler2.com) to record VSTS web Tests http://blogs.msdn.com/buckh/archive/2007/04/18/vsts-testing-using-fiddler-to-record-vsts-web-tests.aspx What’s new with web services in Silverlight 3 Beta http://blogs.msdn.com/silverlightws/archive/2009/03/20/what-s-new-with-web-services-in-silverlight-3-beta.aspx Debugging Web Service Usage in Si... (more)
category: Visual Studio | clicked: 0 | comment | | source: msdnrss.thecoderblogs.com
2
votes

Scott Golightly's Blog - .NET 4 and Visual Studio 2010 release delayed

published 68 days, 1 hour, 33 minutes ago posted by GodaddyGodaddy 71 days, 3 minutes ago
Sunday, January 03, 2010 9:41:39 AM GMT Thursday, December 31, 2009 11:10:59 AM GMT
Friday, 18 December 2009« Intellectual Property and the Internet | Main | .NET 4 and Visual Studio 2010 release delayed Scott Guthrie blogged that the launch date for Visual Studio and the .NET Framework will be delayed. They are delaying the release to fix some performance problems. Also according to the blog there will be a release candidate in February with a broad “go live” license that supports production deployment I think this is a win-win-win situation for most developers. Let me explain. ... (more)
category: Visual Studio | clicked: 0 | comment | | source: www.grokdev.com
4
votes

Parallel For Loop : Break Or Stop - Coding N Design

published 72 days, 21 hours, 47 minutes ago posted by sankarsansankarsan 82 days, 3 hours, 32 minutes ago
Tuesday, December 29, 2009 1:27:04 PM GMT Sunday, December 20, 2009 7:42:45 AM GMT
In my last post I had discussed about Parallel For loops and in what situation it can be useful compared to a sequential loop.In this post we will take a look at how to break or exit from a Parallel For loop.We can use the break or exit keywords for this purpose as Parallel For loop is not programming language construct but a method of the System.Threading.Tasks.Parallel class.... (more)
category: Visual Studio | clicked: 0 | comment | | source: codingndesign.com
3
votes

Tuple in C# 4.0 « Sankarsan’s Journal

published 94 days, 4 hours, 50 minutes ago posted by sankarsansankarsan 102 days, 16 hours, 20 minutes ago
Tuesday, December 08, 2009 6:24:09 AM GMT Sunday, November 29, 2009 6:54:13 PM GMT
Tuple provides us with a way to group elements of disparate data types together.This is present in functional languages like Haskell and also dynamic languages like Python (more)
category: Visual Studio | clicked: 1 | comment | | source: sankarsan.wordpress.com
5
votes

Parallel For Loop - Coding N Design

published 98 days, 7 hours, 15 minutes ago posted by sankarsansankarsan 103 days, 21 hours, 55 minutes ago
Friday, December 04, 2009 3:59:10 AM GMT Saturday, November 28, 2009 1:19:48 PM GMT
In my earlier post on Parallel Programming I have explained about Task and Data Parallelism.In this post we will go into a little more deep into the API and discuss about Parallel For loop in .NET Framework 4.0.The static method For of class System.Threading.Tasks.Parallel class allows us to execute for loops where several iterations might run in parallel.There are couple of ov... (more)
category: Visual Studio | clicked: 1 | comment | | source: codingndesign.com
4
votes

Nullable data types in Visual Basic 9.0 - Nikolaos Kantzelis' Blog - Talks ASP.NET

published 98 days, 7 hours, 15 minutes ago posted by Webhost4lifeWebhost4life 107 days, 23 hours, 34 minutes ago
Friday, December 04, 2009 3:59:10 AM GMT Tuesday, November 24, 2009 11:40:27 AM GMT
Nullable data types in Visual Basic 9.0 I know we are in Visual Studio 2010 and VB 10.0 version of the language-compiler.Most people I know (in my country anyway) work still with VS 2008 and .Net 3.5 SP1 version. In this post I would like to talk about language improvements in visual basic 9.0 and more specifically about nullable data types. The largest improvement in Visual basic 9.0 is LINQ. So all these enhancements that were made in the VB 9.0 language (the same goes for c# 3.0 enhancements) ... (more)
category: Visual Studio | clicked: 0 | comment | | source: weblogs.asp.net
tags: Visual Basic 9.0, Visual Studio 2010, VS 10.0, VS 2008
4
votes

Visual Studio 2010 new Intellisense enhancements - Nikolaos Kantzelis' Blog - Talks ASP.NET

published 98 days, 7 hours, 15 minutes ago posted by Webhost4lifeWebhost4life 107 days, 23 hours, 36 minutes ago
Friday, December 04, 2009 3:59:10 AM GMT Tuesday, November 24, 2009 11:38:30 AM GMT
Visual Studio 2010 new Intellisense enhancements In this post I am going to demonstrate through (screenshots mostly) some very handy, useful new features regarding Intellisense that ship with VS 2010. Through these features we can  be more productive. Intellisense is very useful and has been an integral part of VS since its first release back in 2001. Microsoft's main aim is to to have "Intellisense everywhere"  1) Create with VS 2010 an ASP.NET website.Save your website in your local file system... (more)
category: Visual Studio | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET, Visual Studio 2010, VS 2010
2
votes

msdev: Visual Studio 2010: ASP.NET MVC

published 98 days, 7 hours, 15 minutes ago posted by IXWebHostingIXWebHosting 102 days, 5 hours, 17 minutes ago
Friday, December 04, 2009 3:59:10 AM GMT Monday, November 30, 2009 5:56:53 AM GMT
Search for Training Course 6 of 8   (View entire series)Visual Studio 2010: ASP.NET MVCNot yet ratedPresenter InfoAdd to my msdevComments 0Visual Studio 2010: ASP.NET MVCNot yet rated Available On Demand Starting on January 18th! This session introduces the MVC – Model, View, Controller – framework that is not part of ASP.NET. It includes demonstrations of how to create and test a basic ASP.NET MVC application. Presenter: ... (more)
category: Visual Studio | clicked: 0 | comment | | source: www.msdev.com
tags: ASP.NET MVC, Visual Studio 2010
Previous 1 2 3 Next