Blogopogo - csharphowto.blogopogo.com - C Sharp HOWTO - c# code examples. Solutions to everyday tasks.

Latest News:

Quickly going through LINQ basic syntax and components 4 Jul 2013 | 02:44 am

One good place to obtain a step by step progression into how LINQ works is the book called LINQ Pocket Reference  by O’Reilly http://shop.oreilly.com/product/9780596519254.do The examples presented ...

Starting point for a c# WinForms application to control a RC car 23 Jun 2013 | 03:15 am

I found the following link to a c# form application to control an RC car using a DB25 port. http://channel9.msdn.com/coding4fun/articles/Computer-Controlled-RC-Car-with-Camera

An up to date document about the pros and cons of website projects vs web application projects 6 Jun 2013 | 02:46 am

From the MSDN website comes a clear starting point in understanding the differences between types of asp.net deployments: a website project against a web applicatio http://msdn.microsoft.com/en-us/lib...

A list of ASP.NET page directives and their usage 6 Jun 2013 | 02:24 am

I was looking for a list of asp.net page directives and found the following article from the MSDN library: http://msdn.microsoft.com/en-us/library/ydy4x04a%28v=vs.100%29.aspx One that I liked in parti...

The reason for the AutoEventWireup directive in asp.net 6 Jun 2013 | 01:24 am

While researching the reason for the autowireup=true directive in asp.net web pages, I found this article from  Microsoft Support explaining that as a performance boost, the setting can be turned off....

HttpFox: a Firefox add-on to look at HTTP requests in detail 5 Jun 2013 | 06:30 pm

In page 11 of the MS Self-paced training kit for exam 70-515, the authors describe utilities that can be purchased to monitor all HTTP protocol calls  for a web browser like Internet Explorer. However...

Standard ASP.NET web forms work with the POST method only by default 5 Jun 2013 | 06:00 pm

I just found out that the standard ASP.NET web forms only work with the POST method instead of the GET method only. There is no built in option to transform data sent from an ASP.NET form to itself or...

[SOLVED] run-time error: microsoft.jet.oledb.4.0 provider is not registered on the local machine 2 Jun 2013 | 02:20 pm

This error happened when I was attempting to run an application created on a 64-bit Windows system. This particular provider (oledb 4.0) is not available in 64-bit versions and it will cause problems ...

Obtain sample files for the book MCTS Self-Paced Training Kit. Web Applications Development .Net framework 4 2 Jun 2013 | 01:04 am

This is the location for the sample code that accompanies the Self Paced Training Kit for exam Web applications development (Exam 70 151) http://examples.oreilly.com/9780735627406-files/ The zip file ...

Location of the Visual c# Express 2010 standalone installer (iso) 2 Jun 2013 | 12:05 am

Just like I managed to find the standalone version of Visual Web development studio 2010 in an ISO format, the Visual c# 2010 Express also exists as a standalone installer. A standalone installer make...

Recently parsed news:

Recent searches: