Tutorial .NET : Dos Project – very short demo

Open the book.sln solution and add a new project of type ConsoleApplication (name it  BookDos) Add reference to the BookObjects project and add an app.config file and write to this file the same as in the corresponding app.config file from BookWin application. The post build event on project – properties must be the same as […]

Continue reading →

Virtual PC si mouse-ul

Credeam ca VP preia mouse-ul prin intermediu Windows- dar nu e asa.Acasa s-a stricat un buton (stinga) de la mouse-ul optic pe care il am- si am facut swap la buoane din control panel=> mouse astfel incit sa folosesc ce a ramas- si anume butonul din dreapta ca si click stingaDupa care am luat prezentarea […]

Continue reading →

Programming in .NET – part 9 -site map and localization

The site map is relatively easy: Add a new item – find “Site Map” and accept the default name (Web.sitemap) And put the following <?xml version=“1.0“ encoding=“utf-8“ ?> <siteMap xmlns=“http://schemas.microsoft.com/AspNet/SiteMap-File-1.0“ >   <siteMapNode url=“default.aspx“ title=“Main“  description=“First Page“>     <siteMapNode url=“frmPublisherList.aspx“ title=“All publishers“  description=“Publishers list“ >       <siteMapNode url=“frmPublisher_Insert.aspx“ title=“New Publisher“ description=“Add new“></siteMapNode>       <siteMapNode url=“frmPublisher_Edit.aspx“ […]

Continue reading →

google analytics si trafic.ro

m reusit sa pun Google Analytics pe acest site ,iar trafic.ro aveam deja.In plus, newtelligence dasBlog are si el trackingul lui(dar reprezinta doar o parte din site…) Sa vedem rezultatele pe data de 8 februarie: Trafic.ro:Data              Vizitatori      AfişăriJoi, 08.02.2007      0      0      dasBlog: Summary                 HitsInternet Searches    70Referrer Urls             362 […]

Continue reading →

tutorial .NET – p8 – edit in ASP.NET

  Now we will edit the Publisher objects . Add a new WebForm , name it frmPublisher_Insert.aspx and make sure the “Place code in separate file” and “Select master page” are both selected by default. Change in source view the title from “Untitled Page” to “Insert Publisher” Now we must put controls in place to […]

Continue reading →

o multime de linkuri – ianuarie 2007

cursuri free de la MIT , in cele mai variate domenii:http://ocw.mit.edu/OcwWeb/Global/all-courses.htm si alte cursurihttp://www.eliteskills.com/free_education/?foo=xhttp://librivox.org/newcatalog/genres.phphttp://www.lifehacker.com/software/education/technophilia-get-a-free-college-education-online-201979.php rezolvare Problema cu binding in Windows forms, cind o propritate o schimba pe altahttp://msmvps.com/blogs/bill/archive/2005/10/05/69012.aspx despre ceea ce iti trebuie la un nou pc cu Vistahttp://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9007623&pageNumber=5 testul lui Joel despre calitatea conditiilorhttp://www.joelonsoftware.com/articles/fog0000000043.html 8 Skills of People Who Performhttp://www.fastcompany.com/slideshow/slideviewer.cgi?list=ramcharan&dir=&config=&refresh=&direction=forward&scale=0&cycle=on&slide=10&design=default&total=11 web8.0(distopie)http://www.webeightpointoh.com/ Source to the […]

Continue reading →