Software Development Network Logo
  • .NET Development
  • Microsoft ISV
  • Visual Studio
  • SharePoint Products
  • Visual FoxPro
  • Windows Forms
  • Audio and Video
  • Windows Vista
  • IE Development
  • Game Technologies
  • Visual C#
  • Visual C++
  • Smart Devicet
  • Visual Basic
  • SQL Server

Software Development Network >> SharePoint Products

SharePoint Products

New Question

how to quote content
if not to use session variables then what
Visiting a portal without authentication
Design processes for commutability?? MCSD.NET Book
OHSBE 3.0 Sample error
Detecting internal calls in business object without using TLS or overloaded internal method
MOSS 2007 ADAM
pattern based code generation
sharepoint 2007 how to know when a new site is created
Is there any UI framework for vc6.0 or vc2005 which I can download freely ?By this way ,it will save my time to build UI .

Top Answerers

Gordopolis
CKa
r3n
xcyborgninja
Dietz
Roger_Wagner
MattGreer88
MayoDev
UmaMohan
Wee Bubba
sitemap
Only Title

Answer Questions

  • SweptSquash CSF vs. WCF ("Indigo")

    I took a brief look at the architecture of both frameworks and they looks very similar. If a company is looking to do a major implementation over the next few months of CSF, shouldn’t they just wait till WCF is released Are there major differences between the two Hi Ashish, You are correct that a forthcoming version of the CSF will be based on Indigo (WCF / .Net 3.0). Indigo (WCF) is a complete set of classes and interfaces for building robust web services, including WS-* compliant web services. WCF emphasises design-time specification of message sending and receiving stacks. CSF is a collection of WS-* compliant web services, intended to make SOA adoption easier. CSF ma ...Show All

  • dmouser Search Usage

    I have some questions about what is the best approach to take. I need to gather detailed information about search usage for my site collection. Here are my criteria: 1. I want data from one site collection, not all sites using the same ssp. 2. I want username, date, search word(s), scope, advanced search options, result count, and best bet hits I know that MOSS provides some built in search usage logging, but it doesn't appear to fulfill my needs out of the box. Is there access to this usage data via object model or web services In sps2003 I inherited from the SearchResults web part and was able to get the data (or most of it) by overriding GenerateQueryString(...) The CoreSearchResults web part in MOSS derives fro ...Show All

  • Kryor Simple Class question regarding hierarchies or Parent Child relationships.

    I'm not sure this is the correct forum but I would like to model a library of books and I'm stuck on a key concept of OOP.  The library would contain one or more book types like "fiction" or "reference".  The book types would contain one or more books like "Gone With the Wind" or "VB Classes in 21 Minutes" :)  Each book would contain one or more "pages".  I have created a class for each object seperately but how do I model the fact that a book contains pages, a type contains books which contain pages, and a library contains types which contain books which contain pages   At first I created a parent container (ArrayList) for each class that contained the child objects but that seems akw ...Show All

  • encoded Planning transactions with N-tier, distributed transactions, multiple databases

    Hi Forum I would like to know if there are some best practices for planning/documenting transactions in order to avoid deadlocks. We unfortunately have the bad habit of going into production before discovering deadlocks. The problem is that we have an N-tier architecture where developers can choose to start transactions that spans not just multiple tables but also multiple databases. So it is distributed transactions. It gets quite complex when many people implement transactions, not necessarily calling the resources in the same order. What should I as an architect do - Should I put together a document and have the developers document all transactions, including isolation level and in what order they are calling resour ...Show All

  • WV John OOP Design Question - Need an opinion...

    I know there is no "100% correct" way to design the following but any suggestions or shared opinions would be appreciated: I want to create a Customer business entity. Should this Customer class only contain properties and simple validation or should it also contain all the business logic and CRUD functions Should I create a separate class called CustomerService that handles logic by passing around and working with the Customer entity Example: How to add a new Customer 1) All domain logic in one Customer object . Customer.Name = "Bla" Customer.Save OR 2) Customer object to hold properties and Service object to perform business logic. Customer.Name = "Bla" CustomerFactory.AddCu ...Show All

  • Jamie Thomson LOL: No Knowledge about Knowledge Network

    Just thought it was funny that the "Knowledge Network" had no posts and thus no Knowledge about it :-) Hi Henry, Regarding an executive brief... not sure... i know John Hand did a Channel9 presentation on this a while back which went pretty deep into the product. I just checked the Office Site and I dont see a link for KN there at this time. I will try and get an answer as to why its missing. With regards to your question on excluding mailboxes. Not completely following you there. Here is the basics for how the process goes through. Two components - Server Application and Client Application Client Application ( after installing locally on client machine) will Analyze email to create profile (keywords, contact ...Show All

  • William Lowers Integration with MSMQ

    I need to integrate an application written in C that runs on a linux server with an MSMQ Queue. Is anyone aware of a messaging product that runs on linux that will interoperate with MSMQ Something open source would be ideal but not mandatory. Any direction you could provide would be great! Thanks Jason There's IBM Websphere MQ which runs on linux (and any other platform for that matter) here's how to integrate it with MSMQ http://msdn.microsoft.com/library/default.asp url=/library/en-us/his_2004main/htm/mqb_msmq_mqseries_bridge_setup_and_configuration.asp Arnon ...Show All

  • GTrz Create a 'custom' List with Pages

    Hi, I need to create a 'custom' List that will contain Pages (or articles if you want). I can't use the default Page list that's there. How can I go about doing this I need this because I have to have a List with articles that aren't shown on the site as other 'normal' articles. Thanks! Joost, The "Create Page" link is a built-in menu item that redirects you to the "new page" screen for the "pages" library. You have three options: train your authors that when they want to create a new page in the "non-pages" library, they should go to that library and click "new" there create a new menu item in the "site actions" menu bar that wi ...Show All

  • dakota367 OOP Design Question - Need an opinion...

    I know there is no "100% correct" way to design the following but any suggestions or shared opinions would be appreciated: I want to create a Customer business entity. Should this Customer class only contain properties and simple validation or should it also contain all the business logic and CRUD functions Should I create a separate class called CustomerService that handles logic by passing around and working with the Customer entity Example: How to add a new Customer 1) All domain logic in one Customer object . Customer.Name = "Bla" Customer.Save OR 2) Customer object to hold properties and Service object to perform business logic. Customer.Name = "Bla" CustomerFactory.AddCu ...Show All

  • crash33 Webpart and Session Variable

    For my debugging issues, can some one please show me how to use Session variable when developing WebPart and get it result display in the WebPart. Many thanks, Han Hi, Before you can use sessions you first have to enable the session state module in the web.config file in the sharepoint site. Just uncomment the following line: <!-- <add name="Session" type="System.Web.SessionState.SessionStateModule"/> --> After that you can use the session object like you'll normally do with web applications. Do you have any problems with your debugging process Grtz, Mart ...Show All

  • R1ZWAN Sharepoint Blog

    I want to setup a secure Blog. This means that each user would have an online journal. only that reader and certain administrators could read this journal. 1.Is this somthing that should be done in sharepoint or should I just build a webapp to do this 2.If this is for sharepoint where can I go for some information on how to get started. 3.Note I am very very new to sharepoint so go easy on me if this is stupid..... Thanks what about using BlogParts do I need them I found BlogParts here http://www.molberg.dk/blogs/steen/default.aspx Let's go back all the way: STS - Sharepoint Team Services, part of Office XP pro, uses SQL or WMSDE to build team ...Show All

  • Vamshi Raghu Sharepoint error when adding Web Part

    Hi, i'm getting a very basic error but i can't figure out what's going on. I'm the administrator of a Sharepoint site. When i try to modify the Shared page, (dragging and dropping a web part, for example), an error page displays. The page is a generic error page, with no information on what the error is. Can anyone help me Thanks! Francesc Edit "Inetpub/wwwroot/wss/VirtualDirectories/YourPortal/web.config" file. set callstack="true" set customErrors="Off" You'll see a descriptive error.. Did you check the Event Log and SharePoint logs on the server to see if they have more information in them Hi, I see this error message after making the ...Show All

  • JSR2005 Adding users

    Hi, I created a top level website using wss 3.0 Now I added two groups "Users" and "Admin" I'm adding the users from ADS.....problem I'm facing is that now I want to add a user in both the groups.....when I do this I have to first select a group and then add the user and then select second group and again add the same user to this group.... Cant I assign multiple groups at a single place for a user.... Thanks MK Thanks Brian.....but I do not have the control to AD..... anyways many thanks and really sorry for this really late reply :) Out of the box you cannot add the user to multiple groups, but your user will have ...Show All

  • B. Thomas Login Dialog

    Hi folks I have installed Sharepoint onto a domain server. It will always be accessed from within the domain (i.e. it will not be on the internet.). 1. When a user browses to the site (in internet explorer) they are presented with a login box (saying "Connect to [Servername]"). Is there any way that I can get rid of this I would rather that the users didn't have to log in. I hoped their credentials would be handled automatically since they are on the domain. 2. I have an asp.net 2.0 site which the Sharepoint site has links to. It is on the same server but published on a different port. When a user clicks on a link for this site they are also presented with another login dialog. How can I get rid of this (i.e. can't I jus ...Show All

  • NeederOfVBHelp How are you gnerating application definitions?

    Hello All, I am just cusrious to know how are you guys generating your application definitions in BDC by hand or using one of the tools out there to auto generate that scary XML file I am unable to find a tool which gives me the ability to include stored procedures in my app def instead of pure tables or views Any help would be appreciated. Thanks a lot What tools specifically are out there I found a couple of utlities but wondered if there are better ones out there. >>As far as I know, the stored procedures are not yet supported but you should be able to get started using the SDK I guess. Do you mean that using the SDK , I can call my sps How Thanks a lot ...Show All

123456789101112131415161718

©2008 Software Development Network

powered by phorum