weerasin

Stories kicked by weerasin

Customizing a Silverlight Control ToolTip(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

ToolTips are quite useful for for displaying helpful information when the user hovers over a control. The way that ToolTips are usually used is by setting the ToolTipService.ToolTip property to some text. This will display the text in a rather bland rectangle, without wrapping. Here are some ways to make your ToolTips more useful and nicer looking. read more...

add a comment |category: |Views: 115

tags: another

Powerusing Reflector 5(snowball.be)

submitted by gillgill(1070) 5 years, 2 months ago

In this article, all the new functions (and the old ones you probably didn't know) of Reflector 5.0 are explained, so you get the most out of this tool. read more...

add a comment |category: |Views: 1

tags: another

The Action Delegate(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 5 years, 2 months ago

Did you know that by using the Action delegate we can define a single operation which will automatically be applied to every member of an array? This is a great way to make your code cleaner and more elegant, read more...

add a comment |category: |Views: 37

tags: another

Free Xceed datagrid control for WPF(blogs.msdn.com)

submitted by frank12345frank12345(2809) 5 years, 3 months ago

Free Xceed datagrid control for WPF read more...

add a comment |category: |Views: 58

tags: another

Customizing Windows PowerShell(thinkersroom.com)

submitted by cocoabuttercocoabutter(350) 5 years, 7 months ago

The Windows PowerShell is very powerful. And it is all the more powerful by the fact that it can be customized. For instance, it can be customized to display things much much better than default .... read more...

add a comment |category: |Views: 5

tags: another

MbUnit - Unit Testing on Crack(hanselman.com)

submitted by dalzieldalziel(6230) 5 years, 8 months ago

MbUnit is a "better xUnit" that's used by a myraid of folks I respect, including James Avery, Patrick Cauldwell and Phil Haack. It's under very active development, even though I'd once wondered aloud if it was "abandonware." It's decidedly not and it's just got a new facelift to prove it. read more...

add a comment |category: |Views: 80

tags: another

The new mbunit site(weblogs.asp.net)

submitted by jflowersjflowers(1860) 5 years, 8 months ago

A new mbunit site has been launched as a more user friendly way of accessing the mbunit downloads, help and other related information. read more...

add a comment |category: |Views: 14

tags: another

September Atlas Control Toolkit Released(weblogs.asp.net)

submitted by ottoradkeottoradke(230) 5 years, 8 months ago

ScottGu blogs about the latest refresh to the Atlas toolkit. A couple of new controls included as well. read more...

add a comment |category: |Views: 12

tags: another

Ruby in Visual Studio 2005(sapphiresteel.com)

submitted by gaechgaech(1240) 5 years, 9 months ago

Steel is a free Ruby language add-in for Microsoft’s Visual Studio 2005. It provides an editing environment for Ruby programs complete with syntax colouring and the ability to run console applications with one keystroke. Over the coming months we shall be adding more features to the Steel IDE to provide an easy, accessible Ruby coding environment for VS2005 users. read more...

add a comment |category: |Views: 10

tags: another

Use your C# skills to code for the Xbox 360(microsoft.com)

submitted by DamienGDamienG(1405) 5 years, 9 months ago

Use your C# and .NET programming skils to code games for the Xbox 360 and PC. The beta is due the 30th August - until then check out my guide on which tools, API's and documentation to get started with at http://www.damieng.com/blog/archive/2006/05/17/PiecingTogetherMicrosoftsXNAGamingPlatform.aspx read more...

1 comment |category: |Views: 9

tags: another

PDFsharp - .NET Library to create PDF files(pdfsharp.com)

submitted by marcosmarcos(2779) 5 years, 11 months ago

PDFsharp is a .NET library for creating and modifying Adobe PDF documents programmatically from any .NET language like C# or VB.NET. PDFsharp defines classes for the objects found in PDF files, so you never have to deal with IDs or references directly. Really easy to use !!! read more...

add a comment |category: |Views: 493

tags: another

Google Calendar API(code.google.com)

submitted by gavinjoycegavinjoyce(25.7k) 6 years, 1 month ago

Google Calendar allows client applications to view and update calendar events in the form of Google data API ("GData") feeds. Your client application can use the Google Calendar data API to create new events, edit or delete existing events, and query for events that match particular criteria. There are many possible uses for the Calendar data API. For example, you can create a web front end for your group's calendar that uses Google Calendar as a back end. Or you can generate a public calendar for Google Calendar to display, based on your organization's event database. Or you can search relevant calendars to display a list of upcoming events on those calendars. read more...

1 comment |category: |Views: 922

tags: another

Upcoming ASP.NET Releases in April (weblogs.asp.net)

submitted by k000derk000der(4765) 6 years, 1 month ago

Upcoming ASP.NET Releases in April by ScottGu read more...

add a comment |category: |Views: 0

tags: another

ZedGraph: A flexible charting library for .NET(codeproject.com)

submitted by jfritzjfritz(80) 6 years, 2 months ago

Here's an open source charting library for .NET that provides a high degree of configurability. read more...

add a comment |category: |Views: 153

tags: another

Edit Almost Anything in a DataGrid(codeproject.com)

submitted by ca___tca___t(50) 6 years, 2 months ago

Allow your DataGrid to edit pictures and a whole range of other data types. read more...

1 comment |category: |Views: 13

tags: another

Composite UI Application Block(msdn.microsoft.com)

submitted by harlevharlev(290) 6 years, 2 months ago

This application block is a reusable, source code–based component based on the Microsoft .NET Framework 2.0. It provides proven practices to build complex smart client user interfaces based on well known design patterns such as the Composite pattern, in which simple user interface parts can be combined to create complex solutions, but at the same time allowing these parts to be independently developed, tested, and deployed. read more...

add a comment |category: |Views: 14

tags: another