Upcoming stories

Another Way To Kick-start F# WPF Apps(bloggemdano.blogspot.com)

submitted by dmohldmohl(113) 6 days, 15 hours ago

This post introduces a new F# WPF Empty project template. read more...

add a comment |category: |Views: 5

tags: another

Fluent NHibernate Solution to enable SchemaExport to create HiLo colum(anthonydewhirst.blogspot.com)

submitted by FlukeFanFlukeFan(280) 6 days, 14 hours ago

I spent a few hours recently trying to figure out why Fluent NHibernate (FNH) wasn’t doing what I thought it should be doing when using the HiLo generator conventions and then using the SchemaExport tool to generate my schema. After eventually looking at the hbm files that FNH was producing for a possible error and to make sure that I was using FNH correctly, I realised that FNH wasn't the problem, and that the problem lies within SchemaExport. I have created a solution ... for FNH shown below. read more...

add a comment |category: |Views: 3

tags: another

JustCode for JavaScript Developers(bristowe.com)

submitted by KodefuGuruKodefuGuru(2599) 6 days, 1 hour ago

Along with the inspections done by Visual Studio, JustCode conducts code analysis, which provides a list of errors and warnings found in your JavaScript. It does so by applying a list of custom inspections of your solution on-the-fly, without interrupting your work. read more...

add a comment |category: |Views: 3

tags: another

Performance - Using .Net and COM(itaibh.blogspot.com)

submitted by flyingkickflyingkick(331) 5 days, 18 hours ago

Yesterday I was given a task to help improve the performance of a feature. I was told that the feature was written in a very straight forward way, nearly no optimizations taken. The problem was that it took several minutes (yes, minutes) to run, rather than a few seconds or better than that. read more...

1 comment |category: |Views: 3

tags: another

Clearer MVC(msprogrammer.serviciipeweb.ro)

submitted by flyingkickflyingkick(331) 5 days, 18 hours ago

In every application there are some variables that are set by the ASP.NET application( ASP.NET_SessionId cookie ) and some that are set by the programmer( cached data in Application/Session/Cache/Cookies and so on).I wanted every time to have a page where I can “clear” / delete those – and not found. So it’s the Clearer project. read more...

add a comment |category: |Views: 7

tags: another

Programmatically changing Visual States of HubTile controls used as Li(www.windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2132) 5 days, 16 hours ago

Programmatically changing Visual States of HubTile control used as ListBox Items read more...

add a comment |category: |Views: 1

tags: another

About Telerik RadTreeView for WinForms and its Supercharged engine (blogs.telerik.com)

submitted by vaskessvaskess(110) 5 days, 16 hours ago

In Q1 2011 we introduced a highly improved version of the RadTreeView control which had all of its internal parts rebuilt in order to support full UI virtualization and customization. This allowed us to attach a new data engine that provided many new and useful features such as built-in filtering and sorting independent from the external data-sources, and support for CRUD operations. But “Is the new RadTreeView really faster than the previous one”? read more...

add a comment |category: |Views: 3

tags: another

Starting TeamCity builds from HipChat using Github Hubot(www.laurentkempe.com)

submitted by laurentkempelaurentkempe(312) 5 days, 7 hours ago

After writing about “Running your TeamCity builds from PowerShell for any Git branch” I’d like to talk about another integration which is using Github Hubot so that the build could be started directly form a chat room. So using the same idea, which is to extend our development environment, we implemented a way to start TeamCity builds directly from our HipChat room. You could do the same from Campfire for sure. read more...

add a comment |category: |Views: 1

tags: another

App.config Configuration file magic via Smith.BuildExtensions(blog.smithfamily.dk)

submitted by websmithwebsmith(70) 4 days, 20 hours ago

Show how you can do app.config and web.config transformations and share configurations across projects and solutions, so you only have to create your settings in one place. read more...

add a comment |category: |Views: 4

tags: another

Configure WebMatrix/IIS Express to work with WP7 on Windows 7(www.primordialcode.com)

submitted by alkampferalkampfer(1753) 4 days, 18 hours ago

This post describes how to Configure WebMatrix/IIS Express to work with WP7 on Windows 7 read more...

add a comment |category: |Views: 3

tags: another

Reset PageNumber per Report Group in Telerik Reporting(blogs.telerik.com)

submitted by vaskessvaskess(110) 4 days, 10 hours ago

In Telerik Reporting, the PageNumber object can only be used in the page header and page footer sections. It contains the current page number and its value is increased with one for every new page. In some scenarios, it is useful to alter the page number based on a condition and the most frequent scenario being asked is resetting the PageNumber after each group. read more...

add a comment |category: |Views: 1

tags: another

Book review: Working with NHibernate 3.0(jclaes.blogspot.com)

submitted by JefClaesJefClaes(541) 4 days, 8 hours ago

It's been a while since I wrote my last book review, mostly because I'm still trying to figure out when it adds value to write one. For this one it was pretty obvious, there are far too little reviews out there. Being new to NHibernate, and NHibernate being known as having a steep learning curve, I thought it would be a good idea to do some reading. Searching for books on NHibernate 3.0... read more...

add a comment |category: |Views: 4

tags: another

Dynamic CSS with Razor and no LESS (part 1)(www.h3mm3.com)

submitted by hemmehemme(169) 4 days, 8 hours ago

When I customize a web site template, I always replace the color palette looking for a consistent set of colors. In this series I’ll tell how I managed to speed up the whole process, by building a set of Razor functions and push the Razor syntax inside a CSS stylesheet. read more...

add a comment |category: |Views: 6

tags: another

Populate dropdown based selection in DetailsView or GridView(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(904) 3 days, 21 hours ago

Populate dropdown based on first in DetailsView GridView read more...

add a comment |category: |Views: 3

tags: another

Windows Phone App Development for Beginners #6 Layout(www.windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2132) 3 days, 18 hours ago

Windows Phone 7 App Development for Beginners #6 Layout read more...

add a comment |category: |Views: 0

tags: another

Developing for a multitude of clients: Strategies for code reuse...(www.silverlightshow.net)

submitted by KMillerrKMillerr(1907) 3 days, 13 hours ago

In this article series, we're going to try and tackle a problem (or opportunity, depending on how you want to put it) a lot of business face today: customers expect to be able to use your applications on a multitude of devices, with different form factors, supporting different technologies. read more...

add a comment |category: |Views: 8

tags: another