about 6 months ago - No comments
Microsoft announced that Visual Studio 2010 and .NET Framework 4 Release Candidate versions are available for MSDN subscribers as of February 8th, with general availability on February 10th. http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx Download links are now published on the web page above.
about 11 months ago - No comments
If you ever face problems with your resources and somehow the ASP.NET application/website refuses to load them, consider checking if your website path is readable by the process owner user of the website application pool.
about 11 months ago - No comments
“A program that offers visibility, support and software for professional Web Developers and Designers” Have you heard of Microsoft WebsiteSpark yet? WebsiteSpark is a global program by Microsoft to support Web Developers and Designers. If your company has 10 or fewer employees, you are eligible to enroll to the program and you will get the
about 11 months ago - 4 comments
DevReach 2009 is going to take place in Sofia, Bulgaria on 12-13 October. I, personally, suggest you having a look at the schedule and if there is any possibility, do not miss the chance to join it! http://www.devreach.com/Event/Schedule.aspx For further information, please follow Martin Kulov’s blog. The following is a quote from his blog. It
about 1 year ago - No comments
ADO.NET Team announced the deprecation of System.Data.OracleClient. It will still be shipped with .NET Framework 4.0 but will be marked as “Deprecated”. Since it is being deprecated, all clients using System.Data.OracleClient are expected to migrate their applications to use ODP.NET (Oracle Data Provider for .NET). For further reading, please visit http://blogs.msdn.com/adonet/archive/2009/06/15/system-data-oracleclient-update.aspx.
about 1 year ago - No comments
Visual Web Developer Team posted an interesting post on their blog today. It gives a short description of how web deployment scenarios will be handled in Visual Studio 2010. Of course including deployment of database, IIS settings and transformation of the Web.config file. Personally, I am really excited to see these features in VS 2010.
about 1 year ago - No comments
Most of us have been waiting for ASP.NET MVC to get to its final release so we can use it in our projects. The main reason to do that is because until it is in its Release Candidate version, its features are subject to change at anytime. However, that was until yesterday. Now its Release
about 1 year ago - 2 comments
To download the 1st Release Candidate version of Internet Explorer 8, visit http://www.microsoft.com/windows/products/winfamily/ie/ie8. To read more about this version and what has been changed since version Beta 2, please see the blog post here.
about 1 year ago - 2 comments
Even though these kind of variables must have some standards (may be it already has), there are differences in practise. Be careful with the FileName property of HttpPostedFile class when you want to work on a file being uploaded by visitors of your page because the FileName value that you will get on Internet Explorer
about 1 year ago - 1 comment
I came across to a really strange problem today. Some extension methods that I have copied from another project just did not want to be compiled at all. ‘string’ does not contain a definition for ‘MethodName’. I have checked everything, including clearing the temporary ASP.NET files within framework folder (C:\Windows\Microsoft.NET\Framework\…), restarting Visual Studio and even