Answer Questions
Khookie Solution Design?
I was wondering if anybody could give me a few pointers on designing a large solution. We have a rather large application written in a legacy codebase that we are rewritting from the ground-up in C# 2.0. One of the problems I constantly face is the fact that I would like to break things up into separate projects to group common things together but then I always face the problem of "circular references". Can some of you folks who are developing large applications give me some insignt in how you structure your solution(s) I have thought about having separate solutions, but that seems to defeat the purpose of having multiple projects in the same solution! Here's one example of a problem that I face. I want to segregate al ...Show All
Sinno It's Here, well kind of...
It's me again, the Marketing guy from the Knowledge Network for Microsoft Office SharePoint Server 2007 team. We have released our first candidate (RC0) for our final build of KN. To access the new build login to the Microsoft Connect site ( https://connect.microsoft.com/knbeta ) and follow the Downloads link on the left hand side to access the software package and documentation. This release features the following enhancements: Back-off functionality to improve the user experience when they are performing activities on their machines. Various performance enhancements on both the client and server. Improved keyword quality and generation. An inner circle web parts that highlights people closest to you and ...Show All
mpswaim some questions about Algorithms!
hello i`m a student,and i also develope codes in c#, i have some questions about some algorithms,and specially about their analysing. it has things like O(n),Omega and... please tell me where i can ask questions like this Hi sergio you are right,i`v some questions about algorithm`s complexities,just look at these questions, 1)we can solve sample problems with the length of 100 in 1 minutes,with the A algorithm which is an θ(2^n) algorithm.on the other hand ,soon we should solve sample problems with the two times bigger length in 1 minutes again.Do you think we need a faster and more expensive Computer 2)write an algorithm for this problem and determine it`s complexity. we have a ...Show All
edwin11 Good CMS open source.
Just wondering if you know of any good open source CMS systems. I know of DNN and Rainbow. Please post if you know of any. Sailu Check out www.axcms.net . It is free with source code, but they charge for extra modules. It is totally .Net 2.0 based. Joomla and Website Baker are my personal recommendations, but you might have more luck trying out the demos at www.opensourcecms.com. Hello Sailu, Try here for a list of CMSs with user ratings: http://www.hotscripts.com/ASP.NET/Scripts_and_Controls/Content_Management/index.html but this comes recommended by several people: http://www.dotnetnuke.com (see also http://www.dnnwiki.net and http://www.dnndir.com ) Hope that helps, Mark Hi; ...Show All
Cwilson CSF 3.0 installation problem, Create DB fails
Hi, I'm trying to install CSF Server but the installation program run into a problem during the database creation part, and I get an error message saying: " Error 26201. Error -2147217900: failed to create SQL database: CSFProfileIntegrator, error detail: CREATE DATABASE failed. Some file names listed could not be created. Check related errors..." CSF and MS SQL 2005 are installed on different servers. When I manually try to create a database from the CSF server this works fine. I have downloaded the most recent CSF server software from MSDN. Any ideas what I'm doing wrong, or where I can find logfiles with more detailed error descriptions... Geir-Ove Provide ...Show All
George2 CSF 3.0 Sample
Hi, I just installed CSF 3.0 Dev edition which is downloaded from msdn. But sample applciations are not available in that. How to get CSF sample applciations Is Microsoft provides seperately Please let me know if you have any ideas. Rgs Vasu Couldn't find them either. When will they be up for download (MSDN or public download) Vaassu, The sampls are at this URL: http://www.microsoft.com/downloads/details.aspx FamilyID=a72ac7cf-1e0e-4ea5-a248-bfc5106c1231&DisplayLang=en If the link doesn't work, copy and paste the URL into your browser's address bar. -Raymond Hi Vasu, Even I could not find samples with CSF 3.0 Dev edition. However sam ...Show All
pblecha Client access to portal site
Hello good pple of the forum, I have just successfully installed sharepoint portal server 2003 v2. Now, i installed it on a desktop running win 2003 server standard edition, i have networked a laptop to this server. However, if i type in http://localhost in the laptop browser, the portal site is not displayed. How can i configure the portal server so that i can gain client access to the portal site. Also, after the installlation, i created a site called "trainingheights", but i can't access the portal site using http://trainingheights or http://localhost/trainingheights. But when i use http://localhost the site comes up. How can i configure the server to point this url: http://trainingheights or http://localhost/trainigheights. P ...Show All
jbassmanp Custom Component Architecture
I'm trying to design a custom component architecture for development environment of our interpreted language. However, I've stucked on defining scopes of control over those custom components. Since this is a client-server system,the codes interpreted on server side and results are sent over network to the client for rendering/updating. All controls and variables have a representation on server side as symbols having different level of scopes. Moreover, the system is already matured upto some level without having custom component concept and feature. So how this re-factoring and re-engineering process should be and how the custom component architecture design should be thnx, Ekrem Aksoy eaxthearchitecture.blogspot.com ...Show All
Gafrage What is Architecture and Who are Architects?
In the software/IT industry the notions of "Architecture" or "Architects" are certainly not very well defined. The Open Group Architecture Framework (TOGAF) supports four groups of enterprise architects -- business architects, data architects, application architects, and technology architects. Microsoft Certified Architect program so far designed for two certifications (solution architects and infrastructure architects), and one more certification, messaging architect, is coming soon. Different companies use titles such as "Chief Architect", "Industry Architect", "Integration Architect", etc. Job recruiters announce "Web Architect", "Software Architect", and "Dat ...Show All
Barrymoh Delete Extended Web Apps?
Hi, I am trying to work out how you actually DELETE an Extended Web App For the life of me I cant see where it is! I have tried deleting the AAM mapping, and then I deleted the Web App in IIS (I know this isnt a good practice!) - the net result is that when I try and create another Extended Web App, with the same name and port, MOSS complains that one already exists! Can someone point me at the obvious Thanks Phil Go to Central Administration | App Management. Click the Remove SharePoint from IIS Web Site entry in the first section. On the following page, select the IIS site (zone) to "un-extend". You can also select to delete the corresponding IIS site. Hope this helps, ...Show All
kuntushi I don't know what can I extract from my load project
!Hello everyone! I have tested my application, it includes: indigo's service, a little logic based in typed datasets and an Oracle DB. Well, all, included the database, is into a P4 3,2 Ghz, 2gb ram. Only that machine. From my machine I have launched a test, it call an user case which access the DB with little logic. Well, in the test I have only achieved 20 concurrent users without errors (I think that is enough for my app). When I put more concurrent users the problems begins and IIS falls. What I want to know is if in that topology 20 concurrent users is a good number or I should have reach more. Thanks, I don't have experience in load testing and I don't know what expect. 20 concurrent users is quite low having ...Show All
xr280xr Active Directory+Database
Hi pals, We are converting forms authentication of an ASP application to windows authentication.All the new functions have to be written in .Net and ASP has to call that(using type library conversion).The problem is there are some tables in the DB(SQL Server) which are related to the users table in the DB.Since,the users have to come from AD,how to relate the users with the other tables in DB .How to maintain relationship constraints between AD users and SQL tables Thanks, Saravanan Saravanan, I'm working in an application development group with some similar requirements. In our case we have users replicated in AD and DB, I mean we manage authentication with AD, but most of ...Show All
Barry-ELX possible bug in SPFolder? -getting InvalidOperationException when accessing list
Hi, Setup: System.Web.UI.WebControls.WebParts.WebPart WSS v3 In CreateChildControls i add a Microsoft.SharePoint.WebControls.NewItemButton with SPControlMode.New The button is assigned the ID from a list that is situated in the root of the Site Collection The web part is always using this root list also if it is called from other sites. Everything works fine in the root, including the "new list item" button. In sub sites, everything works except when i add the NewItemButton to the control tree, i get an InvalidOperationException (Operation is not valid due to the current state of the object). The stack trace shows that the exception occurs in SPFolders [7544] Exception StackTrace: at Microsoft.SharePoint. ...Show All
gabriel_333 How programantically enable file sharing (or 'why doesn't snetcfg.exe work?')
Howdy, I've been trying for a while now to programatically enable file sharing on Windows XP and Windows 2000 for a local application running under a non-domain controlled network, on a computer which has never been authorized for file sharing before. It appears to me that there is no documented way to share a file or folder unless and until the user manually enables file sharing by using the file manager to either run the network setup wizard, or click the "just enable file sharing" checkbox in response to right clicking the file or folder to be shared in windows file manager and then selecting 'sharing'. According to Google anyway, the DDK sample program snetcfg is supposed to do what I want. I've compiled the DDK versio ...Show All
Bloom326984 SharePoint actions IDs
Hi, I'd like to hide some standard list item actions, like "alert me" using <hidecustomaction> tag in list template. To do so action-id is needed. Does anyone know how to get standard actions ID's (ie. "Edit" or "Manage Permissions" for list item in preview form). Thanks in advance, Tom I have follow your step, but i can't Input the command by command prompt eg: Start ->run ->cmd Then from command line (run on server): stsadm -o installfeature -filename HideAlerts\Feature.xml stsadm -o activatefeature -filename HideAlerts\Feature.xml -url http://localhost/ Cmd said it can't find the command stsadm... How can you did it thx for reply ...Show All
