.Net & C#

Get list items from SharePoint 2010 using Client Object model

Simple console application, which get data from SharePoint list and displays it. It’s very good solution if SharePoint is used as a storage of rates, catalogs, libraries etc. To use SharePoint Client model you should add references to Microsoft.SharePoint.Client.dll and Microsoft.SharePoint.Client.Runtime.dll in your solution. Read more»

.Net & C#

jQuery and UpdatePanel in Asp.net. How to make it work

When I created my first Asp.net web application with UpdatePanel, I wanted to use jQuery for some features. I wanted to make a button “transform”, and when you click it, the text in UpdatePanel became modified via Javascript. I used jQuery framework also here. Soon I found out that it’s not the simple task. Read more»

.Net & C#

C#. Best practice for OleDBConnection

It’s a little example, or may be template, of correct code for work with MSSQL server using OleDbConnection. There are two parts you should remember about – connection string and OleDB commands. The most difficult part of this is the connection string. It took me a lot of my time until I studied how to […] Read more»

.Net & C#

Popular Posts