Browse by Tags
All Tags »
C# (
RSS)
To restore it, go to Tools > Options > Text Editor > C# > General and check "Auto list members" and "Parameter information" checkboxes. Flickr Tags: Intellisense Broken , Intellisense not working , Intellisense ...
So here is a question why would you want to add your Meta Tags via code? Kinda silly right? Cause if you were a great developer you probably have a whole list of meta tags you have created for your portfolio of web sites right? Well if you are the developer...
If you don't know by now you can reset your web applications and or web sites with a simple change to the web.config. For example you can FTP(if remote or hosted) to your server and edit the web.config by adding a space or removing a space. Basically...
http://www.hanselman.com scotths@microsoft.com New web project type for asp.net More control over your </html> Testable framework Not for everyone Master Cheif GU! .NET 3.5 MVC web application template. Options: Enable testing right out the gate...
How to reverse a string demo. *you need to know this if you want a job at Microsoft. public string someMethod(string, input) { char[] chars = input.ToCharArray(); Array.Reverse(chars); return new string(chars); } Go ahead and cheat. its ok.
Using new features in .NET 3.5 Framework. blogs.msdn.com/justinsmith What in .NET 3.5 for services: The New HTTP Programming model: New support JSON Services Syndication in .NET 3.5 Service Stack Evolution -Sockets->HttpListener->ASP...
I am a huge fan of Pablo Castro(the presenter). Astoria has become ADO.NET Data Services Framework. Data in the web: Ajax applications Silverlight applications Online Services Mashups Restful Interface for Data: Just Http Data as resources, HTTP methods...
To help clear up confusion on how to write against the Paypal SDK: Update to the PayFlowPro issues with Paypal. First and foremost Paypal support is awesome. Second the PayPal Developer Community needs some work from my perspective. While Admin_ToddS...
More Posts