Saar Carmi

A .NET Blog

<November 2008>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456


Navigation

Subscriptions

Post Categories



Tuesday, February 15, 2005 - Posts

Reactivating the IntelliSense (Code Completion) - after using Resharper

Reactivating the IntelliSense (Code Completion) after disabling Resharper

I recently installed the Resharper trail version.
When the trail version expires and does not complete the code statement, Visual Studio 2003 does not automatically shows the code completion options instead.

To reactivate the code completion – go to:
Tools mean -> Options -> Text Editor -> C#

and check the first three checkboxes on the right pane.

posted Tuesday, February 15, 2005 7:36 AM by saarc with 6 Comments

Server GC configuration

In .Net Framework 1.1 SP1, the server GC is supported for any type of application by setting the

<gcserver enabled="true"/>

setting in the applications configuration file


In 1.1 only ASP.NET and COM+ application used the Server GC by default. (on multi processors machines).  

In 1.1 SP1, you can use the gcserver flag.

 

It is NOT recommended nor supported to implement your own host.

posted Tuesday, February 15, 2005 3:27 AM by saarc with 4 Comments




Powered by Dot Net Junkies, by Telligent Systems