How to set startup page for asp.net mvc aplication ?

Little ASP.NET MVC reminder :)

  • Project's Properties

  • Web tab

  • Select the Specific Page

continue >>

installutil Win Service install

Step by step using installutil and install windows service

  • visual studio command prompt
  • find your exe path (c:\demo\yourapp.exe)
  • installutil yourapp.exe 
  • optional installutil yourapp.exe  -i

Uninstall

  • step 1 and step 2
  • installutil yourapp.exe -u

continue >>

Windows Service Debug

Forgetting the need to write Windows Service Debugging

1.Install your service. For more information, see How to: Install and Uninstall Services.
2.Start your service, either from Services Control Manager, Server Explorer, or from code. For more information, see How to: Start Services.
3.In Visual Studio, choose Processes from the Debug menu.
  The Processes dialog box appears.
4.Click Show system processes.
5.In the Available Processes section, click the process for your service, and then click Attach.

  The Attach to Process dialog box appears.

ps: dll versions of the same should be

continue >>

nuget, package deploy

My first package deploy for nuget gallery, useful, simple, and really makes it work, I deploy idbo and detail;

http://nuget.codeplex.com/

Nuget Overview

Documentation

continue >>

azure, ajur.us

I had the opportunity to deal with azure services, quickly developing a project and wrote a url shortening service. name ajur , yes i agree a little bit funny another name did not come to my mind :)

summary of ajur
  • generate singular key
  • database check
  • insert

 process duration write end of url and database ,hosted service location info writes some of the sections, for performance testing a good start

azure service  || http://ajur.us

speacial thanks S. Ferit Arslan

continue >>
Page 2 of 17   <<   2 3 4 5 6   >>