dbasarab617

Stories kicked by dbasarab617

VS 2010 / .NET 4 Release Candidate - ScottGu's Blog(weblogs.asp.net)

submitted by dbasarab617dbasarab617(100) 2 years, 3 months ago

Right now the downloads are available only to MSDN subscribers. Starting Wednesday (Feb 10th) everyone will be able to download them (regardless of whether you are a MSDN subscriber or not). read more...

add a comment |category: |Views: 46

tags: another

Writing Efficient String Functions in C#(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years, 3 months ago

To write efficient string handling functions, it is important to understand the characteristics of string objects in C#. read more...

2 comments |category: |Views: 62

tags: another

Learning how to use a Web Cam with Silverlight(www.dimecasts.net)

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

Taking a look at how you can setup and use a web camera in Silverlight. We will walk you though how to capture both the raw video as well as how to take snap shots of the video. read more...

1 comment |category: |Views: 137

tags: another

Visual Studio 2010 and .NET Framework 4 RC Now Available(blogs.msdn.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 3 months ago

Today, we are making available the Release Candidate (RC) for Visual Studio 2010 and .NET Framework 4 to all MSDN subscribers. The RC will be made available to the world on Wednesday, February 10th. The RC includes a go-live license for people who want to deploy in their production environment. read more...

add a comment |category: |Views: 217

tags: another

Reporting in NoSQL(blog.wekeroad.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 3 months ago

One question that comes up a lot in conversation, however, is “dude what about reporting – you can’t do that with NoSQL very well now can ya?” and the answer is “yes, correct. You can’t”. As with all things programming: right tool for the right job. read more...

add a comment |category: |Views: 311

tags: another

Take Control of Your Web.Config(derans.blogspot.com)

submitted by deransderans(323) 2 years, 3 months ago

After reading a Paul Sheriff article in CODE Magazine, I ended up creating a base WebConfig class to handle getting values out of my web.config. I’ve hated the ConfigurationManager.AppSettings since they deprecated it from ConfigurationSettings.AppSettings. So now I have my own GetAppSetting so I never have to worry about it again. My base class looks like this: read more...

2 comments |category: |Views: 462

tags: another

Righthand's blog - .net reflector pro is awesome(blog.rthand.com)

submitted by dbasarab617dbasarab617(100) 2 years, 4 months ago

.net reflector pro – lets you step through source code even for referenced assemblies without sources while debugging an application under Visual Studio 2005/2008/2010. read more...

add a comment |category: |Views: 14

tags: another

Visual Studio 2010 Tip of the Day Returns!(blogs.msdn.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

Sara Ford passes the torch on to Zain Naboulsi: The plan is to have a tip a day posted on this blog with a few extra items thrown in for good measure. What you will see is a healthy mix of new tips in Visual Studio 2010 and some of the old favorites as well (tested to make sure they still work). To be absolutely clear: These are Visual Studio 2010 Tips and Tricks so what you will see are the details on how to leverage old and new content with our latest product. read more...

2 comments |category: |Views: 222

tags: another

Exploring Operator Overloading in C#(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 4 months ago

Taking a look at how create overloaded operators for your objects. Operator overloading permits user-defined operator implementations to be specified for operations where one or both of the operands are of a user-defined class or struct type. When creating your own operators there are many different operators which can be overloaded. +, -, *, /, %, &, |, <<, >> All C# binary operators can be overloaded +, -, !, ~, ++, –, true, false All C# unary operators can be overloaded ==, !=, <, >, <= , >= All relational operators can be overloaded, but only as pairs. read more...

1 comment |category: |Views: 266

tags: another

The TekPub LINQ Challenge Part 2 – Faster Algorithms(www.codethinked.com)

submitted by javeryjavery(5523) 2 years, 4 months ago

Comparing performance of different ways of checking for prime numbers, including some interested benchmarks and use of parallel linq. read more...

1 comment |category: |Views: 180

tags: another

Welcome to the new DotNetKicks(blog.dotnetkicks.com)

submitted by javeryjavery(5523) 2 years, 4 months ago

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments |category: |Views: 436

tags: another

Announcing the Microsoft AJAX CDN - ScottGu's Blog(weblogs.asp.net)

submitted by dbasarab617dbasarab617(100) 2 years, 8 months ago

Earlier today the ASP.NET team launched a new Microsoft Ajax CDN (Content Delivery Network) service that provides caching support for AJAX libraries (including jQuery and ASP.NET AJAX). The service is available for free, does not require any registration, and can be used for both commercial and non-commercial purposes. read more...

add a comment |category: |Views: 202

tags: another

The Most Powerful Development Tool Ever Made(codethinked.com)

submitted by ZteffZteff(144) 2 years, 11 months ago

Justin Etheredge wrote a great blog post about not inventing the wheel everytime a classic programming problem shows up. read more...

4 comments |category: |Views: 1109

tags: another

TUTORIAL: Creating an Accelerator for Internet Explorer 8(jeffblankenburg.com)

submitted by jblankenburgjblankenburg(1264) 2 years, 11 months ago

A quick tutorial on creating an accelerator for Internet Explorer 8. It will allow you to highlight text on a web page, and immediately post it to Twitter. read more...

add a comment |category: |Views: 31

tags: another