Mitchel Sellers

16,458
Reputation
777 views

Registered User

Name Mitchel Sellers
Member for 1 year
Seen 2 hours ago
Website
Location Des Moines, Iowa
Age 25

Mitchel Sellers, Microsoft C# MVP, Microsoft Certified Professional, is the CEO of IowaComputerGurus Inc. He has many years of experience in the software development industry and specializes in development using Microsoft technologies. Over the course of his career he has completed work for many organizations across the world of varying sizes and structures. This experience as a consultant has provided him with a deep understanding of software development and has lead to a focus on proper architecture, performance, stability, and overall cost effectiveness of delivered solutions.

Mitchel is also a regular public speaker, presenting topics at user groups and conferences as time permits. He is the author of "Professional DotNetNuke Module Programming" and is currently working on his next book "Visual Studio 2010 & .NET 4.0 Six-in-One" which is scheduled for publication in early 2010. He has also written many technical articles, which you will find in various online and print publications.

Mitchel is a firm believer in development community involvement. He is an active participant in the .NET and DotNetNuke development communities, has been added as a DotNetNuke Core Team member, and has been awarded Microsoft MVP status for his strong commitment to the development community. Mitchel frequently spends time answering questions on community forums such as StackOverflow, and MSDN.

For full information on Mitchel and his professional experience, certifications, and publications please refer to his resume which is available at MitchelSellers.com.

3h
comment Why would bulk Inserts cause an ASP.net application to become Unresponsive?
Based on your comments then, I would recommend item 2 from my list....as that is about the only thing that makes sense.
4h
answered Why would bulk Inserts cause an ASP.net application to become Unresponsive?
4h
answered Why doesn’t FastBitmap get garbage collected?
4h
comment How to make my server to act fast
This isn't a real question. You can do many things to optimize a system, but we need to know what you have, what you have configured, what you are running, where you are seeing issues and more.
14h
comment Writing file to users giving sporadic error in IE
THanks, this was it!
22h
accepted page.ClientScript.RegisterClientScriptBlock has to be called from code-behind?
23h
answered page.ClientScript.RegisterClientScriptBlock has to be called from code-behind?
1d
answered detect us military email address
Nov
20
answered The right way to kill off near-dead hosted applications?
Nov
20
comment How to efficiently write code and debug windows service project in visual studio?
Sure, in your init code put Debugger.Break(). That will trigger a popup for you to start debugging using Visual Studio!
Nov
20
awarded  Popular Question
Nov
19
accepted How to efficiently write code and debug windows service project in visual studio?
Nov
19
answered C#.NET Namespace name does not exist in namespace error - only when using is outside local namespace directive - why?
Nov
19
answered How to efficiently write code and debug windows service project in visual studio?
Nov
18
awarded  Popular Question
Nov
18
answered How to apply class to first button of the div?
Nov
17
comment Writing file to users giving sporadic error in IE
Wow, if this is the case, thanks....I'll have to try this.
Nov
17
asked Writing file to users giving sporadic error in IE
Nov
15
answered Need workaround for .Net Master Page Name Mangling
Nov
15
answered How can I build Application.UserAppDataPath inside class libraries (that don’t have an Application object)?
Nov
14
accepted Does anyone know how to enter list of website resources and output an xml doc for Flash use
Nov
11
accepted Creating RSS feed from database, how many items to put into feed so that they are all likely to be consumed?
Nov
7
awarded  Enlightened
Nov
7
awarded  Nice Answer
Nov
6
awarded  Enlightened
Nov
6
awarded  Nice Answer
Nov
4
accepted What is the difference between HttpContext.Current.Response and Page.Response?
Nov
4
answered What is the difference between HttpContext.Current.Response and Page.Response?
Nov
4
comment Does anyone know how to enter list of website resources and output an xml doc for Flash use
Yes, the extra columns helps.... If this did help, don't forget to select it as the answer...
Nov
2
answered Does anyone know how to enter list of website resources and output an xml doc for Flash use
Nov
2
answered Two SUM queries together
Nov
2
accepted How to determine the entire date range displayed by ASP.NET calendar?
Oct
30
accepted How do you disable the Forum in DNN 4?
Oct
29
accepted ASP.NET: ValidationSummary doesn’t display any contents
Oct
29
answered ASP.NET: ValidationSummary doesn’t display any contents
Oct
26
comment How to find the days compare with date?
Chris - Interesting must go check setting on our servers...
Oct
26
answered How to find the days compare with date?
Oct
23
answered Can we have generalized connection string for SQL Server and SQL Server Express?
Oct
22
accepted What are the best practices when shifting old legacy web applications to new ones (specially about broken links problem)?
Oct
21
comment Co-Worker pushing for a scary and smelly software solution, need help!
Oh yes, aft first, second, third glance, this smells, but at the same time, without more detail we might be missing a key piece that requires something a bit smelly
Oct
20
answered Co-Worker pushing for a scary and smelly software solution, need help!
Oct
20
answered Is it necessary to free the memory in .Net as if in VB6?
Oct
19
accepted How do I change the default application config/setting in different deployments?
Oct
19
comment What is the proper order for installing Microsoft software on a developer workstation?
The install order is the same, just do NOT install SQL with EITHER edition of Visual Studio
Oct
19
comment ShowDialog issue on Close
Do you have something in the close method of your form that is preventing it from finishing the close?
Oct
19
answered How do I change the default application config/setting in different deployments?
Oct
19
answered What are the best practices when shifting old legacy web applications to new ones (specially about broken links problem)?
Oct
19
answered Creating a collection of all classes that inherit from IBlahblah
Oct
16
comment Securing .net web services for flex/flash/AIR applications
Yes, behind the scenes you could use the ASP.NET membership process for authorization if you want to.
Oct
15
accepted Securing .net web services for flex/flash/AIR applications