Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

MSServerSide · MSServerSide.NET

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 100 - 130 of 1114   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#100 From: razi rais <razi_rais@...>
Date: Tue Apr 4, 2006 1:20 pm
Subject: Biztalk Server 2004 Adapters: A Developer’s Guide
razi_rais
Send Email Send Email
 
Hi to all
 
I uploaded a document on out group under Biztalk folder , that describes the best practices for developers to build scaleable and reliable Adapters for Microsoft® BizTalk® Server 2004. As well as describing the best practices this document details various aspects of the BizTalk Server internals that are pertinent to adapter development. While knowledge of the BizTalk Server internals is not required in order to develop an adapter, it is useful in order to understand how to fully utilize the engine and leverage it to its full potential. This document focuses on the Adapter Framework run-time API’s used to develop transport Adapters for the Messaging Engine. It is not the intention of this document to detail the Adapter Framework design-time since the product documentation and the SDK provides sufficient information to develop the design time component including UI localization.
 
BizTalk Server 2004 enables deep integration for custom transport Adapters both from the run-time and design time aspects. The intent of this document is to enable Adapter developers to take full advantage of the rich and flexible capabilities exposed to adapter developers in order to develop performance and scalable adapters.


Send instant messages to your online friends http://uk.messenger.yahoo.com


#101 From: razi rais <razi_rais@...>
Date: Wed Apr 5, 2006 10:53 am
Subject: Understanding the Windows Workflow Foundation WF: From a Business User's Perspective
razi_rais
Send Email Send Email
 

Hi to all

Check out this article on Windows Workflow Foundation (WF) , you can also found it at http://www.codeproject.com/dotnet/UnderstandWWF.asp
 
 

Introduction

Every time Microsoft announces some new technology, the hype created by it is so immense it’s almost impossible to avoid that heat. Now, if we look at last year's announcement of the Windows Workflow Framework (WF), it’s pretty much evident that this technology will get much more attention than other technologies due to its domain. Now, let's come to a more interesting part, and that is the impact of this technology on software developers, business users, end users / customers etc. No matter which category you belong to, you will see some amount of lack of understanding and ambiguity, and this is mostly due to our current market trend where people relate technologies before even they can fully jell into it. This is even more of a case when we talk about people standing in the league of non developers, and there you find project managers and business users / stakeholders who are not equipped with acute technical knowledge to thoroughly understand the technology. The result of this is a void generated in the market which must not be overlooked.
In this article, I will try to thoroughly explain the domain of Windows Workflow Foundation (WF) and how business users can relate themselves to it. I will try to amplify the issues that most business level users find very important and directly affect their decision making. This includes general cost factors, the changes to current infrastructure, resource learning curve, futuristic approaches etc. I hope that after reading this article, you will get a clear idea of the WF domain and the basic set of functionality and the feature set it provides. The audience of this article must have proper experience in handling IT projects, specially projects that use Microsoft technologies.

Understanding the Business Domain of Workflows

Human Driven Workflows

If you look around, you will find people everywhere indulging in business processes and acting as a sole player in them. When you analyze these processes, you will find some tasks that are dependent on others before they can be executed. This situation is a prime candidate for human-driven workflow as only humans can make decisions during their engagement in these business processes. One important characteristic of a human workflow is a clear involvement of roles that are actually the reflection of responsibility/roles that are defined in real world. The important point that we must understand is that we should not overlook the fact that humans roles / responsibility can quickly change in an unpredictable fashion within a system, and this has to be handled within the workflow system intelligently. So any workflow system that is targeting human workflows must handle long running processes with delays and dynamic changes, both in the workflow process and roles.
The Windows Workflow Foundation (WF) counters all the above mentioned requirements, and provides a very flexible model to implement them. WF provides a “State Machine Workflow” that can handle events and make progress based on events; moreover, the changes can be addresses through features like the dynamic update feature in the WF.
The bottom line is that WF has the capability to handle situations involving humans along with changes encountered during the process. We will see a detailed example of a workflow in a later section, but here for the purpose of completeness, let us see a simple scenario that is a human workflow. In most organizations, we see some process for handling leave applications. The idea is that every employee that wants a leave must submit an application that will then go through the approval process which likely involves the head of the department and the operational manager(s) depending upon the company's organizational Hierarchy. You can clearly identify here in this workflow, that certain humans will accomplish the roles of the head of the department and operational manager(s). The process can be visualized through the figure below:

System Workflows

System workflows are a class of workflows that inherently involves automation elements in them. In contrast to human workflows, the key players here are not humans, instead services and applications. In today’s world, computers have led to automation in various forms and fields from supply chain management to DNA modeling. Most business processes utilize, and in fact, are built on top of services and enterprise level applications. Likewise, we have situations where these diverse services work interactively in a way that a process flow can be defined. This process flow along with other generic service entities that are considered inevitable (e.g. communication services, email etc.) make system workflows. Although most of the time, in contrast to human workflows, the element of intelligence or informality (the real and literal power of thinking) is not present in system workflows, there is certainly no barrier, and business intelligence can be used within these system to go a step forward.
The Windows Workflow Foundation (WF) provides a solid platform that addresses the needs of system workflows. In the form of “sequential workflow” along with various “activities”, the WF provides a highly flexible way to design and implement all sorts of system workflows. WF's agnostic nature towards any single service or application (unlike other Microsoft products and technologies that have dependency constraints) makes it an excellent candidate for implementing system workflows.
Before moving to the next section, let's take a look at a rational workflow scenario, the “Grievance Management System “ (GMS). The GMS is very common in organizations, and is a way for customers to file their grievance. Typically, a customer logs to a Website or manually makes a phone call, and some one on behalf of this call makes an entry into the GMS. The following figure shows the whole process flow of a Grievance Management System. The important point to note is that like most workflow scenarios, the GMS also consists of human elements as well as some system automation. This blend is what you will see in most of today’s workflows.
Let's analyze the above mentioned GMS, and enlist and identify the steps, actions, rules, and the parties responsible for the actions (human/system).
Steps Actions Rules System / Human
Customer logs in by logging to an ASP.NET website or a SharePoint Portal Server 2003 portal. Customer enters details of his/her grievance. Customer must be a valid customer and eligible for filing a grievance. Human
Customer information is validated and the previous history is also checked. Customer defined grievance is stored in a database. Certain key information elements (e.g. customer name, membership type, etc.) are examined and processed. The priority of the grievance is also set. Lastly, an employee is assigned for this grievance processing.
  1. Customer must hold a clear history.
  2. Customer membership type must be premium in order to give his grievance a high priority.
  3. Deadline for the grievance processing should not be more than a week from the initial filing date.
System
An employee works on the grievance and tries to come up with a number of corrective steps to solve this filed grievance. Employees take corrective actions which may require physical work on the filed grievance.
  1. The grievance category is analyzed and corrective steps must fall into a predefined policy.
  2. The priority cannot be changed at this step.
Human
Manager reviews the corrective steps and makes important decisions. Manager analyzes the corrective steps and, based on multiple factors, mark the corrective steps as satisfactory or unsatisfactory. This is then send to the grievance process management service / application.
  1. Manager validates the steps taken based on his/her own expertise along with a set of policies that must be followed.
Human
Grievance process management service takes the input of the manager and accordingly notifies the Customer. The customer is notified through email, telephone etc., about the corrective actions taken on his/her filed complaint.
  1. The grievance deadline is validated, and if found to be expired, a notification method and metaphor is decided.
  2. In case of grievances that are marked to be high priority, the notification is done through automated calls, otherwise an email is send.
System

Microsoft Workflow Strategy

Microsoft brought workflow into the mainstream with WF, and this was not accidental. There is a clear need of it, and this was analyzed by Microsoft. In this section, we will look into some of those areas that Microsoft successfully takes control of with the release of WF.

Seamless Integration with Office 12

It's hard to find office systems that are not using the Microsoft Office Application Suite. Microsoft is now coming up with the next biggest release of Office (Office 12) which will make a huge impact on the current office systems. Microsoft invested heavily on Office 12, and clearly understands that businesses process like document approval, task initialization etc., must be extremely simple to use and should be seamlessly integrated into the office applications. The important point for Microsoft is that they want both technically inclined and non-technically inclined users to be benefited from their system equally.
WF is an important building block to achieve seamless integration as this is the single workflow solution provided by Microsoft. I think an example might help here. Consider a situation where a business user wants to start a process for document approval on an Office Word document. Now, this can simply be done by clicking a button, and in fact, the business user will be completely unaware of what happens in the background. The important point to remember is that there are number of ISVs (Independent Service Vendors) that have workflow solutions that provide good integration with products (specially InfoPath etc.), but the level and magnitude of integration that WF provides is difficult to find. Moreover, the fact that WF is not a product but a technology makes it an ideal candidate for building workflows that are targets for Office 12 applications. So if you have future plans to invest into workflows that will integrate with Office 12 products and applications, then WF is a better solution in terms of cost, integration, and resource consumption (keeping in mind that your developers have same development environment and similar technical paradigm). We will look in more details about interrogation of Office 12 and WF in later sections.

Application Development

Application development is the backbone for manufacturing software, and workflow solutions are not exceptions. We all know that delays in application development can cause a severe impact on projects, especially in terms of over budgeting. With WF, you certainly minimize application development time drastically because if you have a league of developers who are already tuned and are capable of development on the .NET platform, then WF will only take a minimal learning curve. This is mostly because Microsoft launches WF as a framework, and they provide the same set of tools for developers as they are used to. For example, if your have a developer who is using Visual Studio 2005 for development, then he/she will feel completely at home from the day one with WF. Take a look at the figures below. They are Visual Studio snapshots. The first one shows the application development environment that developers use for Windows development, and the second one shows the application development environment that developers use for WF development.

Extensible platform for ISVs

If you are among or looking forward to be an ISV that develops solutions based on Microsoft technologies, then you will be certainly relieved to know that WF can be used as an underlying technology for building enterprise level solutions. This extensibility is very powerful, and opens doors for investments as the crux is provided. The ISVs like K2.Net and Captaris Template who provide workflow solutions made futuristic approach with the use of WF Technology in their next releases.
So to sum it up, the Microsoft strategy for workflow is to make it accessible to every user of Windows and provide the capability to handle workflow scenarios across a wide range.

Examining the Cost Factor

The cost factor is yet another important factor for project stakeholders. And specially if you are investing in any new technology like WF, it’s very important to analyze the cost factors related to it. In this section, we will first view how Microsoft packages WF so one will get a clear idea about its gross cost (if any). Then we will try to determine the cost relative to other products in the full or partial domain of workflows.
The Windows Workflow Foundation (WF) is a core component of WinFX and is scheduled to be released in Mid-2006. WF is a framework not a product (as .NET is a framework), and it's free with absolutely no cost associated with it. So this implies that anyone can use it without paying any server license or client access license costs. The points that we should understand here are clear differences between the products and the frameworks, and they should not be overshadowed. Following are the list of factors that play an important role in the varying cost between the frameworks and the products.

Out of the Box Functionality

Frameworks, most of the time, acts as a ground brick, and it’s totally up to us that how we develop products on top of that. On the other hand, products target specific domains and provide an area specific feature and functionality set. The WF products provide certain out of the box functionality that are mostly generic and are easily applicable. There is huge support for making things the way you want with it, and that makes it generic. If for instance, WF only provides out of the box support for certain applications, then its usability will not be same. All this affects the cost, and that’s why there is a built-in cost for the out of the box functionality which is embedded in the product.

Extensibility

The framework is highly extensible but you have to do labor to take advantage of it. This is a crucial factor when we compare it with domain specific products; they might not provide extensibility to the level that the WF framework provides, but are ,ostly extensible enough to satisfy the requirements of their domain.

Vender Support

The product is eligible for support. This is further divided into subcategories; the support may be paid or free depending upon its level. This is in contrast to most other frameworks where there is not much support available. There may be development patches available over time, when any severe case of functionally-lapse is found.

WF with Third Party Workflow Suit

WF is a free framework with enriched functionality; some of this functionality is provided from Microsoft and others from partner ISVs to fill the gap. As WF is a workflow framework and is not targeted to any specific product, it made it an ideal candidate for ISVs to use as a backbone for making their own workflow products on top of it. There are certain ISVs that are using WF, and their future releases will be hence WF complaint. The cost is totally dependent on the feature and functionality their product provides. For example, one ISV provides workflow with business monitoring functionality along with a very extensive set of integration option with existing Microsoft products and technologies (e.g., Microsoft Office Application Suite, ASP.NET, WSS etc.). Some other ISVs provide only workflow functionality and integration with a single Microsoft product and technology (e.g. WSS, Share Point Portal Server 2003 etc.).

WF with Current Microsoft Infrastructure / Server & Client Applications

WF can leverage the existing Microsoft infrastructure; moreover, its ability to integrate with Microsoft products open doors to a vast majority of possibilities for various stakeholders. As it's not possible to provide an overview of WF integration with all Microsoft products and technologies, I have selected here two server products that are thickly used, namely Microsoft Content Management Server 2002, and Share Point Portal Server 2003, and also an Active Directory implementation.

Content Management Server 2002

Microsoft Content Management Server 2002 (MCMS 2002) is heavily used by organizations today for handling the bulk of data that is published in any organization. MCMS 2002 has a simple workflow of its own but that is quite limited, and most of the time, organizations want to implement workflows that mimic their existing business processes. WF can be used to fill this gap and implement business processes according to user requirement. But you must remember the fact that MCMS 2002 only provides support for .NET 2.0 through service pack 2, and it’s not a straightforward service pack one will ever use. Moreover, MCMS 2002 is now merged with SharePoint Portal Server 2007, and if your client demands to transfer your WF implementation on MCMS 2002 to SharePoint Portal Server 2007, it will certainly raise a lot of issues and will not be a seamless transformation, as currently the SharePoint Portal Server 2007 is in beta 2. We cannot make a final verdict about the transformation except the fact that normal MCMS 2002 functionality and MCMS 2002 database migration will be provided.

Microsoft Office SharePoint Portal Server 2003

Built on to WSS 2.0, the Microsoft Office SharePoint Portal Server 2003 (SPP 2003) is a collaboration platform for intranet/internet. Features like document libraries, workspaces (places to collaborate), and smooth integration with Office 2003 made it very popular in both small and large organizations. WF can be used with SPS 2003, although this usage is not as smooth and swift as you will find in SPS 2007. But with intelligent investment and some quality development, WF can be utilized from SPS 2003. The point to notice here is the number of tasks that can be performed by WF that were previously either done through third party workflow solutions or by heavy custom development. Simply put, WF can power SPS 2003, but it depends on the degree and magnitude of what exactly you want to achieve through WF.

Active Directory

WF can leverage the Active Directory implementation; this can be done by creating and using custom WF activities which communicate with the Active Directory. Again, there are and will be more of these activities available from here.

The Resource Learning Curve

Microsoft WF might be a new technology but it’s very easy to start working with. This is due to various factors which we will see shortly, but the important thing is that Microsoft made every possible effort to make the learning and development experience as comfortable as possible. The following points will help you understand it better.

No Surprises for Developers

Today, majority of developers working on Microsoft technologies use Microsoft Visual Studio for development, and it would be a blunder if WF requires a different metaphor. Microsoft understands that it will be a very unpleasant surprise for developers if they don’t find the same way of doing things as they are used to. So, WF development can be done in Visual Studio as development in any other Microsoft technology. This heavily minimizes the learning curve for developers which might be needed if this support is not provided.

Microsoft Web Casts

Microsoft provides web casts which make a huge effort to provide a deep drill inside Microsoft technologies. There are WF web casts for varying audiences form system architects to developers. These web casts are presented by technology experts themselves, and hence are excellent sources of learning.
Moreover, the Microsoft MSDN network is an excellent place for understanding new technologies. There is a whole website dedicated for WF here. This site is the key place to find any information related to WF, and this is equally beneficial to technical and non-technical users.

WF and Futuristic Approach

Microsoft Vista

Vista is Microsoft's next version of Windows. If you are planning to provide workflow solutions on Vista, WF should be your top choice. WF is one of the core components of the WinFX release, and will be available in mid 2006.

Microsoft Office SharePoint Server 2007

Microsoft SharePoint Portal Server 2007 (SPS 2007) is the next release of the Microsoft SharePoint Server 2003, and also now aggregates Content Management Server 2002 functionality. This release completely utilizes Office 12. WF is the workflow technology that is used in SPS 2007; in fact, there are some workflow scenarios that are provided out of the box (e.g., document/task feedback). The following figure shows a screenshot of the document / task feedback workflow that is provided in SPS 2007.
Please note in the above screenshot that normal business tasks like “Delegation” and “Request Change” are also provided by WF.

Microsoft FrontPage 12

FrontPage 12 allows business users a place to do changes to the SPS 2007 layout, and also create workflows without any prior knowledge of WF and its technical details. The following screenshots shows in detail how easy it is for non-technical users to define workflows using FrontPage12.
In fact, there is a huge set of SharePoint Portal Server 2007 content that can be used, the following screenshot shows this (see the drop down box with a variety of SharePoint Portal Server 2007 contents to chose from, including contacts, discussion boards, links etc.).
Once you select the content on which you want to impose the workflow, you can add as many steps as you want. The following screenshot shows a single step that is added to the workflow.
Once the step is defined, you can add conditions to the step. These are essentially the business rules that you want to get evaluated. The following screenshot shows a simple condition(s) that can be added:
Next, you can define the action(s) that you want to take when the condition(s) that you defined are fulfilled. The screenshot below shows the action(s) that are available:

Early WF Adapter ISVs

There are a whole bunch of early adapter ISVs for WF. This is shown in the figure below. Most of them not only provide workflow solutions but also business process modeling solutions.

Conclusion

Windows Workflow Foundation (WF) is the future to build workflow solutions on the Microsoft platform. It’s free, highly integrateable with Microsoft products and technologies (e.g., Office 12), and the enriched functionality makes it the ideal candidate for developing workflows. We visited a couple of areas that non-technically inclined users normally find ambiguous and make them hesitant in making timely decisions. I hope that this article helps you better understand the WF and its domain technology. Please feel free to drop by your suggestion at razi_rais@.... If you want to know more about WF, join this group; here you can pitch any queries and we will try to answer them.

razi bin rais


Click here to view razi bin rais's online profile.


Send instant messages to your online friends http://uk.messenger.yahoo.com


#102 From: MSServerSide@yahoogroups.com
Date: Thu Apr 6, 2006 8:31 am
Subject: New file uploaded to MSServerSide
MSServerSide@yahoogroups.com
Send Email Send Email
 
Hello,

This email message is a notification to let you know that
a file has been uploaded to the Files area of the MSServerSide
group.

   File        : /Biztalk Server /biztalk_2004_adapter_develope.doc
   Uploaded by : razi_rais <razi_rais@...>
   Description :

You can access this file at the URL:
http://groups.yahoo.com/group/MSServerSide/files/Biztalk%20Server%20/biztalk_200\
4_adapter_develope.doc

To learn more about file sharing for your group, please visit:
http://help.yahoo.com/help/us/groups/files

Regards,

razi_rais <razi_rais@...>

#103 From: MSServerSide@yahoogroups.com
Date: Thu Apr 6, 2006 9:03 am
Subject: New file uploaded to MSServerSide
MSServerSide@yahoogroups.com
Send Email Send Email
 
Hello,

This email message is a notification to let you know that
a file has been uploaded to the Files area of the MSServerSide
group.

   File        : /SharePoint Portal 2003
Docs/Oreilly.SharePoint.Users.Guide.Mar.2005.eBook-LiB.chm
   Uploaded by : razi_rais <razi_rais@...>
   Description :

You can access this file at the URL:
http://groups.yahoo.com/group/MSServerSide/files/SharePoint%20Portal%202003%20Do\
cs/Oreilly.SharePoint.Users.Guide.Mar.2005.eBook-LiB.chm

To learn more about file sharing for your group, please visit:
http://help.yahoo.com/help/us/groups/files

Regards,

razi_rais <razi_rais@...>

#104 From: MSServerSide@yahoogroups.com
Date: Fri Apr 7, 2006 12:18 pm
Subject: New file uploaded to MSServerSide
MSServerSide@yahoogroups.com
Send Email Send Email
 
Hello,

This email message is a notification to let you know that
a file has been uploaded to the Files area of the MSServerSide
group.

   File        : /MCMS2002 Docs/Building a CMS.pdf
   Uploaded by : razi_rais <razi_rais@...>
   Description :

You can access this file at the URL:
http://groups.yahoo.com/group/MSServerSide/files/MCMS2002%20Docs/Building%20a%20\
CMS.pdf

To learn more about file sharing for your group, please visit:
http://help.yahoo.com/help/us/groups/files

Regards,

razi_rais <razi_rais@...>

#105 From: MSServerSide@yahoogroups.com
Date: Fri Apr 7, 2006 8:29 pm
Subject: Poll results for MSServerSide
MSServerSide@yahoogroups.com
Send Email Send Email
 
The following MSServerSide poll is now closed.  Here are the
final results:


POLL QUESTION: Which Of the Following WinFx Technology excites you most ?


CHOICES AND RESULTS
- Windows WorkFlow Foundation, 1 votes, 100.00%
- Windows Communication Foundation, 0 votes, 0.00%
- Windows Presentation Foundation, 0 votes, 0.00%



For more information about this group, please visit
http://groups.yahoo.com/group/MSServerSide

For help with Yahoo! Groups, please visit
http://help.yahoo.com/help/us/groups/

#106 From: "arash2880" <arash2880@...>
Date: Mon Apr 10, 2006 12:05 pm
Subject: Help me about "Official Automation" With Sharepoint
arash2880
Send Email Send Email
 
Please give me a good documents about "Official Automation" With
Sharepoint .
I am looking for a good and complete ebook about this matter.
If you have ,send for me please.
arash2880@...
thanks

#107 From: razi rais <razi_rais@...>
Date: Mon Apr 10, 2006 12:42 pm
Subject: Re: Help me about "Official Automation" With Sharepoint
razi_rais
Send Email Send Email
 
hi arash
 
Hmm did  you mean "Office Automation" ? , please elobrate the requirements
so i can help you in the best way possible.

arash2880 <arash2880@...> wrote:
Please give me a good documents about "Official Automation" With
Sharepoint .
I am looking for a good and complete ebook about this matter.
If you have ,send for me please.
arash2880@...
thanks






Send instant messages to your online friends http://uk.messenger.yahoo.com


#108 From: "arash2880" <arash2880@...>
Date: Tue Apr 11, 2006 5:16 am
Subject: Re: Help me about "Official Automation" With Sharepoint
arash2880
Send Email Send Email
 
Hi razi
I want to perform an automation project for test ,if this will be
success ,will perform it in our company.
Official automation has diffrent parts such as electronic letters in
the company ,workflow and any actions to neraring "Paper Less"
organization.
excuse me for my bad english
thanks
--- In MSServerSide@yahoogroups.com, razi rais <razi_rais@...> wrote:
>
> hi arash
>
>   Hmm did  you mean "Office Automation" ? , please elobrate the
requirements
>   so i can help you in the best way possible.
>
> arash2880 <arash2880@...> wrote:
>   Please give me a good documents about "Official Automation" With
> Sharepoint .
> I am looking for a good and complete ebook about this matter.
> If you have ,send for me please.
> arash2880@...
> thanks
>
>
>
>
>
> ---------------------------------
>   YAHOO! GROUPS LINKS
>
>
>     Visit your group "MSServerSide" on the web.
>
>     To unsubscribe from this group, send an email to:
>  MSServerSide-unsubscribe@yahoogroups.com
>
>     Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
> ---------------------------------
>
>
>
>
>
>             http://spaces.msn.com/members/razi/
>
>   Razi bin Rais
>
>
>
>
>
>
>
>
> Send instant messages to your online friends
http://uk.messenger.yahoo.com
>

#109 From: razi rais <razi_rais@...>
Date: Thu Apr 13, 2006 5:52 am
Subject: Re: Re: Help me about "Official Automation" With Sharepoint
razi_rais
Send Email Send Email
 
Hi arash
I think the features yiu mentioned about offical automation can be partially fullfilled by sharepoint for e.g paper less and workflow altough you had to done bit of extra effort to achieve this . BTW sharePoint provide excellent opertunities
for online collaboration and information sharing . OFr documents you can use document library , workflows can be form 3rd party or u can write u r own .
there is a e-book on sharepoint portal server 2003 on this yahoo group . Please check it out and let me know if its any help.

arash2880 <arash2880@...> wrote:
Hi razi
I want to perform an automation project for test ,if this will be
success ,will perform it in our company.
Official automation has diffrent parts such as electronic letters in
the company ,workflow and any actions to neraring "Paper Less"
organization.
excuse me for my bad english
thanks
--- In MSServerSide@yahoogroups.com, razi rais <razi_rais@...> wrote:
>
> hi arash
>   
>   Hmm did  you mean "Office Automation" ? , please elobrate the
requirements
>   so i can help you in the best way possible.
>
> arash2880 <arash2880@...> wrote:
>   Please give me a good documents about "Official Automation" With
> Sharepoint .
> I am looking for a good and complete ebook about this matter.
> If you have ,send for me please.
> arash2880@...
> thanks
>
>
>
>
>    
> ---------------------------------
>   YAHOO! GROUPS LINKS
>
>    
>     Visit your group "MSServerSide" on the web.
>    
>     To unsubscribe from this group, send an email to:
>  MSServerSide-unsubscribe@yahoogroups.com
>    
>     Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>    
> ---------------------------------
>  
>
>
>
>
>             http://spaces.msn.com/members/razi/
>   
>   Razi bin Rais
>   
>
>
>
>
>
>
>
> Send instant messages to your online friends
http://uk.messenger.yahoo.com
>








Send instant messages to your online friends http://uk.messenger.yahoo.com


#110 From: Nasir Ali Khan <mail_nasir@...>
Date: Sun Apr 16, 2006 6:42 pm
Subject: Introduction to XmlDataSource in ASP.NET 2.0
mail_nasir
Send Email Send Email
 
http://weblogs.com.pk/nasir/archive/2006/04/16/3953.aspx

Nasir Ali Khan
www.weblogs.com.pk/Nasir
http://spaces.msn.com/members/nasirkhan


Love cheap thrills? Enjoy PC-to-Phone calls to 30+ countries for just 2¢/min with Yahoo! Messenger with Voice.

#111 From: MSServerSide@yahoogroups.com
Date: Mon Apr 17, 2006 5:41 am
Subject: New file uploaded to MSServerSide
MSServerSide@yahoogroups.com
Send Email Send Email
 
Hello,

This email message is a notification to let you know that
a file has been uploaded to the Files area of the MSServerSide
group.

   File        : /Office 2007/WordDocCreator.zip
   Uploaded by : razi_rais <razi_rais@...>
   Description :

You can access this file at the URL:
http://groups.yahoo.com/group/MSServerSide/files/Office%202007/WordDocCreator.zi\
p

To learn more about file sharing for your group, please visit:
http://help.yahoo.com/help/us/groups/files

Regards,

razi_rais <razi_rais@...>

#112 From: "BHASKARA Anil Kumar" <ABhaskara@...>
Date: Mon Apr 17, 2006 5:41 am
Subject: Hosting designer at runtime
anilkumar_mcp
Send Email Send Email
 

Hi

Can any one tell how to host the work flow designer(Not at the design time) at runtime.

Thanks and regards,

Anil kumar.

Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.

#113 From: razi rais <razi_rais@...>
Date: Mon Apr 17, 2006 6:00 am
Subject: Creating an Open XML Document in .NET
razi_rais
Send Email Send Email
 
  The idea of this article is to show how easy it is to create an
OpenXML WordprocessingML using .NET and using System.IO.Packaging provided
by WinFx.
  What we need, is to create a windows application that lets user enter
multi line of text. The user is provided a button that on click creates
a WordprocessingML. When the user clicks on the button all we need to
code for, breaking the user entered text into paragraphs and creating an
document.xml as shown below. Package it into an OpenXML document
  
  The article is named " Creating an Open XML Document in .NET " and
found at following link
http://groups.yahoo.com/group/MSServerSide/files/Office%202007/


Send instant messages to your online friends http://uk.messenger.yahoo.com


#114 From: razi rais <razi_rais@...>
Date: Wed Apr 19, 2006 7:26 am
Subject: Re: Hosting designer at runtime
razi_rais
Send Email Send Email
 
 hi
 
 please review the attanched image it shows the elements at design time ? is this what you lokking for , let us know.

BHASKARA Anil Kumar <ABhaskara@...> wrote:
Hi
Can any one tell how to host the work flow designer(Not at the design time) at runtime.
Thanks and regards,
Anil kumar.
Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.



Send instant messages to your online friends http://uk.messenger.yahoo.com


#115 From: "BHASKARA Anil Kumar" <ABhaskara@...>
Date: Wed Apr 19, 2006 8:30 am
Subject: RE: Hosting designer at runtime
anilkumar_mcp
Send Email Send Email
 

In design time we can drag and drop Activities, event listeners ect. Using work flow designer

But I want the same feature at runtime (Like how we can host windows forms at runtime using design time architecture in .Net frame work 2.0)

i.e. I want to host the designer in runtime, so that at runtime, user (Client) can able to drag and drop activities and process the work flow.

The picture what you have shown, I doubt is it the Work flow IDE,at design time??

Thanks and regards,

Anil kumar


From: MSServerSide@yahoogroups.com [mailto:MSServerSide@yahoogroups.com] On Behalf Of razi rais
Sent: Wednesday, April 19, 2006 12:57 PM
To: MSServerSide@yahoogroups.com
Subject: Re: [MSServerSide] Hosting designer at runtime

 

 hi

 

 please review the attanched image it shows the elements at design time ? is this what you lokking for , let us know.

BHASKARA Anil Kumar <ABhaskara@...> wrote:

Hi

Can any one tell how to host the work flow designer(Not at the design time) at runtime.

Thanks and regards,

Anil kumar.

Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.



Send instant messages to your online friends http://uk.messenger.yahoo.com

Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.

#116 From: razi rais <razi_rais@...>
Date: Wed Apr 19, 2006 8:45 am
Subject: RE: Hosting designer at runtime
razi_rais
Send Email Send Email
 

Hi
 
The picture is not of IDE , its custom winforom application sort of
what you want infact its very powefull as you can at runtime open , edit and save workflows.

BHASKARA Anil Kumar <ABhaskara@...> wrote:
In design time we can drag and drop Activities, event listeners ect. Using work flow designer
But I want the same feature at runtime (Like how we can host windows forms at runtime using design time architecture in .Net frame work 2.0)
i.e. I want to host the designer in runtime, so that at runtime, user (Client) can able to drag and drop activities and process the work flow.
The picture what you have shown, I doubt is it the Work flow IDE,at design time??
Thanks and regards,
Anil kumar

From: MSServerSide@yahoogroups.com [mailto:MSServerSide@yahoogroups.com] On Behalf Of razi rais
Sent: Wednesday, April 19, 2006 12:57 PM
To: MSServerSide@yahoogroups.com
Subject: Re: [MSServerSide] Hosting designer at runtime
 
 hi
 
 please review the attanched image it shows the elements at design time ? is this what you lokking for , let us know.

BHASKARA Anil Kumar <ABhaskara@...> wrote:
Hi
Can any one tell how to host the work flow designer(Not at the design time) at runtime.
Thanks and regards,
Anil kumar.
Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.


Send instant messages to your online friends http://uk.messenger.yahoo.com
Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.



Send instant messages to your online friends http://uk.messenger.yahoo.com


#117 From: "BHASKARA Anil Kumar" <ABhaskara@...>
Date: Wed Apr 19, 2006 8:49 am
Subject: RE: Hosting designer at runtime
anilkumar_mcp
Send Email Send Email
 

I     Then we need some thing like that.

      The requirement is, we should give the users a provision, wherein users will be able to design the work flow at runtime and persists the work flow.

      I think what you have sent is correct. Can you provide me the Sample code which does this one?

      Thanks a lot.

Anil kumar,

+91 99401 81820


From: MSServerSide@yahoogroups.com [mailto:MSServerSide@yahoogroups.com] On Behalf Of razi rais
Sent: Wednesday, April 19, 2006 2:15 PM
To: MSServerSide@yahoogroups.com
Subject: RE: [MSServerSide] Hosting designer at runtime

 


Hi

 

The picture is not of IDE , its custom winforom application sort of

what you want infact its very powefull as you can at runtime open , edit and save workflows.


BHASKARA Anil Kumar <ABhaskara@...> wrote:

In design time we can drag and drop Activities, event listeners ect. Using work flow designer

But I want the same feature at runtime (Like how we can host windows forms at runtime using design time architecture in .Net frame work 2.0)

i.e. I want to host the designer in runtime, so that at runtime, user (Client) can able to drag and drop activities and process the work flow.

The picture what you have shown, I doubt is it the Work flow IDE,at design time??

Thanks and regards,

Anil kumar


From: MSServerSide@yahoogroups.com [mailto:MSServerSide@yahoogroups.com] On Behalf Of razi rais
Sent: Wednesday, April 19, 2006 12:57 PM
To: MSServerSide@yahoogroups.com
Subject: Re: [MSServerSide] Hosting designer at runtime

 

 hi

 

 please review the attanched image it shows the elements at design time ? is this what you lokking for , let us know.

BHASKARA Anil Kumar <ABhaskara@...> wrote:

Hi

Can any one tell how to host the work flow designer(Not at the design time) at runtime.

Thanks and regards,

Anil kumar.

Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.




Send instant messages to your online friends http://uk.messenger.yahoo.com

Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.



Send instant messages to your online friends http://uk.messenger.yahoo.com

Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.

#118 From: MSServerSide@yahoogroups.com
Date: Wed Apr 19, 2006 9:44 am
Subject: New file uploaded to MSServerSide
MSServerSide@yahoogroups.com
Send Email Send Email
 
Hello,

This email message is a notification to let you know that
a file has been uploaded to the Files area of the MSServerSide
group.

   File        : /WorkFlows /WFPad_Beta2.exe
   Uploaded by : razi_rais <razi_rais@...>
   Description : WF Pad for Beta 2 allows runtime designing of workflow

You can access this file at the URL:
http://groups.yahoo.com/group/MSServerSide/files/WorkFlows%20/WFPad_Beta2.exe

To learn more about file sharing for your group, please visit:
http://help.yahoo.com/help/us/groups/files

Regards,

razi_rais <razi_rais@...>

#119 From: razi rais <razi_rais@...>
Date: Wed Apr 19, 2006 9:46 am
Subject: RE: Hosting designer at runtime
razi_rais
Send Email Send Email
 
Hi
 
The whole appliaction is avaliable from group web site at
 
the file name is WFPad_Beta2.exe  .
 
you can save / persist workflow by using save option from application which save the workflow in native xoml format .


BHASKARA Anil Kumar <ABhaskara@...> wrote:
I     Then we need some thing like that.
      The requirement is, we should give the users a provision, wherein users will be able to design the work flow at runtime and persists the work flow.
      I think what you have sent is correct. Can you provide me the Sample code which does this one?
      Thanks a lot.
Anil kumar,
+91 99401 81820

From: MSServerSide@yahoogroups.com [mailto:MSServerSide@yahoogroups.com] On Behalf Of razi rais
Sent: Wednesday, April 19, 2006 2:15 PM
To: MSServerSide@yahoogroups.com
Subject: RE: [MSServerSide] Hosting designer at runtime
 

Hi
 
The picture is not of IDE , its custom winforom application sort of
what you want infact its very powefull as you can at runtime open , edit and save workflows.

BHASKARA Anil Kumar <ABhaskara@...> wrote:
In design time we can drag and drop Activities, event listeners ect. Using work flow designer
But I want the same feature at runtime (Like how we can host windows forms at runtime using design time architecture in .Net frame work 2.0)
i.e. I want to host the designer in runtime, so that at runtime, user (Client) can able to drag and drop activities and process the work flow.
The picture what you have shown, I doubt is it the Work flow IDE,at design time??
Thanks and regards,
Anil kumar

From: MSServerSide@yahoogroups.com [mailto:MSServerSide@yahoogroups.com] On Behalf Of razi rais
Sent: Wednesday, April 19, 2006 12:57 PM
To: MSServerSide@yahoogroups.com
Subject: Re: [MSServerSide] Hosting designer at runtime
 
 hi
 
 please review the attanched image it shows the elements at design time ? is this what you lokking for , let us know.

BHASKARA Anil Kumar <ABhaskara@...> wrote:
Hi
Can any one tell how to host the work flow designer(Not at the design time) at runtime.
Thanks and regards,
Anil kumar.
Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.



Send instant messages to your online friends http://uk.messenger.yahoo.com
Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.


Send instant messages to your online friends http://uk.messenger.yahoo.com
Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.



Send instant messages to your online friends http://uk.messenger.yahoo.com


#120 From: "BHASKARA Anil Kumar" <ABhaskara@...>
Date: Wed Apr 19, 2006 9:59 am
Subject: RE: Hosting designer at runtime
anilkumar_mcp
Send Email Send Email
 

Thanks a lot

 


From: MSServerSide@yahoogroups.com [mailto:MSServerSide@yahoogroups.com] On Behalf Of razi rais
Sent: Wednesday, April 19, 2006 3:16 PM
To: MSServerSide@yahoogroups.com
Subject: RE: [MSServerSide] Hosting designer at runtime

 

Hi

 

The whole appliaction is avaliable from group web site at

 

the file name is WFPad_Beta2.exe  .

 

you can save / persist workflow by using save option from application which save the workflow in native xoml format .



BHASKARA Anil Kumar <ABhaskara@...> wrote:

I     Then we need some thing like that.

      The requirement is, we should give the users a provision, wherein users will be able to design the work flow at runtime and persists the work flow.

      I think what you have sent is correct. Can you provide me the Sample code which does this one?

      Thanks a lot.

Anil kumar,

+91 99401 81820


From: MSServerSide@yahoogroups.com [mailto:MSServerSide@yahoogroups.com] On Behalf Of razi rais
Sent: Wednesday, April 19, 2006 2:15 PM
To: MSServerSide@yahoogroups.com
Subject: RE: [MSServerSide] Hosting designer at runtime

 


Hi

 

The picture is not of IDE , its custom winforom application sort of

what you want infact its very powefull as you can at runtime open , edit and save workflows.


BHASKARA Anil Kumar <ABhaskara@...> wrote:

In design time we can drag and drop Activities, event listeners ect. Using work flow designer

But I want the same feature at runtime (Like how we can host windows forms at runtime using design time architecture in .Net frame work 2.0)

i.e. I want to host the designer in runtime, so that at runtime, user (Client) can able to drag and drop activities and process the work flow.

The picture what you have shown, I doubt is it the Work flow IDE,at design time??

Thanks and regards,

Anil kumar


From: MSServerSide@yahoogroups.com [mailto:MSServerSide@yahoogroups.com] On Behalf Of razi rais
Sent: Wednesday, April 19, 2006 12:57 PM
To: MSServerSide@yahoogroups.com
Subject: Re: [MSServerSide] Hosting designer at runtime

 

 hi

 

 please review the attanched image it shows the elements at design time ? is this what you lokking for , let us know.

BHASKARA Anil Kumar <ABhaskara@...> wrote:

Hi

Can any one tell how to host the work flow designer(Not at the design time) at runtime.

Thanks and regards,

Anil kumar.

Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.





Send instant messages to your online friends http://uk.messenger.yahoo.com

Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.




Send instant messages to your online friends http://uk.messenger.yahoo.com

Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.



Send instant messages to your online friends http://uk.messenger.yahoo.com

Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.

#122 From: "Gul Afshan Ashfaq" <gulshey04@...>
Date: Thu Apr 20, 2006 7:26 am
Subject: Help required regarding books on task management system
gulshey04
Send Email Send Email
 
Assalam o alaikum,
i need to know if there are any comprehensive help books for
developing LAN based task management system using C#.Net windows
application.

Thanks,
gulafshan.

#123 From: "BHASKARA Anil Kumar" <ABhaskara@...>
Date: Thu Apr 20, 2006 8:13 am
Subject: RE: Help required regarding books on task management system
anilkumar_mcp
Send Email Send Email
 

Network programming with c# would help you.It is there in Flazx.com

 


From: MSServerSide@yahoogroups.com [mailto:MSServerSide@yahoogroups.com] On Behalf Of Gul Afshan Ashfaq
Sent: Thursday, April 20, 2006 12:56 PM
To: MSServerSide@yahoogroups.com
Subject: [MSServerSide] Help required regarding books on task management system

 

Assalam o alaikum,
i need to know if there are any comprehensive help books for
developing LAN based task management system using C#.Net windows
application.

Thanks,
gulafshan.









Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.

#124 From: "Razi" <razi_rais@...>
Date: Fri Apr 21, 2006 7:11 am
Subject: Re: Help required regarding books on task management system
razi_rais
Send Email Send Email
 
wask

I strongly encourge you to use Microsoft Server Product for
task mangment , there is so much things taht are provided and
avialble to extend through programming , like WSS are free and
you can use them as base for task mangment , if you want to get
flavor of bussines flow in task mangment use Windows Workflow , or
go one step further go Biztalk , the earlier two tecnologies are
free so dont gona cost you here are some links where you can get more of
these.


http://www.flazx.com/ebook3456.php
http://www.flazx.com/ebook2833.php
http://www.workflow.net

I think task mangment using lan without any product going to be
complete development job for this you should take a look at following

http://www.flazx.com/ebook2472.php
http://www.flazx.com/ebook794.php
http://www.flazx.com/ebook2168.php


I am bit in a hectic shedule so not able to download e-books i refer in
links if you face any problem downloading them just message so i will
try to upload them on group site.




--- In MSServerSide@yahoogroups.com, "Gul Afshan Ashfaq"
<gulshey04@...> wrote:
>
> Assalam o alaikum,
> i need to know if there are any comprehensive help books for
> developing LAN based task management system using C#.Net windows
> application.
>
> Thanks,
> gulafshan.
>

#125 From: "Quratulain Akhter" <annie_ruhee4@...>
Date: Fri Apr 21, 2006 3:32 pm
Subject: RE: Re: Help required regarding books on task management system
quratulainak...
Send Email Send Email
 

Asalamolaikum

 

                            I m not able to download these files ,if it is possible , plz upload them somewhere else




(Always Trust in God)
 Optimistic Annie!!!!!

From: "Razi" <razi_rais@...>
Reply-To: MSServerSide@yahoogroups.com
To: MSServerSide@yahoogroups.com
Subject: [MSServerSide] Re: Help required regarding books on task management system
Date: Fri, 21 Apr 2006 07:11:47 -0000

wask

I strongly encourge you to use Microsoft Server Product for
task mangment , there is so much things taht are provided and
avialble to extend through programming , like WSS are free and
you can use them as base for task mangment , if you want to get
flavor of bussines flow in task mangment use Windows Workflow , or
go one step further go Biztalk , the earlier two tecnologies are
free so dont gona cost you here are some links where you can get more of
these.


http://www.flazx.com/ebook3456.php
http://www.flazx.com/ebook2833.php
http://www.workflow.net

I think task mangment using lan without any product going to be
complete development job for this you should take a look at following

http://www.flazx.com/ebook2472.php
http://www.flazx.com/ebook794.php
http://www.flazx.com/ebook2168.php


I am bit in a hectic shedule so not able to download e-books i refer in
links if you face any problem downloading them just message so i will
try to upload them on group site.




--- In MSServerSide@yahoogroups.com, "Gul Afshan Ashfaq"
<gulshey04@...> wrote:
>
> Assalam o alaikum,
> i need to know if there are any comprehensive help books for
> developing LAN based task management system using C#.Net windows
> application.
>
> Thanks,
> gulafshan.
>






SPONSORED LINKS
Scheduling program software Accounting software program Help desk software program
Construction software program Program management software Affiliate program software


YAHOO! GROUPS LINKS






#126 From: razi rais <razi_rais@...>
Date: Sat Apr 22, 2006 7:55 pm
Subject: RE: Re: Help required regarding books on task management system
razi_rais
Send Email Send Email
 
walikumaslam
 
sure i will upload them later this week . i hope they going to help
you solve your issues.
 
Let us know if you need more help.

Quratulain Akhter <annie_ruhee4@...> wrote:
Asalamolaikum
 
                            I m not able to download these files ,if it is possible , plz upload them somewhere else




(Always Trust in God)
 Optimistic Annie!!!!!

From: "Razi" <razi_rais@...>
Reply-To: MSServerSide@yahoogroups.com
To: MSServerSide@yahoogroups.com
Subject: [MSServerSide] Re: Help required regarding books on task management system
Date: Fri, 21 Apr 2006 07:11:47 -0000

wask

I strongly encourge you to use Microsoft Server Product for
task mangment , there is so much things taht are provided and
avialble to extend through programming , like WSS are free and
you can use them as base for task mangment , if you want to get
flavor of bussines flow in task mangment use Windows Workflow , or
go one step further go Biztalk , the earlier two tecnologies are
free so dont gona cost you here are some links where you can get more of
these.


http://www.flazx.com/ebook3456.php
http://www.flazx.com/ebook2833.php
http://www.workflow.net

I think task mangment using lan without any product going to be
complete development job for this you should take a look at following

http://www.flazx.com/ebook2472.php
http://www.flazx.com/ebook794.php
http://www.flazx.com/ebook2168.php


I am bit in a hectic shedule so not able to download e-books i refer in
links if you face any problem downloading them just message so i will
try to upload them on group site.




--- In MSServerSide@yahoogroups.com, "Gul Afshan Ashfaq"
<gulshey04@...> wrote:
>
> Assalam o alaikum,
> i need to know if there are any comprehensive help books for
> developing LAN based task management system using C#.Net windows
> application.
>
> Thanks,
> gulafshan.
>






SPONSORED LINKS
Scheduling program software Accounting software program Help desk software program
Construction software program Program management software Affiliate program software


YAHOO! GROUPS LINKS








Send instant messages to your online friends http://uk.messenger.yahoo.com


#127 From: gulshey <gulshey04@...>
Date: Sat Apr 22, 2006 8:24 pm
Subject: RE: Re: Help required regarding books on task management system
gulshey04
Send Email Send Email
 
Assalam o alaikum,
 
Thankyou very much for the help on this issue.
Sure we'll  contact for any further assistance!
 
Allah hafiz.
Gulafshan.


Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.

#128 From: Nasir Ali Khan <mail_nasir@...>
Date: Sat Apr 22, 2006 8:26 pm
Subject: Introduction to SiteMapDataSource Control in ASP.NET 2.0
mail_nasir
Send Email Send Email
 
http://weblogs.com.pk/nasir/archive/2006/04/23/3979.aspx

Nasir Ali Khan
www.weblogs.com.pk/Nasir
http://spaces.msn.com/members/nasirkhan


Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.

#129 From: "Razi" <razi_rais@...>
Date: Mon Apr 24, 2006 6:02 am
Subject: Re: Help required regarding books on task management system
razi_rais
Send Email Send Email
 
Hi

I downloaded couple of e-books the issue is the group space is only 20
MB which is alreay heavily exhaused :( , so i think the only option for
now is to email it at some email address . If you have any perticluar
email address under consideration let me know so that i email the books
accordinly.

--- In MSServerSide@yahoogroups.com, gulshey <gulshey04@...> wrote:
>
> Assalam o alaikum,
>
>   Thankyou very much for the help on this issue.
>   Sure we'll  contact for any further assistance!
>
>   Allah hafiz.
>   Gulafshan.
>
>
> ---------------------------------
> Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and
30+ countries) for 2¢/min or less.
>

#130 From: gulshey <gulshey04@...>
Date: Mon Apr 24, 2006 8:26 am
Subject: Re: Re: Help required regarding books on task management system
gulshey04
Send Email Send Email
 
Assalam o alaikum,
thanks and please email on gul.afshan@...
 
 
Thanks,
gulafshan.


Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.

Messages 100 - 130 of 1114   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help