Category Archives: .NET
Come to “Make web not war” in Vancouver May 7
Forget fighting about software and web development platforms — bring some love instead and attend the free Make Web Not War conference, being held for the first time in Vancouver May 7. Embrace mixed environments and open source harmonizing with … Continue reading
How you can win TechNet Professional Subscription in 15 min by deploying Azure app!
Ok, so you heard about Azure apps in the cloud, no? Well this is your chance to get familiar with it. Yes, then it’s your easiest chance to win TechNet Professional Subscription and get access to tons of Microsoft resources … Continue reading
DEV302: A Lap around Windows Internet Explorer 9 for Developers
As some of you may know I am presenting few sessions at TechDays.ca One of the sessions is title “A Lap around Windows Internet Explorer 9 for Developers”, which is actually 20-25 min turbo talk. It’s turbo talk because we’ll … Continue reading
SharePoint 2010 for .NET Developers – techdays 2010 promo clip
Just finished making my TechDays 2010 promo clip – hopefully it doesn’t sounds like another commercial. Now that I think about it – making nice and lively sounding commercials is a pretty tough job. Anyway … you be the judge: … Continue reading
Get Description out of Enumeration
Suppose you have an enum defined like this: public enum CorrespondenceStateType { [Description("Log Correspondence")] LogCorrespondence, [Description("Recommend Action")] RecommendAction, [Description("Assign Request")] AssignRequest, public enum MyEnum { [Description("Value 1")] MyValue1, [Description("Value 2")] MyValue2 } … you get the point. In this case … Continue reading
Validating asp:CheckBoxList with asp:CustomValidator
When creating user controls and pages you probably make a heavy use of client side validators to ensure user has entered valid values. There is few out of the box visual studio validators such as asp:RequiredFieldValidator etc, but none of … Continue reading
Programmatically generating Word documents based on a template
SharePoint lists are great for storing information and perfornming all sorts of agregation and analysis. There is a lot of features that help managing data within a list. In some cases list item in the list is not going to … Continue reading
Adding/updating new item to SharePoint list from within JS
In many cases operation such as adding new items to SharePoint, deleting or updating existing can be done using an executable on the server. But in many other instances, when your logic is executed from outside of the server environment, … Continue reading
15 min screencast: Programmatically create/update items on remote SharePoint server with web services
Creating list items and uploading files to SharePoint using object model couldn’t be easier; as long as your application runs on the same SharePoint server. I had a case where a client needed to access SharePointP from a legacy application … Continue reading
Thanks DevTeach session net456 attendees
Thanks again to everyone who found time to attend this session. I hope this was useful and insightful session that will help you with your future SharePoint and MS Office application integration. And here are some materials and links to … Continue reading