Dot Net Capsules
A Capsule on .NET, everyday, keeps you .NetHealthy!!!!
About Me
- Name: Ashish Sheth
Co-founder at mymoneysage.in Result oriented Tech Leader Programmer, Sotware Architect, Techologist Polyglot software developer, expert in multiple tech stack Specialties: Machine learning, Artificial intelligence, Conversational Interface, RASA, AWS, Lex, REST, GraphQL, PWA, C#, .NET, ASP.NET, XML, Web services, Agile, SCRUM
Wednesday, April 29, 2009
10 Sites that every web developer should know
10 Sites that every web developer should know:
http://www.fliquidstudios.com/2009/04/28/10-sites-that-every-web-developer-should-know/Labels: Webdevelopment, Websites
Friday, April 3, 2009
What is *.VSHOst.exe and *.VSHost.exe.config
When we compile a windows application(forms or sevice) in VS 2005 or VS 2008 then we see that there is a *.vshost.exe and *.vshost.exe.config file generated in the bin folder. And we wonder what are these files and why are they generated. Here (http://blogs.msdn.com/dtemp/archive/2004/08/17/215764.aspx) is the anser. In short they are there to provide support for improved F5 performance, partial trust debugging, and design time expression evaluation.
Labels: .NET, VisualStudio, vshost, Windows Service
Thursday, April 2, 2009
ASP.NET MVC 1.0 is Open Source
ASP.NET MVC 1.0 Source code is available. Read at Scott Hanselman's ComputerZen.com and ScottGu's Blog
Labels: .NET, ASP.NET, ASP.NET MVC, Open Source