I’ve learned of an entry-level developer job, if any of you guys are looking. It’s a Junior ASP.NET Developer in Lindon, Utah and starts out as a 9-month contract with a possibility of extensions through 2014. Pay Rate $20 – … Continue reading
Category Archives: ASP.NET
Job opening for Senior C#/ASP.NET Developer
A friend of mine is looking for a solid .NET Development expert with MVP (model-view-presenter) and Webforms experience. Pay Range: $55 – $75/hr wage; $100K – $120K/year salary Location: South Jordan, Utah Title: Senior C#/ASP.NET Developer Length: 6mo. contract (potential … Continue reading
CyanogenMod 7 Gingerbread Nightly Running on the NookColor
The B&N Nook is a pretty decent eBook reader powered by Android. The NookColor is pretty much an Android tablet running a proprietary eBook “launcher”. What does that mean? Time to hack! With this 800Mhz, inexpensive tablet you can root … Continue reading
How to maintain the position of the scrollbar on postbacks with ASP.NET 2.0
In ASP.NET 1.1 it was a pain to maintain the position of the scrollbar when doing a postback operation. In ASP.NET 2.0 and above you can simply add the MaintainScrollPostionOnPostBack attribute to the Page directive of any specific page: <% … Continue reading
ASP.NET DataReader vs. DataSet
I’ve recently renewed my effort to “use the right tool for the job” when developing xhtml and CSS, which got me to thinking. If using a <ul> rather than a <div> is better in a certain application, are there better … Continue reading
Exception type: CryptographicException
Recently we started getting the following error message on our ASP.NET 2.0 web application running on IIS6. Exception type: CryptographicException Exception message: Padding is invalid and cannot be removed. Stack trace: at System.Security.Cryptography.RijndaelManagedTransform.DecryptData(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer, … Continue reading