ronjintsu

Stories kicked by ronjintsu

Behind the kicks - multiple hosts within one ASP.NET application(weblogs.asp.net)

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

This is the first in a series of planned articles which cover the implementation of these sites. You may have seen the website in the guise of www.dotnetkicks.com, but it also can be viewed from the following domains: www.kick.ie, www.javakicks.com & www.mozillakicks.com. All of these hosts are mapped to the same ASP.NET application in IIS. read more...

2 comments |category: |Views: 64

tags: another

Transactions made easy with .NET 2.0(developerfusion.co.uk)

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

One of the more significant improvement in .NET 2.0 is in the area of transactions. Now with a single line it becomes extremely easy to support transactional code blocks using the concept of "ambient" transaction thanks to TransactionScope in the System.Transactions namespace. read more...

add a comment |category: |Views: 4

tags: another

Channel9: Expression Interactive Designer (Sparkle)(channel9.msdn.com)

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

A new video on Channel9 demonstrating the recent CTP release of Sparkle read more...

1 comment |category: |Views: 2

tags: another

The Expression Designers: Graphic, Interactive, Web(blogs.msdn.com)

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

Microsoft Expression Interactive Designer CTP has been released. read more...

add a comment |category: |Views: 0

tags: another

Using .NET to make your Application Scriptable(developerfusion.co.uk)

submitted by james_crowleyjames_crowley(315) 6 years, 4 months ago

Shows how to use the built-in compilers in the .NET framework to allow users of your product to write script to control and hook in to the application. read more...

add a comment |category: |Views: 3

tags: another

.NET Reflector 4.2 Released(aisto.com)

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

Now with Web Proxy support, String search, Fonts and Generics fixes. read more...

3 comments |category: |Views: 12

tags: another

Sparkle January 2006 CTP Released(microsoft.com)

submitted by jmacdonaghjmacdonagh(115) 6 years, 4 months ago

No more manually coding XAML! read more...

add a comment |category: |Views: 0

tags: another

Designing Web Services(msdn2.microsoft.com)

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

These articles provided a series of walkthroughs related to designing Web services in the Distributed System Designers read more...

add a comment |category: |Views: 4

tags: another

Credential Management with the .NET Framework 2.0(msdn.microsoft.com)

submitted by croartycroarty(370) 6 years, 4 months ago

Summary : 'Get an introduction to the Credential Management API that includes functions for user interface handling and lesser-known functions for managing a user's credential set. Also see a .NET class library that dramatically simplifies the task of credential management, for languages such as C# and Visual Basic .NET, and provides a more elegant and robust approach to credential management for C++ developers.' read more...

add a comment |category: |Views: 74

tags: another

A comparison of AJAX frameworks for ASP.NET(daniel-zeiss.de)

submitted by nestornestor(195) 6 years, 4 months ago

A comparison of 5 AJAX frameworks for ASP.NET read more...

add a comment |category: |Views: 3

tags: another

Building ASP.NET 2.0 Web Sites Using Web Standards(msdn.microsoft.com)

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

Microsoft ASP.NET 2.0 has many features to help you design and build Web sites that are compliant with XHTML and accessibility standards. This (long) article looks at how and why you should be building these standards-compliant sites. read more...

add a comment |category: |Views: 2

tags: another

Open Source C# Software(csharp-source.net)

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

This site lists various open source C# projects including IDEs, servers and libraries. read more...

add a comment |category: |Views: 16

tags: another

ASP.NET 2.0 Tutorial : The Page Object Model(exforsys.com)

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

In this tutorial you will learn about Page Object Model, the Attributes of the @Page directive, the properties of the Page Class, Methods of the Page Class, Page Class Events and the Page Scripting Object Model. read more...

add a comment |category: |Views: 18

tags: another

RegEx-based URL Rewriting Module(weblogs.asp.net)

submitted by dereklakindereklakin(1565) 6 years, 4 months ago

HttpModule for rewriting URLs using regular expressions. read more...

4 comments |category: |Views: 16

tags: another

Flexible and Plug-in-based .NET Application using Provider Pattern(codeproject.com)

submitted by shahed.khanshahed.khan(115) 6 years, 4 months ago

This paper demonstrates creating a flexible, extensible, plug-in-based .NET application (JOM - Smart Job Manager). JOM is an asynchronous job processing engine built using the MS Provider design pattern and the .NET technology available today. read more...

1 comment |category: |Views: 34

tags: another

Test-Driven Development in .NET - Introduction & Unit Tests(developerfusion.co.uk)

submitted by k000derk000der(4765) 6 years, 4 months ago

Introduction to Test-Driven Development in .NET. read more...

1 comment |category: |Views: 110

tags: another