This post briefly shows how to implement a popup in the Btomic framework.

A Btomic popup can be used to obtain data using a seperate child page without moving away from the current page, thus keeping the layout simple and manageable. The parent page will be greyed out and focus will fall on the popup; always returning to the parent when closing. Using Btomic.Classes.PopupClasses makes this process really easy, managing all the appropriate javascript for you.

Btomic is built on top of the Microsoft .NET framework, leveraging only those elements that are best suited for building web based enterprise systems that work with large volumes of data and require business process management.

btomic1000foot_thumb

Today I will explain how to debug your dll’s using PDB files. Make sure your dll’s have their corresponding pdb files in your bin folder:

093009_0849_DebuggingDL1

If you would like to add a command prompt to your explorer for the VS2010 consoles do the following:

  1. Download Here
  2. Extract the contained files
  3. Double-click the files in explorer
  4. Allow Windows to add the information to your registry
  5. Enjoy

image_thumb_copy

Leave a CommentTrackbackEdit

In some case you need to force developers to always lock files on a project when they make changes. If this property is set the developers is forced to lock a file and then only he can make changes to that file. You will still have the functionality to steal locks when someone isn’t available to unlock a file.

Here is how you need to setup your SVN solution.