Recent Posts
- 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
- DotNetNuke – Skinning
- Sorting the ListView in ASP.NET
- Self Executing Anonymous Function
- Why CSS ID selectors are Evil in ASP.NET Web Forms
Other Post
- Setting a Web Proxy on a WebService in .NET 3.x
- Does jQuery Make Us Lazy?
- SQL For Programmers – New Question
- Secret to Unique FavIcon.ico files in DotNetNuke
- Tab Control ActiveTabIndex Lost on Postback
- What is the global keyword in CSharp?
- Installing Silverlight2 Tools for Visual Studio
- Decimal vs Float (Single) or Double
- iTextSharp – HTML to PDF – Positioning Text
- DotNetNuke Modules - Registering Your Module
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 sessions.
If you're new here, you may want to subscribe to the mailing list to get notifications of new post and a virtual tour of past topics. Thanks for visiting!
Related Post
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 – 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 -The Constructor
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...
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...
Forcing Extension Methods to Be Used
I received the following question: Is it possible to force a namespace to be included so that the extension methods in it will be used in it instead of the methods in the main class? I have to a...
-
http://www.conqueredpasture.com ramil
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
- 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