Friday, December 2, 2011
Extension Methods: Straight to the Point!
This post has moved along with the rest of this blog to WordPress please go to this link here: http://obscureproblemsandgotchas.com/uncategorized/extension-methods-straight-to-poin/
Thursday, November 10, 2011
C# String PadLeft() and PadRight()
This post has moved along with the rest of this blog to WordPress please go to this link here: http://obscureproblemsandgotchas.com/uncategorized/c-string-padleft-and-padrig/
Sunday, September 11, 2011
Remoting Servers 101
This post has moved along with the rest of this blog to WordPress please go to this link here: http://obscureproblemsandgotchas.com/uncategorized/remoting-servers-101/
Friday, September 9, 2011
Adventures In Web Service and Remoting Server Craziness
This post has moved along with the rest of this blog to WordPress please go to this link here: http://obscureproblemsandgotchas.com/uncategorized/adventures-in-web-service-and-remoting/
Labels:
.net,
1.1,
4.0,
found,
k__backingfield,
not,
remoting,
serialization,
server,
service,
Web,
xml
Thursday, September 8, 2011
Remoting Server Troubleshooting
This post has moved along with the rest of this blog to WordPress please go to this link here: http://obscureproblemsandgotchas.com/uncategorized/remoting-server-troubleshooting/
Thursday, September 1, 2011
SQL Server: Tips on Declaring a Decimal Data Type
This post has moved along with the rest of this blog to WordPress please go to this link here: http://obscureproblemsandgotchas.com/uncategorized/sql-server-tips-on-declaring-decima/
Sunday, August 7, 2011
Blog Title
I changed the title of my blog because I am going to encompass all topics that have baffled me or confused me. I haven't gotten around to it yet, but I am going to post about an irrigation system that I had a lot of trouble with. I want to construct it with photographs and make it very legible and easy to understand. I couldn't find ANY help online with my problem, so I am going to make an effort to fix that problem.
Monday, August 1, 2011
HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Error Code: 0x8007000d
This post has moved along with the rest of this blog to WordPress please go to this link here: http://obscureproblemsandgotchas.com/uncategorized/http-error-50019-internal-server-error/
Friday, July 29, 2011
How to Iterate Through all Enums from a Class in C#
This post has moved along with the rest of this blog to WordPress please go to this link here: http://obscureproblemsandgotchas.com/uncategorized/how-to-iterate-through-all-enums-fro/
Wednesday, July 20, 2011
How to connect to a remote SQL Server
I posted about this on Stackoverflow.com
http://stackoverflow.com/questions/2486610/how-to-connect-to-sql-server-from-another-computer/6765184#6765184
I think I will revisit this later to find the correct 1 way solution to this problem.
http://stackoverflow.com/questions/2486610/how-to-connect-to-sql-server-from-another-computer/6765184#6765184
I think I will revisit this later to find the correct 1 way solution to this problem.
Tuesday, July 19, 2011
Cisco IP Communicator Virtual IP Phone Hijacks Port 80 When You Aren't Looking
This post has moved along with the rest of this blog to WordPress please go to this link here: http://obscureproblemsandgotchas.com/uncategorized/cisco-ip-communicator-virtual-ip-phone/
Friday, July 8, 2011
Windows 7: How to locate a task you created in the Task Scheduler
This post has moved along with the rest of this blog to WordPress please go to this link here: http://obscureproblemsandgotchas.com/uncategorized/windows-7-how-to-locate-task-you/
Sunday, June 26, 2011
Monetized my site
I monetized my site cause I am a poor bastard and maybe I can make a few cents, who knows. Wasn't really doing this to make money, but hell who knows what could happen in the future.
How to install sql server management studio 2008 component only
I posted an answer to this question on Stack Overflow here
Wednesday, June 22, 2011
Storing null in a Column will compile, but will cause run time exception
This post has moved along with the rest of this blog to WordPress please go to this link here: http://obscureproblemsandgotchas.com/uncategorized/storing-null-in-column-will-compile-bu/
Friday, June 10, 2011
UPDATE SELECT FROM JOIN
This post has moved along with the rest of this blog to WordPress please go to this link here: http://obscureproblemsandgotchas.com/uncategorized/update-select-from-join/
Thursday, June 9, 2011
Background goes white on post back
This post has moved along with the rest of this blog to WordPress please go to this link here: http://obscureproblemsandgotchas.com/uncategorized/background-goes-white-on-post-back/
Wednesday, June 8, 2011
++i vs. i++, YES they are different!
This post has moved along with the rest of this blog to WordPress please go to this link here: http://obscureproblemsandgotchas.com/uncategorized/i-vs-i-yes-they-are-differen/
Tuesday, June 7, 2011
DataTable.Compute() woes
This post has moved along with the rest of this blog to WordPress please go to this link here: http://obscureproblemsandgotchas.com/uncategorized/datatablecompute-woes/
Friday, May 27, 2011
Highlighting Syntax in Blogger and other Blogs
Ha found it already and I will figure it out later.
http://stackoverflow.com/questions/679189/formatting-code-snippets-for-blogging-on-blogger
Multiple Lines to a Single Line using Powershell
This post has moved along with the rest of this blog to WordPress please go to this link here: http://obscureproblemsandgotchas.com/uncategorized/multiple-lines-to-single-line-using/
Yay another blog site about coding
This is the first post and I am going to just gloss over why I am creating this site. I am creating it to share things I find while I am developing other things. I like finding really obscure issues and just making people aware that they exist. I do not consider myself an authority on code, so please don't think everything I am saying is fact, just offering stuff for people to look at and maybe solve their problems too.
That being said there will probably be spelling mistakes, grammatical errors and other issues, but this site is not for philosophy of coding practices (I might contradict that later) it is for reference (right now) to just log things I find as I am working through out the day.
I have a lot of content I want to share and there are sites I would like to contribute to such as CodeProject.com and other sites, but I don't have the time to go through the approval process at the moment. I will polish what I did later and possibly re post certain things I have here on www.codeproject.com.
Enjoy
That being said there will probably be spelling mistakes, grammatical errors and other issues, but this site is not for philosophy of coding practices (I might contradict that later) it is for reference (right now) to just log things I find as I am working through out the day.
I have a lot of content I want to share and there are sites I would like to contribute to such as CodeProject.com and other sites, but I don't have the time to go through the approval process at the moment. I will polish what I did later and possibly re post certain things I have here on www.codeproject.com.
Enjoy
Subscribe to:
Posts (Atom)