jims

Stories kicked by jims

WPF: Reducing CPU consumption for animations « C# Disciples(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 3 years, 11 months ago

Lately I’ve been working on a project at work and the application was performing pretty well. The CPU Usage was below 2% and I was quite happy with it. Then I decided to add a simple animation that continues executing forever… the results 15% CPU consumption … I was amazed at how much CPU was being wasted. Yet I am a stubborn guy and if I want an animation to execute forever, I will do it no matter what…. read more...

add a comment |category: |Views: 301

tags: another

Compound Operators Or How T-SQL Is Morphing Into VB Or C#(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years, 11 months ago

C# is becoming more dynamic (like Python and Ruby) but now SQL is becoming more like C# (but with LINQ C# is becoming more like SQL) Confused? SQL Server has added compound operators...................................... read more...

add a comment |category: |Views: 261

tags: another

Deep Fried Bytes: Episode 3: Twitter War Stories(deepfriedbytes.com)

submitted by cwoodruffcwoodruff(780) 3 years, 11 months ago

A group of Twitter power users met up on the last day of the TechEd 2008 Conference. They sat down with Deep Fried Bytes host and Twitter user Keith Elder to discuss their ideas, experiences and observations of the online service. Each person has their own reason for using Twitter but they all share a common theme. They all use Twitter to keep in touch with their friends and stay connected to keep relationships thriving. read more...

add a comment |category: |Views: 127

tags: another

Animation in-depth with Silverlight 2.0 Beta – Part Five(dotnetslackers.com)

submitted by faisalfaisal(1345) 3 years, 11 months ago

In the last part I’ve shown how the VideoBrush can be used and videos can be animated by dividing MediaElement into two parts. In this demonstration of Silverlight animation I’ll focus on transitional animation. We’ve seen this type of animation many times in movies, television commercials, music videos, in sting which we see at the beginning of any news. The wipe effect and dissolves are mostly used in film and television. There are other effects which fall into the category of wipe and dissolves. read more...

4 comments |category: |Views: 125

tags: another

Preserving Routes for SEO using the MVC Routing Engine(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 11 months ago

Short screencast showing how to preserve routes for SEO using the MVC Routing Engine read more...

add a comment |category: |Views: 159

tags: another

A jQuery Client Status Bar(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 11 months ago

Status bars are very useful in client applications to display well status information and having a reusable and easily callable and configured status component to display messages is extremely handy. Here's an implementation that uses jQuery plus a bit of CSS to make short work of displaying status content. read more...

add a comment |category: |Views: 940

tags: another

15 Tools to Help You Develop Faster Web Pages(sixrevisions.com)

submitted by rimsystemsrimsystems(6119) 3 years, 11 months ago

Response times, availability, and stability are vital factors to bear in mind when creating and maintaining a web application. If you’re concerned about your web pages’ speed or want to make sure you’re in tip-top shape before starting or launching a project, here’s a few useful, free tools to help you create and sustain high-performance web applications. read more...

1 comment |category: |Views: 737

tags: another

Rich domain modeling with Visual Studio 2008(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 11 months ago

LightSpeed 2.0 includes a powerful visual domain model designer that has support for database round tripping (auto update on schema changes, push model changes to the database), creates .NET 2.0 compliant or .NET 3.5 compliant code depending on the target framework of your project and customizable code generation templates. Drag and drop database support for SQL Server, Oracle, My SQL, SQLite and PostgreSQL is also supported right out of Visual Studio 2008. Free version available. read more...

2 comments |category: |Views: 273

tags: another

Functional C# - Unfolding Lists(codebetter.com)

submitted by cls2degcls2deg(1535) 3 years, 11 months ago

Very nice post on implementing ideas from functional programming with C#. read more...

add a comment |category: |Views: 353

tags: another

Turn Google App Engine into your own Personal Content Delivery Network(coderjournal.com)

submitted by zigamorphzigamorph(3319) 3 years, 11 months ago

As anybody who has run a growing website or blog knows, response time is going to get worse with the more users you have visiting your site. The users come from all angles, RSS feeds, homepage visits, search engine visits, people sealing your static files that you host, and pretty much anything else that can be served over HTTP. The solution to this problem is to off load your static content on to a Content Delivery Network or CDN. CDN providers cost a lot of money though, so it is nothing for us mere mortals with one server can afford. But thanks to Google anyone can now run their own CDN for free on Googles servers. Lucky for you and me Google has made the process really painless and you can even have the CDN under you own domain name. In my case static.coderjournal.com. read more...

1 comment |category: |Views: 366

tags: another

Unit tests are for functionality, not code!(ytechie.com)

submitted by ObishawnObishawn(555) 3 years, 11 months ago

Unit tests are meant to test functionality, NOT code! That means if you write your unit tests after the fact, you’re probably not focusing on the functionality. read more...

1 comment |category: |Views: 324

tags: another

Why You SHOULD Have 100% Code Test Coverage(blog.obishawn.com)

submitted by SuperJasonSuperJason(2740) 3 years, 11 months ago

Shawn talks about why your goal should be 100% unit test coverage, despite what others may say. read more...

1 comment |category: |Views: 415

tags: another

Getting rid of strings (2): use lambda expressions(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 11 months ago

In the first article of this series I talked about the problems with strings in code. This article will show you how you can use lambda expressions and expression trees as another tool to avoid strings read more...

1 comment |category: |Views: 644

tags: another

Nice VS 2008 Code Editing Improvements(weblogs.asp.net)

submitted by expressoexpresso(465) 3 years, 11 months ago

Good improvements to take notice of when utilizing VS 2008 read more...

1 comment |category: |Views: 738

tags: another

Nikhilk Kothari's site (almost) made XHTML valid(aggiorno.com)

submitted by acymentacyment(355) 3 years, 11 months ago

I decided to try and make good old Nikhilk Kothari's personal site a valid one. I didn't have access to the source code, so all changes were made on the rendered ASP.NET. Why Nikhilk? I don't know, I guess I just like his web site! Short and entertaining video. read more...

1 comment |category: |Views: 222

tags: another

MVC: Creating SSL Links/URLs(squaredroot.com)

submitted by TroyMGTroyMG(2670) 3 years, 11 months ago

A couple days ago a reader sent in a question regarding how to use SSL with the MVC framework. Specifically the reader wanted to know the easiest way to make an Ajax call to a HTTPS page from a non HTTPS page. The tricky part here is to do so without hard-coding any URLs, so I whipped up a few extension methods that should make this a bit easier. read more...

add a comment |category: |Views: 275

tags: another