Archive

Archive for December, 2007

10% off on uCertify Certification Trainer Kits

December 19th, 2007 No comments


You can get 10% discount if you plan to purchase uCertify’s PrepKit with this discount code: PRAV11

They offer PrepKits on MCTS, MCSE, MCAD, MCP and all major certifications.

URL: http://www.ucertify.com/

VN:F [1.9.18_1163]
Rating: 0.0/5 (0 votes cast)
Categories: General

What is CSLA .NET?

December 17th, 2007 No comments


CSLA stands for Component-based, Scalable Logical Architecture, and is the result of over 10 years worth of research and development. The .NET implementation of CSLA was started in 1999, and development continues today.

CSLA .NET is a software development framework that helps you build a powerful, maintainable business logic layer for Windows, Web, service-oriented and workflow applications.

Check this link for more details: http://www.lhotka.net/cslanet/

VN:F [1.9.18_1163]
Rating: 0.0/5 (0 votes cast)
Categories: DOTNET

DotNetNuke SlideShow Module

December 11th, 2007 No comments


I developed a slideshow module for a DotNetNuke some days back. This is a simple module which fetches files from a folder specified and displays with fade effect.

You can freely download the DNN SlideShow module from here

You can see a demo here

VN:F [1.9.18_1163]
Rating: 0.0/5 (0 votes cast)
Categories: DOTNET

Get SharePoint training on your desktop

December 8th, 2007 No comments

Explore Office SharePoint Server 2007 with training from Microsoft experts, right from your desktop. Download a simple file to get the grand tour of the latest features and changes, including automated workflows to track approval cycles, business dashboards showing how well you are performing on your goals, and syncing documents to Outlook. The training, which includes articles, videos, and interactive tutorials, will lead you step-by-step through the rich features of Office SharePoint Server.

We offer two training editions. If you just want to view the training on your desktop, then download our Standalone Edition. After you install the training, you’ll see an icon on your desktop that will make it easy to find the training when you need it.

For our Portal Edition, you’ll need to enlist the help of your friendly IT team. They can install it on your company’s Office SharePoint Server 2007 site. Then they can even track who has used the training, and what trainings they’ve taken.

Check: http://office.microsoft.com/en-us/sharepointserver/HA102488011033.aspx

VN:F [1.9.18_1163]
Rating: 0.0/5 (0 votes cast)
Categories: General

C# user defined methods

December 5th, 2007 No comments

Theme is littlebit old but I published it now only since there is no response from the party who requested.

Here is the link: http://www.ninethsense.com/content/view/58/49/

Alternative link: http://viewer.zoho.com/docs/p46bK

VN:F [1.9.18_1163]
Rating: 0.0/5 (0 votes cast)
Categories: C#, DOTNET

Relationship – data models

December 5th, 2007 No comments

One to many - one record in ‘Orders’ table have many records in ‘OrderLines’ table

One to One - one record in ‘Customers’ table have only one record in ‘CustomerProfile’ table

Many to Many - Many ‘books’ of the same copy can be barrowed by many people from a ‘library’

VN:F [1.9.18_1163]
Rating: 0.0/5 (0 votes cast)
Categories: Architecture