-
MEET THE NEW WINDOWS AZURE
June 7th- It’s been a big week for Windows Azure If you missed the live stream, you can watch the recorded version online atmeetwindowsazure.com. Enhancements to Existing Services: SQL Reporting—Now Generally Available with a fully backed SLA, SQL Reporting enables you to publish reports to the cloud or embed reports directly within on-premises applications that can…
-
ASP.NET MVC4-what’s in the basket???
My boss has asked me to do a POC using MVC…I jumped and said will try with MVC4-the new beta bride in the market…Then did a reality study and here are few learning tips,feature studies etc Installation Notes ASP.NET MVC 4 Beta for Visual Studio 2010 can be installed from the ASP.NET MVC 4 home…
-
POWERSHELL-AzureManagementToolsSnapIn Not installed
when i execute the below command in powershell , its giving me an error saying. Add-PSSnapin AzureManagementToolsSnapIn Add-PSSnapin : The Windows PowerShell snap-in ‘AzureManagementToolsSnapIn’ is not installed on this machine. At line:1 char:13 + Add-PSSnapin <<<< AzureManagementToolsSnapIn + CategoryInfo : InvalidArgument: (AzureManagementToolsSnapIn:String) [Add-PSSnapin], PSArgumentException + FullyQualifiedErrorId : AddPSSnapInRead,Microsoft.PowerShell.Commands.AddPSSnapinCommand Reason : http://social.msdn.microsoft.com/Forums/is/windowsazuredevelopment/thread/4c59fc7e-3ead-482e-88c3-f5555e915c84 Solution :…
-
WCF Questions
One of my Friend,A Solution Architect has asked these Questions so that i can understand the in depth concepts of WCF.Let’s find what the Questions are…. What are Volatile queues? When you send a message with no assurances, MSMQ only makes a best effort to deliver the message, unlike with Exactly Once assurances where MSMQ…
-
JQuery POST Request to WCF service in ASP.NET MVC
One of my colleagues was fighting hard to display a list returned by a WCF service in an ASP.NET MVC3 Razor View.I tried few things and it worked out pretty good.Here is the outcome. JQuery Code is placed in the about.cshtml file [ASP.NET MVC 3 Razor View File] About.cshtml AjaxEnabledWCF.svc
-
Error : CS 2001 and CS 2008
Error: Unable to generate a temporary class (result=1). error CS2001: Source file ‘C:WINDOWSTEMPfilename.cs’ could not be found error CS2008: No inputs specified Cause: This error is due to permissions on the Windows “Temp” folder. ASP.NET Web Services sometimes uses the system Temp folder when it processes WebMethods. If the thread that is processing the request uses…
