Depechie

Stories kicked 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

Entity Framework – Some common hurdles(blogs.microsoft.co.il)

submitted by kim_majorkim_major(375) 3 years, 6 months ago

This is a post that tries to address some of the "issues" in the Entity Framework such as 'Eager Loading' and 'Change Tracking' read more...

add a comment |category: |Views: 30

tags: another

Generic Dijkstra's Algorithm(improve.dk)

submitted by orcaorca(820) 4 years ago

Through various projects, I've had to do some shortest-path finding in a connected graph. An efficient and straight-forward way to do this is using Dijkstra's Algorithm. While I've used the algorithm on several occasions, it's only now that I've rewritten it in generic form. read more...

add a comment |category: |Views: 229

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

In depth: The ASP.NET MVC Pipeline(blog.codeville.net)

submitted by desmonddesmond(2014) 4 years, 6 months ago

Lots of technical details about the new ASP.NET MVC framework, with a comprehensive diagram of the whole pipeline. A great way to get to know the new framework. read more...

2 comments |category: |Views: 452

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

My new little friend, Enum<T>(devlicious.com)

submitted by bennagebennage(1150) 4 years, 8 months ago

Some description of a help class for working with Enumerations. read more...

2 comments |category: |Views: 46

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

FolderSize for Windows(codebetter.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Folder Size for Windows adds a new column to the Details view in Windows Explorer. The new column shows not only the size of files, but also the size of folders. It keeps track of which folders you view, and scans them in the background so you can see complete size of all files within the folder. It's very useful for cleaning up your disk. Once you get used to having that information available, a directory listing simply looks incomplete without it! read more...

add a comment |category: |Views: 7

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