This will not make sense to you. I was trying to set-up a git server using windows after following a tutorial I finally achieve to push and pull from this server. But need to refine more in the area of permissions and directory browsing.
git clone ssh://najam.sikander@192.168.0.120/d/GitProjects/najam/.git
git push ssh://najam.sikander@192.168.0.120/d/GitProjects/git-bare master
git remote add origin ssh://najam.sikander@192.168.0.120/d/GitProjects/git-bare
git clone ssh://najam.sikander@192.168.0.120/d/GitProjects/git-bare master
git remote add origin ssh://username@192.168.0.120/d/GitProjects/git-bare
git clone ssh://username@192.168.0.120/d/GitProjects/git-bare master
Get a paid account of github for free visit to enter into competition.
Scaffold DbContext -Project CRS.Domain Service Concrete.CRSContext
Scaffold Repository -ModelType Attachment -DbContextType BigApp.Domain.Concrete.BigAppContext -force
Scaffold Controller -ModelType BigApp.Domain.Entities.Project -ControllerName Projects -DbContextType BigApp.Domain.Concrete.BigAppContext -Repository -NoChildItems -Force
Scaffold Controller -ModelType CRS.Domain.Entities.Service -ControllerName Services -DbContextType CRS.Domain.Concrete.CRSContext -Repository -NoChildItems -Force -Area admin
Scaffold Views -Controller Tags -ModelType BigApp.Domain.Entities.Tag
I have been playing with asp.net MVC3, Entity Framework 4.1 and I am coding a demo app using POCO, EF Code First, MVC Scaffolding and today I have created my WCF Data Services that is exposing my Database on the web in xml and JSON format by default the output you will get is in xml where I am more interested in JSON as a default format. Few links I have found helpfull.
http://www.hanselman.com/blog/SimpleCodeFirstWithEntityFramework4MagicUnicornFeatureCTP4.aspx http://blog.jschlesinger.net/2011_04_01_archive.html
http://blog.stevensanderson.com/2011/01/28/mvcscaffolding-one-to-many-relationships/
Nice long term relation
(Source: clientsfromhell)
Installed linux using virtual box and my first encounter was how to kill jockey package manager using following:
ps -e | grep jockey
sudo kill process_id
Now waiting for update manager to finish and after that lets see whats next still far away from my desired development envoirment.