http://channel9.msdn.com/Events/TechEd/NorthAmerica/2010/OSP310
Find information on tips and tricks, how-tos, reference to interesting articles on various cutting edge technologies and subjects. Nutth - Nutpa + Thuzhigal - Tamil meaning of "Technology" and "Drops".
Saturday, February 18, 2012
Monday, February 6, 2012
Tuesday, January 31, 2012
Friday, January 27, 2012
SharePoint : How to run Code on All Web Servers -A Timer Job or multi-server jobs
How to run Code on All Web Servers (All WFE for instance) : A Timer Job or multi-server jobs:
...Read on...
To define a timer job
- In Visual Studio, start an Empty SharePoint Project. Make it a farm solution, not a sandboxed solution.
- Highlight the project name in Solution Explorer and be sure that Include Assembly in Package in the Properties pane is set to true.
- Add a C# or Visual Basic class file to the project.
- Open the class file and add using statements (Imports in Visual Basic) for the Microsoft.SharePoint and Microsoft.SharePoint.Administration namespaces. You may need to add other using statements depending on what namespaces are called by the code that you want to execute on all servers. For the running example in this topic, add using statements for System.Xml.Linq, System.Xml.XPath, System.IO, and System.Runtime.InteropServices.
- Change the namespace to conform to the guidelines in Namespace Naming Guidelines; for example, Contoso.SharePoint.Administration.
- Change the class declaration to specify that the class inherits from SPJobDefinition or from some class that derives from SPJobDefinition.
- Decorate the class declaration with a GuidAttribute attribute. This is a requirement for any class that derives directly or indirectly from SPPersistedObject.
- Add a default (parameterless) constructor to the class that simply calls the base constructor.
- Add a constructor with parameters of types String, SPWebApplication, SPServer, and SPJobLockType. Its implementation should call the base constructor SPJobDefinition(String, SPWebApplication, SPServer, SPJobLockType). The following shows what your code should look like in C# at this point.
Saturday, January 21, 2012
ASP.NET MVC 4, HTML5, and jQuery Mobile
What ASP.Net MVC 4 is doing to make mobile web dev better easier.
In this session, learn how ASP.NET MVC 4 leverages these next generation technologies enabling developers to build a single solution that targets multiple platforms and form factors such as mobile, tablet and desktop devices
In this session, learn how ASP.NET MVC 4 leverages these next generation technologies enabling developers to build a single solution that targets multiple platforms and form factors such as mobile, tablet and desktop devices
-Adaptive rendering, CSS3 media queries
Few things i'm exploring
-Nodes.js/azure
-NoSQL/RavenDB
-SQLFire -
NoSQL/RavenDB:
-Written in .Net
-A document database, based on JSON
-Schema-less JSON
-Non-relational data store
-ASP.Net MVC 4
-NoSQL/RavenDB
-SQLFire -
NoSQL/RavenDB:
-Written in .Net
-A document database, based on JSON
-Schema-less JSON
-Non-relational data store
-ASP.Net MVC 4
Subscribe to:
Posts (Atom)