Dev Journal
Tuesday, January 25, 2011
Finding and Installing a NuGet Package Using the Package Manager Console
get-package –remote -filter xxx
install-package xxx
http://nuget.codeplex.com/wikipage?title=Finding%20and%20Installing%20a%20Package%20Using%20the%20Package%20Manager%20Console
Friday, January 7, 2011
Simulating POST with Fiddler
From the drop down on "
Request Builder
" select
POST
add to "
Request Headers
"
“
Content-type: application/x-www-form-urlencoded
”
Add to "
Request Body
" the parameter to pass to POST (ex username=jason123&email=123231&fname=jason)
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)