Jemm

Stories submitted by friends of Jemm

ViewStateAnalyzer for ASP.NET 2.0(lab.aspitalia.com)

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

ViewStateAnalyzer is a tool for ASP.NET 2.0 developers. It's an Internet Explorer toolband that allows you to analyze local ASP.NET pages. By pressing the "Analyze" button, you will retrieve page controls graph and for each element you can check the handled event, read the viewstate saved by the control and HTML rendered, easily focusing it into IE. read more...

add a comment |category: |Views: 15

tags: another

Ajax Patterns Wiki(ajaxpatterns.org)

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

This wiki is a great resource for various Ajax patterns. It also has a comprehensive page listing the various Ajax frameworks for .NET. read more...

1 comment |category: |Views: 10

tags: another

Service Station: ASMX, WSE 3.0 & WSF answers(msdn.microsoft.com)

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

This months Service Station answers some common questions about ASP.NET Web Services (ASMX) 2.0, Web Services Enhancements (WSE) 3.0, and Windows® Communication Foundation (WCF). read more...

add a comment |category: |Views: 10

tags: another

The Grouper - Custom Groupbox Control(codeproject.com)

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

The Grouper is a special groupbox control that is rounded and fully customizable. The control can paint borders, drop shadows, gradient and solid backgrounds, custom text and custom icons. The purpose of this control was to design a better looking groupbox winform control. I used the (Keep it Simple Stupid) philosophy to design a tight knitted re-useable control that i hope you all enjoy. This control is still in beta version, but it seems to be stable. read more...

add a comment |category: |Views: 68

tags: another

What's in Visual Basic 2005 for the Visual Basic 6.0 Developer(msdn.microsoft.com)

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

A nice article outlining the many reasons to move from VB6 (we know you are out there!!) to VB.NET 2.0. It also has video demonstrations of various features. read more...

1 comment |category: |Views: 3

tags: another

Best and Worst Practices for Mock Objects(codebetter.com)

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

Mock objects are like any other tool. Used one way they’re a huge time saver. In other cases they can easily create more work and degrade the quality of the testing code. In this post, Jeremy Miller presents some best and worst practices for utilising mock objects. read more...

add a comment |category: |Views: 32

tags: another

Building a DAL using Strongly Typed TableAdapters and DataTables(weblogs.asp.net)

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

Scott Guthrie walks us through using Visual Studio 2005 to build a data access layer for the Northwind database. He will be using the resulting DAL in soon to be published tutorials including master details, filtering, sorting, paging, 2-way data-binding, editing, insertion, deletion, hierarchical data browsing, hierarchical drill-down and optimistic concurrency. read more...

5 comments |category: |Views: 110

tags: another

Data Paging with the ASP.NET 2.0 DataList Control and ObjectDataSource(weblogs.asp.net)

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

A hands on walk through by Scott Guthrie on how to implement efficient data-paging using an ASP.NET DataList or Repeater control read more...

add a comment |category: |Views: 1244

tags: another