try { ConnectionOptions connection = new ConnectionOptions(); connection.Username = userNameBox.Text; connection.Password = passwordBox.Text; connection.Authority = "ntlmdomain:Finance123"; … more →
Dotnetgeeks's Blogwrote 2 days ago: I found LINQPad a very useful tool to create and test LINQ queries outside visual studio. LINQPad … more →
wrote 2 days ago: Sometimes, we need to select a record that has the maximum or minimum value from a group. Some examp … more →
wrote 2 days ago: Consider evaluating an Expression at runtime, for some lame reason you had to call ToLower() on a st … more →
wrote 5 days ago: We have already studied how to use treeview, gridsplitter and list view controls separately. We have … more →
wrote 6 days ago: Why do we need LINQ? Most of us would have wrote code to access data from different data sources a d … more →
wrote 6 days ago: Normally to return top N rows we use an SQL statement similar to the one below Select top N * from t … more →
wrote 1 week ago: For Linq to Sql and entity reference you can check the Rick Strahl’s Blog. Here, is the Link. … more →
wrote 1 week ago: Here is a simple code snippet using Entity framework: using (AdventureWorksEntities AwContext = new … more →
wrote 1 week ago: using System.IO; var query = from o in Directory.GetFiles("/YourFolder", "*.*", … more →
wrote 1 week ago: Tham khảo MSDN về đối tượng Process. Lớp Process cung cấp phương thức truy xuất các tiến t … more →
wrote 1 week ago: You’ll get this if you have Associations in your dbml file which do not reflect the reality of … more →
wrote 1 week ago: I am mid-way through a project which will query various web sites, process the data and dump any new … more →
wrote 1 week ago: Many of you have probably heard of the FizzBuzz challenge: Jeff Atwood blogged about it here I think … more →
wrote 2 weeks ago: I will continue with the Magiq saga. You can read the previous posts: It’s a kind of Magiq Mag … more →
wrote 2 weeks ago: Od 2001 godine pokrenuta je stranica nazvana Project Euler, koja objavljuje zadatke iz matematile ko … more →
wrote 2 weeks ago: This is pretty awesome. I have been deep into Bing Maps as well as the Deep Earth project and have p … more →
wrote 2 weeks ago: Today I started working in a new Magiq feature, batch update of associations. The idea is to be able … more →
wrote 2 weeks ago: Most of the samples involving LINQ to SQL involve using the designer built-into Visual Studio 2008 s … more →
wrote 2 weeks ago: LINQ to SQL designer in Visual Studio allows us to create mapped class using the drag and drop featu … more →