Ok, it is my first time to create a SP2010 site. Top site collection URL: http://localhost:18600/ (http://andrewnb:18600/)New Site I created: http://localhost:18600/TeamSite2/ (http://andrwnb:18600/TeamSite2/)
I navigate to TeamSite2. And click Site Actions-> Site Settings
And, oh SXXT :
Er...
[More]
6. September 2010
xhinker
Math
Three days, every afternoon, my right brain is suffering pain, I don't know why, may be too tired? I am not sure. I really hope the pain go away ASAP. To learn to create a usable WF4 designer, I decide to have a good look at WPF. So, I pick up some WPF books, and I come across some math problems. I ...
[More]
4. September 2010
xhinker
WPF
(From book "Illustrated WPF")
(From http://msdn.microsoft.com/en-us/library/ms750441.aspx)
Note: milcore is native code. not managed .net code.Custom A WPF Control(From "Programming WPF,2nd") Inheritance Hierarchy
System..::.Object System.Windows.Threading..::.DispatcherObject&...
[More]
26. August 2010
xhinker
I_Say
When you are thinking about this question, you must be depressed on your life. According to <The Hitchhiker's Guide to the Galaxy> there are two answers to this question:
1. LOVE.
2. Suffer.
On the contrary, if nobody loves you or nobody you are in love with or you suffer from nothing. I mu...
[More]
Get Started developing on Sharepoint 2010:http://msdn.microsoft.com/en-us/sharepoint/ee513147.aspx
Sharepoint 2010 advanced developing trainning:http://msdn.microsoft.com/en-us/sharepoint/ff420377.aspxSharepoint 2010 development home page:http://msdn.microsoft.com/en-us/sharepoint/default.aspx
...
[More]
I installed Sharepoint 2010 in my laptop. But SP2010 eat a lot of my RAM, today I found a tool that can solve the problem:
SharePoint 2010 Service Manager
Download it here:http://sharepointserviceman.codeplex.com/
23. August 2010
xhinker
WF4
Currently, we have 3 types of workflow in WF4; they are Sequence, Flowchart and State Machine. State Machine workflow is now CTP1, and will be published in .NET 4.5. When your workflow include many sequence process, no much human interactivity, no much backwards. Use Sequence workflow.
When your w...
[More]
22. August 2010
xhinker
WF4
Out – of – box WF:Some common standardized workflow, say, document approval , Leave request workflow etc. we can use this workflow directly by some configuration.
Custom Declarative WF: Non – developers, create workflows by rehost workflow designer.
Custom Code WF: Developers cre...
[More]
19. August 2010
xhinker
DotNet
Visual Studio 2010 Productivity Power Tools - an awesome VS2010 extension, install it to make VS2010 super.
From now on, I can post code by just copying from VS2010 directly to Word 2010 and publish blog entries to my Blog host. Here is a sample code :
public class Sim...
[More]
17. August 2010
xhinker
WF4
In WF3, when a workflow is delayed and persisted in persistence store, after the timer expired, workflow will resume from database automatically.Now in WF4, we have to resume a persisted workflow manually, So can we create a long running WF4 that can monitor a delayed workflow and resume a workflow ...
[More]