Browse by Tags
All Tags
»
.NET
(
RSS
)
.config
AppSettings
C#
Configuration
Data Access
Delegates
IronRuby
Java
Martin Fowler
Memory Issues
Mircosoft
NameValueCollection
NameValueSectionHandler
Open Source
Ruby
Serialization
SQL Server
Streams
Threading
XML
03 August 2007
Random Ramblings Over Ruby On Microsoft .NET
Martin Fowler argues that IronRuby gives Microsoft the opportunity to collaborate with, and extend its .NET platform to a larger AlphaGeeks and open source developer base. According to Martin the Ruby community is very eager to develop on the Microsoft platform. One thing that caught my attention was...
Read More...
25 June 2007
Common .NET Memory Issues
Charl Botha, senior developer at Intervate , and I had some discussions around .NET memory issues, and how to measure the size of a CLR object in memory. Here's what Charl had to say: "I have yet to discover how one can retrieve the size of an object in pure CLR, the method that I used was to...
Read More...
14 May 2007
Bulk Update and Insert of Object State Stored by SQL Server 2000, Using .NET (C#)
This is a how to/quick start for doing bulk inserts or updates of data on SQL Server 2000 and .NET. 1. Create a simple class: using System; ... ... [Serializable] public class Entity { private int _id; private string _name; private string _description; public int ID { get { return _id; } } public string...
Read More...
19 April 2007
.NET Memory Leak: XmlSerializing your way to a Memory Leak
Tess Ferrandez talks about a .NET memory leak , caused by using the default constructors other than, XmlSerializer(type) and XmlSerializer(type, defaultNameSpace), when XML serializing objects. In a nut shell, dynamic code generation, which is used in XML Serialization, Regular Expressions, and XSLT...
Read More...
19 January 2007
.NET How To Create and Use Custom Name-Value Config Sections
Making over-use of the .NET's AppSettings quickly results in a messy configuration file. Especially when several assemblies' configurations are combined, it's quite painful trying to figure out which settings are for which assemblies. Some of the assemblies might even use the same setting keys, causing...
Read More...
Home
n.code
RSS
Atom
Comments RSS
Recent Posts
SQL Server Error: OLE DB error trace [OLE/DB Provider 'SQLOLEDB' IUnknown::QueryInterface returned 0x80004005: The provider did not give any information about the error.]
Random Ramblings Over Ruby On Microsoft .NET
Common .NET Memory Issues
Bulk Update and Insert of Object State Stored by SQL Server 2000, Using .NET (C#)
.NET Memory Leak: XmlSerializing your way to a Memory Leak
Tags
.config
.NET
Apple
AppSettings
C#
Configuration
Data Access
DataBase Management
Delegates
IronRuby
Java
Mac Dev
Mac OS X
Martin Fowler
Memory Issues
Mircosoft
MySQL
MySQL for Python
NameValueCollection
NameValueSectionHandler
Open Source
Python
Ruby
Serialization
SQL Server
Streams
Threading
XML
Archives
August 2007 (2)
June 2007 (1)
May 2007 (1)
April 2007 (1)
January 2007 (2)
Search
Go
Navigation
Home
Careers
Downloads
Support