M@rkJakes.com

A blog of Mark's musings
  • rss
  • Home
  • Tech Blog
  • Dev Blog
  • Radio Blog
  • Rants
  • Music Interests

Entries categorized 'Dev Blog'

  • rss

DotNet4 without the web installer

The Admin 2/10/2012 2:05:00 PM

When deploying DotNet applications onto servers, you really don't want to have to install the Microsoft 'WebInstaller'. This 'WebInstaller'' is a download manager and, despite Microsoft insisting you should use the thing by leading you on a merry circular dance on their 'downloads'...

Continue reading...

Comments
No Comments
Category
Dev Blog
 

Callback and Multicast delegates in C#

The Admin 9/20/2011 8:45:00 AM

I hear a lot of confusion around Delegates in C#, and today I am going to give it shot of explaining the stuff with easy to understand examples. First things first... I will consciously try NOT to use any technical jargon to explain this concept. So here we go, without giving any technical explanation...

Continue reading...

Comments
No Comments
Category
Dev Blog
 

Visual SVN - .svn/tmp directory may be missing or corrupt

The Admin 9/4/2011 12:28:00 AM

After messing around trying to create a new repository based on an existing one for a colleague, after importing my project directory and downloading from SVN to a new project I started to make some coding changes. All good. However, when I came to submit my changes I got the error ".svn/tmp directory...

Continue reading...

Comments
No Comments
Category
Dev Blog
Tags
visualsvn, svn-tmp-directory-may-be-missing-or-corrupt, svn
 

Writing objects to files – Serialization

The Admin 7/31/2011 1:47:00 PM

In this example I’m going to show how to store objects (instances of a class) in a file that can then later be read again. In this example we’ll be storing the objects in a binary file, in another example I’ll show how to use XML files. But what is Serialization? Serialization is the...

Continue reading...

Comments
1 Comment
Category
Dev Blog
 

Using the 'OUT' parameter in stored procedures in EF4/Silverlight

The Admin 7/22/2010 3:59:00 PM

This had me foxed this evening... I had a stored procedure that performed some wacky positioning on a document stored in a database. The detail is not important, except to say that I have a stored procedure that does wacky stuff on some rows, but then returns the 'result' as the row that has...

Continue reading...

Comments
No Comments
Category
Dev Blog
 

System.Windows.Ria missing when upgrading from SL3 to SL4

The Admin 6/6/2010 4:54:00 PM

Sometimes I kick myself for not checking out 'Breaking Changes' when upgrading from one version of a product to another and Silverlight is no different. When upgrading one of my projects from Silverlight 3 to Silverlight 4 I kept getting "The type or namespace name 'ria' does not...

Continue reading...

Comments
No Comments
Category
Dev Blog
 

Silverlight and RIA - Querying Associations

The Admin 5/2/2010 8:37:00 PM

This post is yet to be editied but is like this as a 'note to me!' :-) [Source: here ] Setup the foreign key relationship.. One SuperEmployee can have Many quotes. Then we can refresh our Entity Framework model as we saw earlier and this gets easier to see… Now we need set up the Quotes...

Continue reading...

Comments
No Comments
Category
Dev Blog
 

Load Operation Failed for query 'GetYourRecords'

The Admin 4/30/2010 10:24:00 PM

One possible solution to this error from Silverlight when you are trying to connect to a datasource could be the lack of permissions of the IIS user to access the database. Just follow these simple steps to solve the problem. [Source http://codingresource.blogspot.com/2010/01/login-failed-for-user-nt...

Continue reading...

Comments
No Comments
Category
Dev Blog
 

Debugging LoadOperations

The Admin 4/30/2010 9:49:00 PM

I was trying to track down a RIA connection issue and, to take other variables out of the equation I have this simple code running on the main page that loads: // Test data load VSICloudDomainContext Context = new VSICloudDomainContext(); LoadOperation lo = Context.Load(Context.GetProductsQuery()); lo...

Continue reading...

Comments
No Comments
Category
Dev Blog
 

Silverlight Showcase

The Admin 4/30/2010 4:45:00 PM

If you have ever wondered what Silverlight can do, and if you ever say "wow, thats good" but no source code is provided, then check out https://www.wiki-os.org/ . Every Silverlight developer should veiw this page for a little inspiration. It is one of those cool sites you visit that makes you...

Continue reading...

Comments
No Comments
Category
Dev Blog
 
  • Recent Posts

    • Installing VMWare Tools in Fedora16 (FC16) from scratch
    • DotNet4 without the web installer
    • FreeNAS and iSCSI
    • Using XP as an internet router
    • DCOM Errors on Server
  • Popular Posts

    • UK VHF Aeronautical Radio Frequencies
    • Using the 'OUT' parameter in stored procedures in EF4/Silverlight
    • System.Windows.Ria missing when upgrading from SL3 to SL4
    • Load Operation Failed for query 'GetYourRecords'
    • 99 Ways to improve performance on your (windows) PC
  • Recent Comments

    • The Admin on Using XP as an internet router
    • Dave on Using XP as an internet router
    • Matt on Bidfun.co.uk - Too good to be true!
    • The Admin on Exeter Airport Changes to Flight Waypoints
    • The Admin on Writing objects to files – Serialization
Powered by Graffiti CMS
  • design by jide
  • Theme converted to GraffitiCMS by Adonis Bitar