I had a project that I\'ve updated from .NET 3.5MVC v2to .NET 4.0 MVC v3 Compiling I get an error when I try to use or set the @ViewBag.Title property.
I\'m relatively new to C# and .Net, and this is my first WPF project, so I\'m hoping this is just a case of lack of familiarity and weak Google-Fu on my part.
I have a unique requirement where I need to send a highly customized soap header in a request to a external vendor.The only way my WCF client can interact with their web service is using a combination
I am using the following code to send a get request to facebook graph api oauth server. public string GetAccessToken(string code)
I use Entity Framework 4 and Self Tracking Entities. The schema is like: Patient -> Examinations -> LeftPictures
Anyone have any quick ways to send a file to a user? I can gen开发者_开发百科erate pdfs on the fly but need a way of passing it to the client then deleting the pdf. try the FileResult - Response - wel
Below is a code snippet I am using to post data to a REST based server.If I start debugging on the server I am seeing two separate requests come through.What I want to know is why?
When running the command to build the .net 4.0 system assemblies for moles an error is encountered: MSIL error while compiling the generated code (-1007 - 0
As I hack through our code base I just noticed this function. It converts an IDictionary<string, object> (Paramters - an instance variable) into an XML string.
I\'m not sure how to explain this, so I\'m gonna show you some code first and explain what it does. Extension Filter: receives a parameter expression and a special type of filter I\'ve built for my a