Quantcast
Channel: Software Programming
Browsing all 6 articles
Browse latest View live

Facebook SDK to post on Facebook wall

The easiest way to integrate Facebook that I found was to use the facebook login button. You can go to http://developers.facebook.com/docs/reference/plugins/login/ and get the code in under a minute....

View Article



Speed Up Visual Studio 2010

If you are tired of VS 2010 being extremly slow, try these steps below. Tools > Options > Environment > Uncheck "Automatically adjust visual experience based on client performance" then...

View Article

LINQ - The incoming tabular data stream (TDS) remote procedure call (RPC)...

I was pulling a comma delimited string from a database table and passing it back into another call on my LINQ code. Dim MultipleValues = ( _ From s In db.Sources _ Where s.SourceId = MySourceId _...

View Article

Global Error Handling in ASP.Net applications

When doing code reviews, I have seen users write try catch blocks on every single page on every function to log the error that happened. An easier way to handle the exceptions is to use the...

View Article

Microsoft Access and the Where clause for boolean fields

In process of updating a really old application that was built in Classic ASP using Microsoft Access, ran into an interesting issue.   One of the queries on the website would not generate the expected...

View Article


SQL Server Performance Improvement by 40 percent

I recently started noticing that my SQL Server was taking up too much CPU on my server. With help from a good friend of mine, we identified the queries that needed some rework. The best recommendation...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images