Recent Posts
- ASP.NET Nested TextBox Bug
- Dispose, Finalize and SuppressFinalize
- Test Sending Email without a Server in ASP.NET
- Finding a CSS Class Definition
- WordPress w/ Forms Authentication on IIS6
- ASP.NET Web Design Software
- Debugging TypeScript Under DotNetNuke
- Multi-Step Processing in ASP.NET
- Twitter Follower Obsessions
- Sharing ObjectDataSource From Codebehind
- Silverlight – Wire up your form for programming
- DotNetNuke Modules – Benefits of Architecture
- Hungarian Notation – Use What Works, Spit Out The Bones
- AS is in CSharp too.
- Base-64 as URL Parameter
Reflection -The Constructor
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Remember, last week we started a series on using Reflection in our .NET applications. We’ve loaded the assembly already, so the next step is creating the object. Today’s tutorial will show how to instantiate the object using the default constructor and then quickly move on to using the parameterized constructor.
Related Post
Reflection – Loading The Assembly
Recently, I received a question from a web visitor asking me to cover reflection. So, I'm going to start a series on reflection. Remember, if you have any questions you can ask me using...
Reflection and Interfaces
Today is the last official installment in the series on reflection. If you've been following along, you've probably notice that calling code in other classes using reflection is a huge pain i...
Reflection – Accessing Methods
Today is the next to last installment on reflection. We will look at how to call methods and pass parameters. This is going to look a lot like what we've already done in previous sessio...
Reflection From a DLL and Serialization
Last week, we finished up our main series on reflection. For most people, what we covered is all they will ever need. However, there are a few other things I've needed to know due mainl...
Using Reflection to Load a Class in ASP.NET
Last week, we took a look at creating a DAL that would allow us to swap out database providers without having to rewrite a lot of our code. The only problem with the code I showed you is that...
One Pingback/Trackback
- 17 April 2008 at 7:04am
- Reflection - Calling Properties
[...] Reflection - Loading the AssemblyReflection - Calling the Constructor ...
Cloud
.net
ajax
architecture
asp.net
authentication
containers
csharp
css
dal
database
dataset
datasets
dnn
dotnetnuke
events
google
gridview
html
internationalization
iTextSharp
javascript
jQuery
json
linq
listview
modules
ms-sql
MVC
objectdatasource
PDF
programming
reflection
seo
Silverlight
skinning
sql
tableadapter
testing
tsql
tutorial
vb.net
video
view
visual studio
winforms
Archives
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- February 2012
- January 2012
- July 2011
- May 2011
- January 2011
- December 2010
- October 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
Pingback: Reflection - Calling Properties