Browse by Tags

Sorry, but there are no more tags available to filter with.
Pat Helland è tornato
25 May 07 02:23 PM
http://blogs.msdn.com/pathelland/archive/2007/05/14/i-m-glad-to-be-back.aspx La cosa incredibile è che te ne accorgi dopo giorni, cercando tutt'altro. Spero che rientri nel giro degli eventi (TechEd, PDC, ecc.) Read More...
Postedby giuliov | 0 Comments    
Filed under:
Factory pattern in .Net 2.0
27 February 06 06:33 PM
Il problema Il problema che volevo affrontare è di accedere ad un altro sistema in modo astratto con un pattern di tipo Factory che istanzi un provider specificato dalla configurazione. In più ogni chiamata all'altro sistema poteva richiedere un provider Read More...
Postedby giuliov | 1 Comments    
Filed under:
Installing Application Center Test... and nothing else
07 July 05 11:59 AM
Can't believe. It worked at first try: installed Application Center Test without all other stuff in Visual Studio.NET 2003. Type D:\ENGLISH\VS.NET2003\setup\setup.exe /NO_BSLN_CHECK Then unselect everything but ACT [:O]. Read More...
Postedby giuliov | 4 Comments    
Filed under:
When my Domain Password expires?
26 May 05 04:20 AM
Short form: net user myalias /domain Long form (see Listing 7): http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnclinic/html/scripting09102002.asp Read More...
Postedby giuliov | 0 Comments    
Filed under:
ASP.NET 1.1 debugging
05 May 05 02:57 AM
Using the Visual Studio .NET 2003 Debugger with ASP.NET Applications I saw something similar two or three years ago in some internal FAQ, but this is very well written and complete. In the past you had a bunch of KB articles (e.g. 306172 ), useful but Read More...
Postedby giuliov | 3 Comments    
Filed under:
Where is the TS Client ActiveX in Windows 2003?
26 April 05 02:54 AM
In setup Control Panel / Add or Remove Programs / Add or Remove Windows Components under Application Server / Internet Information services / World Wide Web Service / Remote Desktop Web Connection Read More...
Postedby giuliov | 0 Comments    
Filed under:
Upcoming notes
19 April 05 11:14 AM
This blog is taking a shape: the notes here are solutions and tips found in my daily job, solving real‑life customer projects. So I was thinking at some old arguments I discussed in other places, and now I have a (sort of) ‘editorial plan’ that includes Read More...
Postedby giuliov | 0 Comments    
Filed under:
Script for network configuration
07 April 05 09:46 AM
This is a simple batch to force a static IP address on my machines. ECHO interface ip > " %temp% \z.netsh" ECHO set address "Local Area Connection" static 192.168.100.173 255.255.255.0 192.168.100.1 3 >> " %temp% \z.netsh" ECHO set dns "Local Read More...
Postedby giuliov | 1 Comments    
Filed under:
VPC Tip
24 March 05 07:20 PM
You can redirect the My Virtual Machines folder (usually in My Documents ) by setting the environment variable myvirtualmachines to the desired path. Read More...
Postedby giuliov | 0 Comments    
Filed under:
HOWTO: Using IE proxy settings (including credentials!)
23 March 05 11:40 AM
Very easy but hard to find. System.Web.Services.Protocols.SoapHttpClientProtocol proxy = ... System.Net.WebProxy ieProxy = System.Net.WebProxy.GetDefaultProxy(); if (ieProxy != null && ieProxy.Address != null ) { ieProxy.Credentials = System.Net.CredentialCache.DefaultCredentials; Read More...
Postedby giuliov | 1 Comments    
Filed under:

This Blog

Syndication

Page view tracker