panic

Stories kicked by panic

Get a List of Active Local Users(www.digitalpropulsion.org)

submitted by panicpanic(35) 1 year, 8 months ago

The following code will return all users on the machine that are not marked as disabled. read more...

add a comment |category: |Views: 12

tags: another

Determining if .NET CF ComboBox is Dropped Down(digitalpropulsion.org)

submitted by panicpanic(35) 2 years, 6 months ago

This article will describe how to determine if a ComboBox is dropped down or not in the .NET Compact Framework. read more...

add a comment |category: |Views: 34

tags: another

Visual Studio 2010 and .NET 4 Beta 2 now available to MSDN subscribers(digitalpropulsion.org)

submitted by panicpanic(35) 2 years, 7 months ago

Microsoft has made Visual Studio 2010 and .NET 4 beta 2 available today to MSDN and Technet subscribers with general availability on Wednesday (10/21) read more...

add a comment |category: |Views: 7

tags: another

GroupBy and Average with Lambda Expressions(digitalpropulsion.org)

submitted by panicpanic(35) 2 years, 7 months ago

I was recently tasked with generating a string of averages based on a list of business objects. The business object has a string property called VehicleName and a decimal property called StandardMpg. The averages needed to be calculated per VehicleName, so this is to be what I group on. read more...

add a comment |category: |Views: 217

tags: another

Windows 7 Code Pack v 1.0 Released(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 2 years, 9 months ago

The Windows® API Code Pack for Microsoft® .NET Framework provides support for various features of Windows 7 and previous releases of that operating system. The Code Pack has reached version 1.0 and has been published on Code Gallery: read more...

add a comment |category: |Views: 462

tags: another

Windows 7 Tricks and Keyboard Shortcuts (geekswithblogs.net)

submitted by sdormansdorman(1415) 3 years ago

A summary of Windows 7 keyboard shortcuts and tips. read more...

add a comment |category: |Views: 585

tags: another

jQuery $document.ready() and ASP.NET Ajax asynchronous postback(blog.dreamlabsolutions.com)

submitted by arnoldmatuszarnoldmatusz(600) 3 years, 3 months ago

Combine ASP.NET Ajax and jQuery and make $document.ready execute even after an asynchronous postback took place. read more...

add a comment |category: |Views: 585

tags: another

A New Look for Visual Studio 2010!(blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 3 months ago

At the PDC and TechEd EMEA last year we described our new editor support built on the WPF technology in .NET Framework 4.0. Today I’m happy to reveal the new UI for Visual Studio, also built on WPF: read more...

add a comment |category: |Views: 1214

tags: another

Microsoft Certification Exam - Discount Code - Free Second Chance(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 3 months ago

Please note down this important code or share with your colleagues who are keen to take Microsoft Certification Exam. This unique code is only available through Microsoft MVP's and only published here to help community and no other intention. Share and Book mark this post. Complete your community responsibility. read more...

5 comments |category: |Views: 775

tags: another

jQuery 1.3 Released(blog.jquery.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 4 months ago

"The jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone in to this release and we're really quite proud of it. " read more...

add a comment |category: |Views: 480

tags: another

Is F# faster than C#(nearinfinity.com)

submitted by josephfjosephf(235) 3 years, 5 months ago

I had a bet with a co-worker that C# would out perform F# for a simple counting exercise. This turned out to be quite a surprise for many reasons. In this blog post I will try to explain why. read more...

add a comment |category: |Views: 776

tags: another

Pimp My Debugger - DebuggerDisplay Attribute(monstersgotmy.net)

submitted by bradygasterbradygaster(4897) 3 years, 5 months ago

The other day I was reading some friends code, and I saw that he used a DebuggerDisplay attribute. It allows you to create a custom view of your objects in the Visual studio debugger. This attribute is very straight forward, but very powerful in the amount of time it can save you when debugging your application. I'll show you a cookie cutter example, but you can use your imagination as to how to use this particular attribute. read more...

add a comment |category: |Views: 415

tags: another

Visual Studio 2008 Tips & Tricks for Developers(smallworkarounds.blogspot.com)

submitted by ash143guptaash143gupta(750) 3 years, 5 months ago

This article shows most common tips and tricks every .net developer should know,these tricks will help you in increasing your productivity while developing.I will make it a point to regularly update this post feel free to add few more tips,give me a comment if i find your trick worthy i will include it on this post. read more...

add a comment |category: |Views: 1301

tags: another

4 Steps To Ensure You’re The Worst Developer Ever!(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 6 months ago

There are lots of articles about improving your skills as a developer. Everyone likes to talk about how to strengthen their skills and produce really good software. But, what if you want to be the worst developer ever? Nobody seems to want to share those secrets. read more...

3 comments |category: |Views: 1254

tags: another

jQuery Intellisense in VS 2008 - ScottGu's Blog(weblogs.asp.net)

submitted by TazerTazer(360) 3 years, 6 months ago

Last month I blogged about how Microsoft is extending support for jQuery. Over the last few weeks we've been working with the jQuery team to add great jQuery intellisense support within Visual Studio 2008 and Visual Web Developer 2008 Express (which is free). This is now available to download and use. read more...

add a comment |category: |Views: 343

tags: another

What Gives? Microsofts Code Generation Tool(spoiledtechie.com)

submitted by spoiledtechiespoiledtechie(255) 3 years, 6 months ago

In a world of Microsoft and third party applications, out comes t4. t4 is a code generation tool that can compete with CodeSmith, but its FREE and built right into Visual Studio. It has been years since the first edition with very little publication of the actual application. t4 is a free code generation engine from Microsoft that underpins the Domain Specific Languages and Software Factory toolkits. read more...

add a comment |category: |Views: 1077

tags: another