devnotebook

Juan Ignacio Gelos

  Home  |   Contact  |   Syndication    |   Login
  23 Posts | 2 Stories | 81 Comments | 4 Trackbacks

News

Save the Internet: Click here
GeoURL

MSN Alerts
Get MSN alerts when this blog is updated.



Random books from my library:

Article Categories

Archives

Post Categories

.NET General

Blogs

Microsoft

.NET General

Articles about .NET in general
Receiving an installation error as soon as Visual Studio 2008 starts to install Microsoft Visual Studio Web Authoring Components? If you're lucky, you just need to uninstall "Microsoft Office InfoPath MUI (language) 2007 (Beta)" To uninstall: msiexec /x {30120000-0044-0C0A-0000-00... In our case, this package was installed by the Microsoft Office Enterprise 2007 *SPANISH* installer, which includes a beta version of it: "Microsoft Office InfoPath MUI (Spanish) 2007 (Beta)" In other cases,...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I can no longer write code in Visual Studio with New Courier without sorely missing this font: http://www.microsoft.com/do... "Consolas is intended for use in programming environments and other circumstances where a monospaced font is specified. All characters have the same width, like old typewriters, making it a good choice for personal and business correspondence. Optimizing the font specifically for ClearType allowed...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

If the following snippet catches your attention, you ought to check The Last Component. It's real, and they don't touch the compiler, they do it overloading operators. Brilliant
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

ClickOnce supports using HTTP compression for the file downloads, a Web server technology that uses the GZIP algorithm to compress a data stream before sending it to the client. The client—in this case, ClickOnce—decompresses the stream before reading the files. This results in shorter download times for your ClickOnce deployments. If you are using Internet Information Services (IIS), you can enable HTTP compression easily. Enable Compression in IIS From the IIS snap-in, right-click on...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Component Factory has released a free set of Windows Forms user interface controls. It's called the Krypton Toolkit and it's targeted at Visual Studio 2005 and .NET Framework 2.0. It's free for commercial use. It includes several controls: Krypton Button Krypton Group Krypton Header Krypton HeaderGroup Krypton SplitContainer Krypton Panel Krypton Label...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

From http://support.microsoft.co... "...you can add a registry key, such as the following, which points to the location of the assembly [HKEY_CURRENT_USER\SOFTWARE... MyAssemblies is the name of the folder in which the assemblies reside.NOTE: You can create the this registry entry under the HKEY_LOCAL_MACHINE hive. This will change the setting for all of the users on the system. If you create...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

If you simply open the web config file and add the following, you will be able to access the test form outside of the localhost:<configuration... <system.web> <webServices> <protocols> <add name="HttpGet"/> <add name="HttpPost"/> </protocols> </webServices> </system.web> </configuration> --> dp.SyntaxHighlighter.Highli... true, true);...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

The SteepValley.NET: XP Common Controls are a collection of themed and unthemed controls that are currently missing from the Visual Studio IDE. This project is available for free including the source code
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

With the Google Deskbar API, you can write plug-ins to add your own features to the Google Deskbar. Plug-ins can be written in any .NET language, such as C# or Visual Basic.NET
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I've posted a suggestion for the Visual Studio team about Code Snippets. This would allow to generate the whole definition for a class Property having the user only enter its type and name, by means of converting the entered name to camelCase and ProperCase (checking the property name is properly cased while on it). So if you like the suggestion or already thought of it, click on "Vote on this suggestion" (an rate it as important!) in the following link: Suggestion Details: Code snippet Function...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Full .NET General Archive