lawndarts

Stories kicked by lawndarts

Using the Web Browser Control in C# Application(ryanfarley.com)

submitted by devreddydevreddy(671) 5 years, 10 months ago

Learn how easy it is to display dynamic HTML in your C# application read more...

add a comment |category: |Views: 36

tags: another

Designing .NET Class Libraries - From the CLR Code Team Members(msdn.microsoft.com)

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

Designing .NET Class Libraries: a complete guide for designing and programming libraries and controls using the techniques of the creators of .NET. The goal of the Designing .NET Class Libraries series is to encourage consistency and predictability in public APIs while enabling Web and cross-language integration Are a bit old but you need to look at this, this videos provide an big backgrounf in a lot of .NET issues that are valid for all version of .NET. Happy Coding read more...

add a comment |category: |Views: 6

tags: another

Testability(jayflowers.com)

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

This post explores what is testability. It works to define testability so that it can be meassured objectively. An experimental metric is even created. read more...

add a comment |category: |Views: 9

tags: another

Cloud Control for ASP.NET(codeproject.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Web sites such as del.icio.us, Technorati and Flickr, which allow tagging of their content, depict the popularity of tags using a tag cloud. The popular items have larger font sizes. This concept can be applied to any list of items where each item has an associated weight. For example, a list of products can be displayed in a cloud weighed by the cost of a product. Using the ASP.NET server control presented in this article, you can display your own domain specific items as a cloud. read more...

add a comment |category: |Views: 592

tags: another

DotNetKicks v2.0 is live(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

DotNetKicks.com v2.0 and SharePointKicks.com v2.0 have been released. The major new feature is tagging, you now have the ability tag stories with your own tags. The UI has also been improved to make better use of space. Hope you like. read more...

add a comment |category: |Views: 4

tags: another

Networking Features in .NET Framework 2.0(15seconds.com)

submitted by RobChappelRobChappel(2720) 6 years, 4 months ago

The .NET Framework version 2.0 introduces a new namespace named System.Net.NetworkInformation that encapsulates all of the network related features. This namespace exposes a number of classes that provide useful information about the network. In this article, Thiru Thangarathinam examines the classes and features available in the System.Net.NetworkInformation namespace and provides examples that show how easy they are to utilize in your .NET applications. read more...

add a comment |category: |Views: 8

tags: another