Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

ASP.NET ViewState Helper v0.5 Released

February 28, 2007

Version 0.5 of the ASP.NET ViewState Helper is now live. It has the most new features and bug fixes out of all the versions to date. Here's a quick rundown of the changes:

  • ViewState decoder window is now re-sizable
  • ViewState decoder window has been re-arranged to allow for better viewing
  • Now processes pages located inside frames
  • The markup size is now more accurate in relation to the pagesize and viewstate size
  • Removed the "Only check when URL changes" option, as it is the only option now
  • Added a "Check Now" option, to force a page check
  • Huge speed improvements while processing pages
ASP.NET ViewState Helper v0.5

Thanks to everyone who submitted feature requests and bug reports through email and the Discussion Forum, you made this version the most improved yet! It is much faster than the previous version, and now processes pages inside frames - fantastic! Go and check it out today - it's worth the 300k download.

1200 Downloads and Counting

February 26, 2007

I originally wrote the ASP.NET ViewState Helper to help me figure out a viewstate problem I was having. So I was pleasantly surprised when I checked my logs, and saw that it has been downloaded by over 1200 other people. It has been blogged about numerous times, and has received many pingbacks. I have been a part of the .NET community since it began back with Visual Studio 2002, and I love being able to finally give something back that other people find useful. If you are a user of the ASP.NET VSH and you have any suggestions, bugs or anything else you'd like to mention, head on over to the Discussion Forum and let me know.

Thanks!

ASP.NET ViewState Helper v0.4 Released

February 26, 2007

I released v0.4 of the ASP.NET ViewState Helper into the wild on the weekend, but forgot to mention it here. I've changed a few things, to address some bugs, and added some new debug information to the status bar to help trouble-shoot future problems, should they arise. The biggest change was the modification of the way the VSH monitors the IE window. It is much more stable now, and much less prone to missing page updates. If you have any problems with the new release, be sure to let me know in the Discussion Forum.

Check it out today!

ASP.NET ViewState Helper v0.3 Released

February 21, 2007

I have posted up v0.3 of the ASP.NET ViewState Helper. It has numerous fixes and feature additions:

  • Testing with Windows Vista is complete and works perfectly
  • Added a "Manual ViewState Decoding" option to decode a copied and pasted ViewState
  • Fixed a few ViewState decoding problems
  • Simplified the menu system for easier access to program features
  • Added improved error messages for diagnosing problems with things like ViewState decoding and Internet Explorer hooking
ASP.NET ViewState Helper v0.3

The biggest thing is that the Windows Vista compatibility testing is finally done, and it works perfectly. I was worried that Internet Explorer 7 might behave differently under Vista then it does on XP, but no worries... it works.

Go and check it out today - it's worth the 300k download.

ASP.NET ViewState Helper v0.2

January 30, 2007

ASP.NET ViewState Helper is an application designed to help all web developers, but has specific features to aid ASP.NET developers track ViewState issues. In real-time you can see your web pages being analyzed while you browse to them using Internet Explorer 6.0 or higher. ASP.NET ViewState Helper gives you very detailed information to help you optimize your web application's performance.

ASP.NET ViewState Helper

Double-clicking on any URL in the list will bring up the ViewState decoder window. If the page you double-clicked on contains a ViewState, it will be decoded into plain text, and also broken down into a tree-view for easy analysis.

ASP.NET ViewState Helper

HashTools v0.3

January 16, 2007

I have updated the HashTools page with v0.3. This version adds support for SHA256, SHA386 and SHA512 hashes. There are also a few minor interface tweaks as well, to deal with the longer hashes generated with these algorithms. This brings the total hash types generated up to 5.

If you have any requests that you would like to see incorporated into the next version of HashTools just drop me a line. You can get my contact information from the Contact page.

First Page
Previous Page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
Next Page
Last Page