Dusan Czupek's blog

Blog related .NET & web development

Recent posts

Tags

Categories

Navigation

Pages

    Archive

    Blogroll

      Disclaimer

      The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

      ReSharper 5.0 Released

      Along with VS2010 JetBrains released new version of favourite tool ReSharer 5.0 Compared to previous versions, ReSharper 5.0 has evolved in four major directions: Web Development. We have greatly extended the toolset available to ASP.NET developers when they work with markup files and web site ... [More]
      Posted: Apr 18 2010, 19:08 by dczupek | Comments (5) RSS comment feed |
      • Currently 0/5 Stars.
      • 1
      • 2
      • 3
      • 4
      • 5
      Filed under: dotNet

      Visual Studio 2010 Downloads

      After beta versions and RC version, today April 12 2010 has been released final version of the Visual Studio. MSDN Subscribers may download the product from the MSDN subscription site http://msdn.microsoft.com/en-us/subscriptions/downloads/default.aspx?pv=18:370 Take this powerful tool and i... [More]
      Posted: Apr 12 2010, 21:24 by dczupek | Comments (6) RSS comment feed |
      • Currently 0/5 Stars.
      • 1
      • 2
      • 3
      • 4
      • 5
      Filed under: dotNet

      Configuring IIS to Run 32-bit Applications on 64-bit Windows

      Configuring IIS to Run 32-bit Applications on 64-bit Windows If your application is using any 32bit dll, IIS on 64 bit machine needs to be switched to support 32 bit applications. Otherwise you will get an error message saying: Could not load file or assembly 'XXXX' or one of its dependencies. A... [More]
      Posted: Mar 08 2010, 07:15 by dczupek | Comments (7) RSS comment feed |
      • Currently 0/5 Stars.
      • 1
      • 2
      • 3
      • 4
      • 5
      Filed under: dotNet

      Migration of ASP.NET app from IIS6 to IIS7 (7.5)

      For many of us familiar problem. You developing applications under IIS6 and you're about to move them to IIS7.  In previous version of IIS was enough to copy over your files, create app pool and site. IIS7 (7.5) is different in this point. In IIS6 there was only one way hot to extend server wi... [More]
      Posted: Feb 25 2010, 15:08 by dczupek | Comments (9) RSS comment feed |
      • Currently 0/5 Stars.
      • 1
      • 2
      • 3
      • 4
      • 5
      Filed under: dotNet

      ReSharper 5.0 Beta released

      JetBrains' ReSharper 5.0 Beta is now available and includes many improvements, fully VS 2010 support. ReSharper 5.0 has evolved in four major directions: Web Development. We have greatly extended the toolset available to ASP.NET developers when they work with markup files and web site infrastru... [More]
      Posted: Dec 29 2009, 13:39 by dczupek | Comments (3) RSS comment feed |
      • Currently 0/5 Stars.
      • 1
      • 2
      • 3
      • 4
      • 5
      Filed under: dotNet

      Visual Studio 2010 and .NET Framework 4 Beta 2 For Public

      Visual Studio 2010 and .NET Framework 4 focuses on the core pillars of developer experience, support for the latest platforms, targeted experiences for specific application types, and core architecture improvements. Microsoft Visual Studio 2010 Ultimate Beta 2 - ISO http://download.microsoft.com... [More]
      Posted: Oct 21 2009, 20:06 by dczupek | Comments (5) RSS comment feed |
      • Currently 0/5 Stars.
      • 1
      • 2
      • 3
      • 4
      • 5
      Filed under: dotNet

      Javascript in Flash

      Imaging an situation when you need to track redirect activity from the flash animation. Execute some tracking script right before user left the flash animation. Basically there are two ways have you can call javascript from ActionScript: 1) getURL()2) ExternalInterface.callProblem is that browsers ... [More]
      Posted: Oct 17 2009, 16:53 by dczupek | Comments (6) RSS comment feed |
      • Currently 1/5 Stars.
      • 1
      • 2
      • 3
      • 4
      • 5
      Filed under: dotNet

      Build Version Increment Add-In Visual Studio

      Somehow Visual Studio doesn't come with an option to only auto increment the build version of the AssemblyFileVersion attribute. Sure, by placing an * in the AssemblyVersion attribute and leaving the the AssemblyFileVersion out the compiler will auto generate build versions for both but this is a pa... [More]
      Posted: Sep 30 2009, 21:44 by dczupek | Comments (8) RSS comment feed |
      • Currently 5/5 Stars.
      • 1
      • 2
      • 3
      • 4
      • 5
      Filed under: dotNet

      Simple validation in Model View Presenter

      Last time I wrote about how to implement simple page by Model View Presenter pattern.  Quickly we created form with 2 textboxes, label and button for firing presenter method SaveData. This time let's focus a bit to validation in presenter and co-working your page with validation result. Why ... [More]
      Posted: Sep 24 2009, 23:49 by dczupek | Comments (5) RSS comment feed |
      • Currently 1/5 Stars.
      • 1
      • 2
      • 3
      • 4
      • 5
      Filed under: dotNet

      Tracking with dcsMultiTrack invalid fields on client side

      dcsMultiTrack - is 3rd compoment. Instead of dcsMultiTrack you can use your own tracking tool or for example google analytics. Sometimes you can find yourself in situation when you want to track if some of the fields on your form is not valid. Track some value when it does not goes th... [More]
      Posted: Aug 11 2009, 21:53 by dczupek | Comments (6) RSS comment feed |
      • Currently 0/5 Stars.
      • 1
      • 2
      • 3
      • 4
      • 5
      Filed under: dotNet