2000

Stories kicked by 2000

ScottGu: Auto-Start ASP.NET Applications (VS 2010 and .NET 4.0 Series)(weblogs.asp.net)

submitted by JemmJemm(9604) 2 years, 8 months ago

"Today’s post covers a small, but nice, new feature that you can now optionally take advantage of with ASP.NET 4 - the ability to automatically startup and proactively initialize a web application without having to wait for an external client to hit the web server. This can help you provide a faster response experience for the first user who hits the server, and avoids you having to write custom scripts to “warm up” the server and get any data caches ready." read more...

add a comment |category: |Views: 351

tags: another

Is Silverlight the new WebForms?(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 8 months ago

Is Silverlight becoming the same crutch that WebForms was nearly a decade ago? read more...

add a comment |category: |Views: 715

tags: another

ScottGu: Multi-Targeting Support (VS 2010 and .NET 4 Series)(weblogs.asp.net)

submitted by JemmJemm(9604) 2 years, 8 months ago

"Today’s post discusses VS 2010’s enhanced multi-targeting support – which allows you to use and target multiple versions of .NET. We did significant architectural work in the VS 2010 release to enable a number of new multi-targeting features, and provide a much better experience." read more...

1 comment |category: |Views: 87

tags: another

Visual Studio 2010 Beta 1 for MSDN Subscribers(vistadb.net)

submitted by vistadbvistadb(879) 3 years ago

Visual Studio 2010 Beta 1 is now on MSDN along with .Net 4 Beta 1. Some highlights from the information: .Net 4.0 Cloud Development - Windows Azure which is basically utility computing where you pay by the hour for your usage. Parallel Development - Not sure if this only means PLINQ for .Net developers or if they are only talking about C++ devs. TDD Improvements - Editor changes for building test cases first, and then writing the code. ASP.NET - CSS grids and design surfaces changes, more Javascript debugging improvements. C++ Compiler - Lots of changes for C++ development, including MFC. Sharepoint templates New Project Templates Windows 7 - MFC updates for Ribbon UI, and WPF changes. Application Model Changes - Reverse existing codebases, and lots of changes in Architect Edition to support more model types (including Class Libraries finally). Test Runner - This is potentially huge as it allows testers to submit bug reports complete with callstacks and traces that you can actually use to resume an app at the error point to avoid the dreaded No Repro on bug reports. I have seen this demo and it is quite impressive. We will see how it actually works though. read more...

add a comment |category: |Views: 387

tags: another

Integrate FxCop with Visual Studio(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years ago

Step by step how to integrate FxCop with Visual Studio. read more...

add a comment |category: |Views: 560

tags: another

7 Valuable Visual Studio Hidden Features(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years ago

Visual Studio is a very powerful IDE and I have yet to find another IDE that comes close to all the features it offers. Yet they are some hidden gems that can make our every day tasks a little bit easier. read more...

add a comment |category: |Views: 945

tags: another

11 Optimization Tips for Visual Studio(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years ago

Sometimes ago I compiled this list for myself and our team to help get things done faster and deal with visual studio quirks. read more...

add a comment |category: |Views: 951

tags: another

5 Useful Visual Studio C# Snippets – Part 2(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years, 1 month ago

I initially published 5 Visual Studio c# Snippets yesterday and it got a lot of attention and had some positive feedback, so this is a follow up that I hope would be as helpful as the first one. read more...

add a comment |category: |Views: 652

tags: another

5 Useful Visual Studio C# Snippets(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years, 1 month ago

The title says it all. Save yourself sometime by using these snippets. read more...

add a comment |category: |Views: 780

tags: another

A New Look for Visual Studio 2010!(blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 3 months ago

At the PDC and TechEd EMEA last year we described our new editor support built on the WPF technology in .NET Framework 4.0. Today I’m happy to reveal the new UI for Visual Studio, also built on WPF: read more...

add a comment |category: |Views: 1214

tags: another

10 Ways To Programaticly Shoot Yourself In The Foot - Part B (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 6 months ago

This is part B of the 10 Ways To Programaticly Shoot Yourself In The Foot article. In this article I will talk about another 5 issues that even the best developers have to be aware of. In other words, I will try to prevent you from programaticly shooting yourself in the foot. read more...

add a comment |category: |Views: 873

tags: another

New ASP.NET Charting Control(weblogs.asp.net)

submitted by craigtpcraigtp(683) 3 years, 6 months ago

From ScottGu's blog. Brand new, Free, ASP.NET 3.5 chart control. It looks very nice! read more...

1 comment |category: |Views: 890

tags: another

Silverlight 2 Released (weblogs.asp.net)

submitted by ChadMoranChadMoran(535) 3 years, 7 months ago

Today we shipped the final release of Silverlight 2. You can download Silverlight 2, as well the Visual Studio 2008 and Expression Blend 2 tool support to target it, read more...

3 comments |category: |Views: 260

tags: another

Microsoft Next Operating System Windows 7 (techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 years, 7 months ago

Microsoft announced that the successor to Windows Vista will be called Windows 7. Microsoft has set 2010 as release target for Windows 7. read more...

add a comment |category: |Views: 6

tags: another

Calculating the size of the File in C# (techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 years, 7 months ago

This code snippet explains how to calculate the size of the file and display in a label control. For example I am taking PDF file to find the size. It Displays the size of the file in Bytes, Kilobytes and Megabytes. read more...

add a comment |category: |Views: 139

tags: another

Static Method, Is It that Harmful?(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 7 months ago

Static method is much more easier to learn, and use compare to OOP and polymorphism,. But somehow it acquires a bad name in the TDD circles. Some people don't like static methods . The reason? Can't mock the static methods. But does this mean that static methods should be avoided at all cost? I don't agree. read more...

add a comment |category: |Views: 12

tags: another