Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • MSDN Ramp Up Program

    I just came across this: www.MyRampUp Ramp Up is a free, online, community-based program that can help users save time in learning Microsoft technology. The easy-to-access content (provided by subject-matter gurus) is specifically tailored to the Ramp Up program, and offered in a variety of forms (whitepaper...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 11-07-2008, 12:00 AM
    Filed under: Community, MSDN, Microsoft, C#, VisualStudio, VisualBasic, VisualStudio2008, Training, SharePoint
  • Creating a SharePoint Web Part Step by Step

    This is the first time I develop for SharePoint, something that I wanted for a while, yet never got a project to do so. I have been a SharePoint user for many years, normally because all companies I have worked they use it as their document repository, “link provider”. There are a few steps that are...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 10-30-2008, 12:00 AM
    Filed under: Code, C#, ASP.NET, .NET, Books, SharePoint
  • Retrieving a URL field from a list

    Recently I had a need to retrieve a URL field (Field Type was Hyperlink or Picture) from a SharePoint List so that I could use the URL to dynamically create a Hyperlink. Much to my surprise when I fetched the column from the list, I neglected to do any checking to make sure that the field only contained...
    Posted to David McCollough (Weblog) by dmccollough on 10-30-2008, 12:00 AM
    Filed under: ASP.NET, SharePoint, C#
  • SharePoint for Developers

    SharePoint for Developers is serie of blog entries that introduces SharePoint development topics to ASP.NET developers. This serie is supposed to be from-developer-to-developer serie and I hope it helps many other developers to get better understanding of SharePoint and its internals. 1. Introduction...
    Posted to Gunnar Peipman's ASP.NET blog (Weblog) by DigiMortal on 09-23-2008, 12:00 AM
    Filed under: C#, SharePoint, SharePoint for Developers
  • SharePoint: Changing comments of document versions in code

    During one SharePoint migration project I had problem with document versions comments. I needed some way to set these in my code. As I didn't found any normal way to do it through SharePoint API I worked out something I call dirty hack. But it works. The Idea As API seemed more and more hopeless in my...
    Posted to Gunnar Peipman's ASP.NET blog (Weblog) by DigiMortal on 04-05-2008, 12:00 AM
    Filed under: C#, SharePoint, SQL Server
  • Windows Live ID Authentication for your Web Applications and SharePoint

    Microsoft had released Windows Live ID Web Authentication 1.0 SDK to enable a platform-neutral way of adding authentication to your application through Windows Live ID authentication service. It also makes it possible to add Windows Live controls in your application and comes with SDK containing documentation...
    Posted to Sharad Kumar (Weblog) by eJugnoo on 02-09-2008, 12:00 AM
    Filed under: SharePoint, ASP.NET, C#, Windows Live
  • Working with USB to Serial port adapter on .NET

    You can't solve a problem with the same kind of thinking that created it. — Albert Einstein (1879-1955) Yesterday I spent a lot of time trying to get a speed radar to work on my .NET application. Every test was giving us diferent results. We made hundreds of tests, but every time we thought we found...
    Posted to Matias Paterlini (Weblog) by paterlinimatias on 01-16-2008, 12:00 AM
    Filed under: WPF, Orcas, Team System, Vista, Infocard, Commerce Server, WinFX, .NET FAQ, Atlas, Web Services, Agile, CLR, Biztalk, BCL, WCF, Avalon, WWF, AJAX, General Software Development, Windows Forms, Content Management Server, ASP.NET, Visual Basic, C#, Sharepoint, Mobile, IIS, Community News, Crossbow, Visual Studio, .NET, SQL Server
  • Dynamically creating a Sharepoint Web-Service proxy instance

    In my current code, I find myself accessing many Sharepoint web services. In one run of code I can access 5-6 different web services on dozens of different sites, not necessarily even on the same server. Given that I find myself writing a lot of boilerplate code looking like this: using (SiteData siteDataWS...
    Posted to Miscellaneous Debris (Weblog) by Avner Kashtan on 09-03-2007, 12:00 AM
    Filed under: .NET, SharePoint, CodeSnippets, C#, Generics
  • Retrieving all properties for a Sharepoint list

    When we call the GetListItems or GetListItemChanges methods in Sharepoint's Lists Web Service, we pass an XmlNode parameter specifying which fields we want to return, in this format: <ViewFields> <FieldRef Name="ows_ID"/> </ViewFields> Now, if we leave this field as null , we get a...
    Posted to Miscellaneous Debris (Weblog) by Avner Kashtan on 06-03-2007, 12:00 AM
    Filed under: .NET, SharePoint, CodeSnippets, C#
  • Clear Project List from Start Page

    Here is a nice tips to clear the Recent project list or File list from Visual Studio .Net Run--> RegEdit and navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<your version>\ProjectMRUList delete unnecessary list. similarly for FileMRuList. Make sure not disturb other key from the...
    Posted to Suresh Behera (Weblog) by Suresh Behera on 05-31-2006, 12:00 AM
    Filed under: DotNet, .Net, .Interview, Avalon, C#, WPF, Atlas, Orcas, ASP.NET, WWF, BCL, Windows Forms, Commerce Server, Biztalk, Crossbow, Agile, AJAX, Visual Studio, IIS, WinFX, Visual Basic, Community News, General Software Development, .NET FAQ, Sharepoint, WCF, SQL Server, Content Management Server, Vista, Infocard, Web Services, CLR, Mobile
Page 1 of 8 (71 items) 1 2 3 4 5 Next > ... Last »