OpenPGP is used to transfer information, usually email messages between two people in a secure way by encrypting the information while not letting the encrypting sude know how to decrypt the information.
Saturday, December 27, 2008
BugTracker.NET
home page is here :
http://ifdefined.com/bugtrackernet.html
it has a screen capture utility added with source code.
I want to check the Active Directory Integration.
Saturday, October 25, 2008
Serialization of Objects
Serialization using XML - Work on Mobile windows too
Paul Whitaker provides his own version of serialization to and from string here :
http://geekswithblogs.net/paulwhitblog/archive/2007/07/20/114076.aspx
Binary Serialization
CSharp Corner article by Bipin Joshi about object serialization in general using BinaryFormatter
http://www.c-sharpcorner.com/UploadFile/bipinjoshi/serializingObjectsinCS11102005234746PM/serializingObjectsinCS.aspx
Serialization in Windows Communication Foundation by Anil Gupta
http://www.codeproject.com/KB/WCF/Serialization_in_WCF.aspx
Paul Whitaker provides his own version of serialization to and from string here :
http://geekswithblogs.net/paulwhitblog/archive/2007/07/20/114076.aspx
Binary Serialization
CSharp Corner article by Bipin Joshi about object serialization in general using BinaryFormatter
http://www.c-sharpcorner.com/UploadFile/bipinjoshi/serializingObjectsinCS11102005234746PM/serializingObjectsinCS.aspx
Serialization in Windows Communication Foundation by Anil Gupta
http://www.codeproject.com/KB/WCF/Serialization_in_WCF.aspx
IE freezes when opening a new page after closing it
I search on google for the following "ie hangs when opening"
http://www.google.com/search?sourceid=navclient&aq=t&ie=UTF-8&rlz=1T4GGLD_en___IL223&q=ie+hangs+when+opening
KB : Internet Explorer hangs when accessing files Problem
Microsoft KB on IE hanging can be found here :
http://support.microsoft.com/kb/816769/en-us
they are saying that accessing the same files after closing explorer and reopening, you the that IE shuts down but it did not and it is trying to access the file which is still used by the previous session.
The fix is to download XP service pack, there is no special hot fix for this problem, but this is a confirmed problem.
Flgall is writing on the same problem on his blog, his problem was on win98 and with a corrupt oleauto32.dll
http://www.felgall.com/brsie8.htm
Another user suggests reseting IE7, under "Tools -> Advanced", and clicking "Reset" button.
http://techrepublic.com.com/5208-6230-0.html?forumID=101&threadID=215179&messageID=2477500
http://www.google.com/search?sourceid=navclient&aq=t&ie=UTF-8&rlz=1T4GGLD_en___IL223&q=ie+hangs+when+opening
KB : Internet Explorer hangs when accessing files Problem
Microsoft KB on IE hanging can be found here :
http://support.microsoft.com/kb/816769/en-us
they are saying that accessing the same files after closing explorer and reopening, you the that IE shuts down but it did not and it is trying to access the file which is still used by the previous session.
The fix is to download XP service pack, there is no special hot fix for this problem, but this is a confirmed problem.
Flgall is writing on the same problem on his blog, his problem was on win98 and with a corrupt oleauto32.dll
http://www.felgall.com/brsie8.htm
Another user suggests reseting IE7, under "Tools -> Advanced", and clicking "Reset" button.
http://techrepublic.com.com/5208-6230-0.html?forumID=101&threadID=215179&messageID=2477500
Thursday, October 16, 2008
PHM Registry Editor for Mobile Windows
link to the application is :
http://www.phm.lu/Products/PocketPC/RegEdit/
http://www.phm.lu/Products/PocketPC/RegEdit/
Monday, October 6, 2008
Friday, October 3, 2008
Shrinking SQL2005 database
here is a post on shrinking sql2005 databases.
It is called "Truncating Log Files and Recovering Space" and written by SQLCleanup team.
http://www.sqlcleanup.com/2008/sql-2005-truncating-log-files-and-recovering-space/
Notine that the data file is shrinked too, which is the real operator here.
It is called "Truncating Log Files and Recovering Space" and written by SQLCleanup team.
http://www.sqlcleanup.com/2008/sql-2005-truncating-log-files-and-recovering-space/
Notine that the data file is shrinked too, which is the real operator here.
Saturday, September 27, 2008
Tuesday, February 5, 2008
.NET App.Config file settings
Using .NET App.Config file
http://geekswithblogs.net/akraus1/articles/64871.aspx
http://geekswithblogs.net/akraus1/articles/64871.aspx
Encrypting connection strings in app.config
Article by nick fessel : Encrypting connection strings in app.config II
Second article, shows how .NET can encrypt the settings.
http://www.nickfessel.com/index.php?post=13
Second article, shows how .NET can encrypt the settings.
http://www.nickfessel.com/index.php?post=13
Subscribe to:
Comments (Atom)