Depechie

Stories submitted by Depechie

Use Bing Maps SetView method with MVVM messaging on Windows Phone 7(depblog.weblogs.us)

submitted by DepechieDepechie(120) 1 year, 2 months ago

When you are developing on the Windows Phone 7 and want to use Bing Maps, you'll notice not everything is 100% MVVMable. On example is the use of the SetView method, here I explain a solution by using the MVVMLight messaging features. read more...

add a comment |category: |Views: 39

tags: another

Clientside charts with Asp.net MVC and jQuery through jqPlot(depblog.weblogs.us)

submitted by DepechieDepechie(120) 2 years, 8 months ago

Create dynamic charts through use of Asp.Net MVC in combination with clientside jQuery and the charting plugin jqPlot. read more...

add a comment |category: |Views: 367

tags: another

Entity Framework - usage hurdles and tips(depblog.weblogs.us)

submitted by DepechieDepechie(120) 3 years, 6 months ago

Some tips and tricks I found out when trying out the Entity Framework in a Winforms application. read more...

add a comment |category: |Views: 10

tags: another

Serialize/Deserialize objects in .Net (depblog.weblogs.us)

submitted by DepechieDepechie(120) 4 years, 1 month ago

It seems new members of a .Net class get set to Null when deserializing from an older binary version. read more...

add a comment |category: |Views: 28

tags: another

Change default windows user through LCID(depblog.weblogs.us)

submitted by DepechieDepechie(120) 4 years, 7 months ago

Change the default windows xp ( or vista ) users regional settings through the use of a LCID code with .Net c# ! This default user is the template that gets used to create new users in Windows. read more...

add a comment |category: |Views: 38

tags: another

Clean .Net program install package through ILMerge(depblog.weblogs.us)

submitted by DepechieDepechie(120) 4 years, 10 months ago

Get a nice small clean install base package of your software assemblies through use of ILMerge ! read more...

add a comment |category: |Views: 25

tags: another

DateTime formatting the .Net way(depblog.weblogs.us)

submitted by DepechieDepechie(120) 5 years, 7 months ago

Some weird 'thruths' about the DateTime formatting in .Net, that wouldn't actually seem obvious ! read more...

add a comment |category: |Views: 8

tags: another

Disable Theming and StyleSheet theme for one specific page in Asp.Net(depblog.weblogs.us)

submitted by DepechieDepechie(120) 5 years, 11 months ago

Disable all layouting for one specific page, when using Theming in Asp.net 2.0 read more...

add a comment |category: |Views: 7

tags: another