Michael Freidgeim's Blog
MS .Net Development
posts - 384, comments - 565, trackbacks - 175
.Net Framework
LongestCommonPrefix function for 2 strings
posted @
Wednesday, September 09, 2009 11:15 PM
|
Feedback (2)
Declare local variable within the loop instead of using loop variable in Linq methods
posted @
Saturday, July 18, 2009 7:47 AM
|
Feedback (0)
Implement Copy constructor using Serialization or Reflecton
posted @
Friday, July 17, 2009 6:01 PM
|
Feedback (0)
MSDN documentation -methods that have corresponding operators shouldn't be called directly
posted @
Friday, June 19, 2009 8:02 PM
|
Feedback (0)
Call eventTimer_Elapsed method asyncronoulsy OnStart of Windows Service
posted @
Sunday, June 07, 2009 3:41 AM
|
Feedback (0)
LINQ to XML -How to use XPass for elements selection
posted @
Wednesday, May 20, 2009 9:58 PM
|
Feedback (0)
Misleading error message when NullReferenceException thrown within Comparer
posted @
Wednesday, May 20, 2009 9:35 PM
|
Feedback (0)
EnsureDirectoryExists helper function
posted @
Sunday, May 17, 2009 5:58 PM
|
Feedback (3)
Use HashSet instead of "seen" Hashtable.
posted @
Wednesday, May 13, 2009 12:09 AM
|
Feedback (1)
Don't Repeat Yourself(DRY principle) when modifying existing function
posted @
Wednesday, May 13, 2009 12:03 AM
|
Feedback (0)
Typed DataTable's base class in VS008
posted @
Sunday, May 10, 2009 9:50 AM
|
Feedback (1)
Safe Save DateTime to SQL Database.
posted @
Sunday, May 03, 2009 9:13 PM
|
Feedback (2)
TryXmlSerialize function
posted @
Sunday, March 22, 2009 10:17 AM
|
Feedback (0)
3-D Secure credit card verification Links
posted @
Sunday, February 22, 2009 12:29 PM
|
Feedback (0)
Validate eMail address using MailAddress.ParseValue
posted @
Monday, February 02, 2009 10:27 PM
|
Feedback (0)
Code reviews and coding recommendations
posted @
Thursday, January 22, 2009 8:58 PM
|
Feedback (1)
"Edit and continue" not working in functions with LINQ
posted @
Wednesday, January 07, 2009 10:25 PM
|
Feedback (1)
Helper functions to find pattern contaned in string from pattern List
posted @
Friday, December 12, 2008 10:39 PM
|
Feedback (0)
ToString function for Generic List
posted @
Friday, December 12, 2008 10:34 PM
|
Feedback (5)
Access to Relative To Application Root File
posted @
Friday, December 12, 2008 10:22 PM
|
Feedback (0)
Debugging Windows Services with "Edit & Continue"
posted @
Monday, December 08, 2008 9:35 PM
|
Feedback (0)
Avoid throwing exception from asynchronous delegate.
posted @
Wednesday, December 03, 2008 10:45 PM
|
Feedback (0)
Helper functions to get last element in collection
posted @
Wednesday, December 03, 2008 10:06 PM
|
Feedback (0)
Generics function to work with the list of rows of Typed Dataset
posted @
Saturday, October 04, 2008 10:52 PM
|
Feedback (0)
Developer should not use "Hide extensions for known file types" in Windows Explorer
posted @
Thursday, August 14, 2008 12:22 AM
|
Feedback (3)
Convert DataSet and DataTable to Xml String helper functions
posted @
Thursday, August 14, 2008 12:02 AM
|
Feedback (5)
DataRow.SetParentRow Method
posted @
Friday, July 25, 2008 8:06 PM
|
Feedback (0)
Disk Cleanup Utility should delete temporary .Net files.
posted @
Friday, July 18, 2008 10:24 PM
|
Feedback (0)
Call Synchronous Web Services Methods Asynchronously
posted @
Friday, July 18, 2008 9:23 PM
|
Feedback (0)
Store custom objects configuration in separate custom configuration files
posted @
Tuesday, June 10, 2008 12:55 AM
|
Feedback (0)
Naming Guidelines: Names for embedded Enum and Property of the enum type
posted @
Tuesday, May 27, 2008 12:52 AM
|
Feedback (0)
use Activator.CreateInstance to dynamically load the concrete class and avoid Circular references
posted @
Monday, May 05, 2008 11:36 PM
|
Feedback (12)
TypeLoadExceptionHolder object can be inserted during unsuccessful Bynary Deserialization
posted @
Thursday, May 01, 2008 11:13 PM
|
Feedback (0)
AppendIfNotContains string helper method
posted @
Sunday, March 02, 2008 3:00 PM
|
Feedback (0)
Min and Max methods for DateTime
posted @
Thursday, February 21, 2008 4:50 PM
|
Feedback (1)
Problems after Installing VS 2008 side-by-side with VS 2005
posted @
Monday, January 28, 2008 11:59 AM
|
Feedback (1)
Insert new lines in XML text using Visual Studio.
posted @
Monday, January 21, 2008 7:48 PM
|
Feedback (1)
Passing null parameters to String.Format is safe
posted @
Wednesday, January 09, 2008 3:54 PM
|
Feedback (2)
SQL Server Reporting Services Notes
posted @
Sunday, November 25, 2007 7:55 PM
|
Feedback (0)
DataView.Sort doesn't accept long name for direction
posted @
Monday, October 22, 2007 8:06 PM
|
Feedback (2)
EnitySpaces: the same Query can be used to save multiple tables
posted @
Sunday, October 21, 2007 3:01 PM
|
Feedback (0)
Issues using binary serialization to store object state for unit tests
posted @
Saturday, October 20, 2007 3:18 PM
|
Feedback (0)
Generic function to Find Duplicates in Generic List
posted @
Thursday, October 18, 2007 4:02 PM
|
Feedback (1)
Stop background find in "visual studio" not always stops search
posted @
Sunday, October 14, 2007 8:15 PM
|
Feedback (4)
Generic function to removeDuplicates from Generic List
posted @
Tuesday, September 11, 2007 3:42 PM
|
Feedback (1)
Helper Classes that I am using.
posted @
Monday, September 03, 2007 6:35 PM
|
Feedback (0)
"This SqlTransaction has completed; it is no longer usable." errors
posted @
Monday, September 03, 2007 1:08 AM
|
Feedback (6)
Reading AppSettings to be Unit Test friendly.
posted @
Wednesday, July 25, 2007 9:57 AM
|
Feedback (0)
Error: "Cannot perform 'Like' operation on System.Int64 and System.String"
posted @
Sunday, July 15, 2007 11:39 AM
|
Feedback (1)
Workaround "The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect" error.
posted @
Wednesday, June 20, 2007 12:45 AM
|
Feedback (2)
No Copy Constructor support in .Net framework.
posted @
Friday, May 25, 2007 12:46 PM
|
Feedback (3)
DataHelper.ExecuteDataset for different database providers
posted @
Monday, March 19, 2007 10:57 AM
|
Feedback (1)
Compile DVR-MS Editor in .Net 2.0
posted @
Thursday, March 01, 2007 8:19 AM
|
Feedback (2)
"Configure Data Source" Wizard reads assemblies from BIN directory regardless of specified Build Output Path in VB WAP project
posted @
Friday, February 09, 2007 8:04 PM
|
Feedback (0)
Parser Error Message: Access to the path is denied. caused by SourceSafe merge.
posted @
Thursday, January 04, 2007 11:24 AM
|
Feedback (2)
No way to specify namespace for Typed-Dataset
posted @
Friday, December 29, 2006 9:57 AM
|
Feedback (0)
Visual Studio 2005 SP1: Unable to detach from one or more processes
posted @
Thursday, December 28, 2006 7:45 AM
|
Feedback (1)
Print UserAccountControl AD property programmatically.
posted @
Friday, December 08, 2006 9:01 AM
|
Feedback (1)
Update appSettings in App.Config for executable.
posted @
Tuesday, November 21, 2006 3:48 PM
|
Feedback (1)
Dataset.Merge should invoke virtual Table.Clone for copied tables.
posted @
Saturday, November 11, 2006 8:32 AM
|
Feedback (1)
After Merge of Typed Dataset access to row fields causes System.ArgumentException
posted @
Friday, November 10, 2006 12:58 PM
|
Feedback (1)
Calling C unmanaged DLL with with output parameters char **result from C#
posted @
Tuesday, October 31, 2006 1:19 PM
|
Feedback (2)
Invoke Executable as custom action during Install.
posted @
Monday, October 23, 2006 11:14 PM
|
Feedback (0)
LogCategory combo-box in Enterprise Library Exception Handling Application Block.
posted @
Monday, October 16, 2006 4:34 PM
|
Feedback (0)
Unable to call parameterized constructor for type arguments in Generic class.
posted @
Monday, October 02, 2006 12:41 PM
|
Feedback (2)
DataSetHelper.SelectDistinct method for multiple columns
posted @
Friday, September 15, 2006 12:19 PM
|
Feedback (2)
Handling missing source columns in DataSetHelper.InsertInto method
posted @
Monday, September 11, 2006 8:33 AM
|
Feedback (0)
Difference in HybridDictionary and Generic Dictionary Item behavior if the specified key is not found
posted @
Wednesday, August 16, 2006 11:38 AM
|
Feedback (1)
.Net SQL Parser
posted @
Saturday, August 12, 2006 3:36 PM
|
Feedback (3)
Debug helper functions for Regex/Match classes
posted @
Friday, August 04, 2006 4:53 PM
|
Feedback (0)
ImportRow to DataTable with reference to a new row
posted @
Wednesday, August 02, 2006 12:38 PM
|
Feedback (1)
VB.Net compiler error when compare with Nothing.
posted @
Monday, July 24, 2006 8:54 AM
|
Feedback (0)
use VS 2005 or VS 2003 due to VS 2005 slowness?
posted @
Wednesday, July 19, 2006 10:37 AM
|
Feedback (0)
Calling VS 2005 tests from Windows forms test harness
posted @
Thursday, July 06, 2006 3:57 PM
|
Feedback (0)
Ado.Net 2.0 How SqlCommandBuilder works.
posted @
Thursday, July 06, 2006 10:40 AM
|
Feedback (1)
Thread-safe MessageBox in Windows form
posted @
Tuesday, July 04, 2006 11:04 AM
|
Feedback (0)
Running Jscript demo functions from MSDN samples.
posted @
Wednesday, June 21, 2006 7:53 AM
|
Feedback (0)
Set a property for ISSWebFile in subfolder.
posted @
Friday, June 16, 2006 9:01 AM
|
Feedback (3)
Configuration.Save Method parameters combination
posted @
Friday, June 09, 2006 7:41 AM
|
Feedback (0)
Using Configuration.Section to access subsection
posted @
Friday, May 12, 2006 8:08 AM
|
Feedback (6)
Installing ASP.NET 2.0 Application -ensure that it runs ASP.Net 2.0
posted @
Thursday, April 27, 2006 1:09 PM
|
Feedback (0)
Parameters for WebConfigurationManager.OpenWebConfiguration(RootVDir, SiteNumber)
posted @
Tuesday, March 28, 2006 12:27 PM
|
Feedback (1)
MetaBuilders.ComboBox compile with Visual Studio 2005
posted @
Friday, March 24, 2006 10:06 AM
|
Feedback (2)
Unexpected Changes in AxInterop.SHDocVw.dll
posted @
Wednesday, March 15, 2006 7:31 AM
|
Feedback (0)
Set defaultProxy configuration Element for Proxy Server
posted @
Wednesday, March 08, 2006 11:19 AM
|
Feedback (2)
Function to Clone DataView with new sort column(s)
posted @
Thursday, March 02, 2006 1:20 PM
|
Feedback (3)
Change NullValue behavior for generated Typed Datasets in Visual Studio 2005.
posted @
Thursday, March 02, 2006 9:23 AM
|
Feedback (0)
Partial classes in .Net 2.0 do not allow to split property into different classes
posted @
Thursday, March 02, 2006 7:15 AM
|
Feedback (0)
Different Web Setup Projects should have different output directories in Visual Studio 2005
posted @
Friday, February 24, 2006 2:07 PM
|
Feedback (0)
Dynamic Web Services reference URL in Visual Studio 2005
posted @
Friday, February 24, 2006 9:01 AM
|
Feedback (0)
"Visual Studio 2005 is very slow" -some tips for ASP.NET projects
posted @
Tuesday, February 21, 2006 8:14 AM
|
Feedback (2)
Visual Basic function IsDate depends on Current Culture.
posted @
Monday, February 20, 2006 11:29 AM
|
Feedback (0)
Backup source files using MSBuild project.
posted @
Friday, February 17, 2006 2:09 PM
|
Feedback (0)
Parsing web.config with XmlDocument.SelectSingleNode
posted @
Thursday, February 02, 2006 1:17 PM
|
Feedback (7)
Using VS 2005 Web Setup Project with custom actions
posted @
Thursday, February 02, 2006 12:02 PM
|
Feedback (2)
Namespace can't be shared between 2 assemblies in Visual Studio 2005
posted @
Thursday, February 02, 2006 7:16 AM
|
Feedback (0)
Suggestions/bugs ranking on MS product feedback site
posted @
Wednesday, January 18, 2006 9:52 AM
|
Feedback (0)
Quick Start of Debugger in VS 2005 Tip required manually handle Dependencies.
posted @
Tuesday, January 17, 2006 9:23 AM
|
Feedback (0)
GetTypeFromCLSID changes in .Net Framework 2.0
posted @
Wednesday, January 11, 2006 8:54 AM
|
Feedback (1)
DirectorySearcher.FindAll() -should have PageSize=1000
posted @
Tuesday, December 20, 2005 7:01 AM
|
Feedback (26)
COMException (0x80004005): Unspecified error] in DirectorySearcher.FindAll() means LDAP string is invalid.
posted @
Monday, December 19, 2005 10:58 AM
|
Feedback (7)
Differences between Visual Basic Trim function and String.Trim() method
posted @
Friday, November 11, 2005 1:11 PM
|
Feedback (14)
«
November
»
Sun
Mon
Tue
Wed
Thu
Fri
Sat
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
About
Contact
Login
Article Categories
ASP.NET
.Net Framework
DotNetNuke
Code Generation
Helper Classes
Archives
September, 2009 (3)
August, 2009 (1)
July, 2009 (5)
June, 2009 (5)
May, 2009 (7)
April, 2009 (2)
March, 2009 (5)
February, 2009 (5)
January, 2009 (10)
December, 2008 (8)
November, 2008 (7)
October, 2008 (5)
September, 2008 (3)
August, 2008 (4)
July, 2008 (15)
June, 2008 (4)
May, 2008 (12)
April, 2008 (6)
March, 2008 (6)
February, 2008 (14)
January, 2008 (11)
December, 2007 (2)
November, 2007 (3)
October, 2007 (18)
September, 2007 (7)
August, 2007 (2)
July, 2007 (6)
June, 2007 (9)
May, 2007 (10)
April, 2007 (2)
March, 2007 (19)
February, 2007 (5)
January, 2007 (3)
December, 2006 (6)
November, 2006 (6)
October, 2006 (7)
September, 2006 (10)
August, 2006 (17)
July, 2006 (9)
June, 2006 (6)
May, 2006 (9)
April, 2006 (7)
March, 2006 (21)
February, 2006 (22)
January, 2006 (11)
December, 2005 (5)
November, 2005 (5)
October, 2005 (8)
September, 2005 (5)
August, 2005 (4)
July, 2005 (2)
Post Categories
DotNetNuke
ASP.NET
.Net Framework
SQL Server
Active Directory
MS Access
Deployment
Web Services/WCF
Z39.50
Code Generation
.Net Remoting
Blogging
Testing/Debugging/Logging
MOM
Visual Studio/TFS
AJAX
CSS/DHTML/JavaScript
Workflow
General Tips
LINQ
Links
My del.icio.us
My MS feedback
Syndication:
RSS
ATOM