I am working on .Net framework. I have created an application that creates a custom culture in my local computer. (Since it is a test application,开发者_开发百科 it\'ll not be shipped or deployed any
I have a question regarding IIS (version 7.5) and ASP.NET (.NET Framework 4) . I am trying to debug ASP.NET web application which is stored on IIS. Now, I have done this in past and everytime it worke
I have an ASP.NET web application (.NET 4.0) that has a few pages, one page with a silverlight application in it.
We are rolling out our first .net 4.0 entity framework application and are having an issue with security.
In my project I have the following helper method, which goes through all the assembly and gets all types that are subclasses of the BaseCamaFrom type.
I have the folowing code to fetch a record and update one column which is of type NVarchar(Max) using Linq2Sql.
I have a JSON string in a MemoryStream. I am using the following code to get it out as an ASCII string:
I have a table Item (ItemId int PK, Title vc, Description vc) I created a testing view called ItemView: SELECT * FROM Item.
Im just wo开发者_高级运维ndering if anyone has used DevExpress\'s MVC Extension controls successfully on .net framework 4.0 MVC 2?
Ever since we upgraded to .Net 4.0 and VS2010 (from 3.5 and 2008) we can no longer get intellisense on LINQ to kick in when working in our views. Before the upgrade everything was working fine, bu开发