Welcome to Sign in | Help
» Search

Search

You searched for the word(s):
Showing page 16 of 52 (517 total posts) < 1 second(s)
  • SubmitChanges() issues

    Intr-un serviciu web trebuie sa inserez niste randuri intr-o tabela intr-un eveniment care se executa asyncrom.E vorba de evenimetul smtpclient.sentonterminate codul e ceva de genu: dbcontext.NewsletterHistories.InsertOnSubmit(new NewsletterHistory { CompanyID = (e.UserState as Company).ID, SendDate = DateTime.Now, Mesaj = ''mesaj trimis cu ...
    Posted to LINQ (Forum) by crestinul on September 4, 2008
  • Re: 70-441

    Diana: Va rog sa nu recurgeti la ''sharing'' aici. De altfel ma indoiesc ca nu va puteti permite de exemplu un abonament la https://ssl.safaribooksonline.com/subscribe&nbsp;sau la http://sqlserver.ro/forums/thread/5440.aspx. Sau in unele cazuri puteti cumpara cartea in format electronic - de exemplu editura Apress ofera cartile in format ''pdf'' ...
    Posted to Diverse (Forum) by crestinul on August 27, 2008
  • Re: 70-441

    Alex contacteaza-ma pe ym plsz by the way http://sqlserver.ro/forums/post/5109.aspx&nbsp;anyone?
    Posted to Diverse (Forum) by crestinul on August 26, 2008
  • linqpad

    pentru pasionatii de linq a aparut un tool free pt invatare link http://www.linqpad.net/
    Posted to LINQ (Forum) by crestinul on August 7, 2008
  • Re: primii pasi in linq...

    multumesc a mers asa: northwindDataContext db=new northwindDataContext(@''Data Source=APASCANU\SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True''); var query = from c in db.Customers join o in db.Orders on c.CustomerID equals o.CustomerID select new { c.CustomerID, c.CompanyName, o.OrderID }; db.Log = txt; //foreach (var ...
    Posted to LINQ (Forum) by crestinul on August 4, 2008
  • Re: primii pasi in linq...

    Multumesc M-am exprimat gresit ,scuze Problema mea e urmatoarea&nbsp; asta e query-ul meu: var query = from c in db.Customers join o in db.Orders on c.CustomerID equals o.CustomerID select new { c.CustomerID, c.CompanyName, o.OrderID }; Nu stiu cum sa salvez rezultatul query intr-o Ienumerable&lt;source&gt; Multumesc
    Posted to LINQ (Forum) by crestinul on August 4, 2008
  • Re: primii pasi in linq...

    stiu asta ca se executa in momentuk accesarii efective colectiei rezultat. Am folosit query.toList() sa pun rezutatul intr-o lista.problemae ca nush cum sa binduiesc lista asta de control Multumesc
    Posted to LINQ (Forum) by crestinul on August 4, 2008
  • primii pasi in linq...

    AM incepout si eu sa ma joc cu linq si am vrut sa binduiesc una din sursele de date generate de MSLinqToSQLGenerator de un listbox este vorba de CUstomers din NorthWInd dar nu afiseaza nimic in listbox Intrebarea mea e cum pot face acest lucru si cum pot lega(bindui) o orice intergoare linq de un dateecontrol? Multumesc
    Posted to LINQ (Forum) by crestinul on August 4, 2008
  • re: OdinJobs Interview

    Odin was a scandinavian god:)
    Posted to Cristian's Blog (Weblog) by crestinul on August 1, 2008
  • Re: operatorul cross apply

    Multumesc mult tutoror in special llui Bigdan m-am mai lamurit si eu ,finally
    Posted to T-SQL (Forum) by crestinul on August 1, 2008
« First ... < Previous 14 15 16 17 18 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems