Παρουσίαση με Ετικέτες

Developing data analysis objects with the help of IO module
08 Φεβρουαρίου 10 10:12 πμ | tolisss | 0 σχόλια   
After creating PivotingChart Module I was able to really control the fluent DevExpress Pivot grid options at runtime and design more complex analysis pivoting UI writing no code and save all that “configuration” at the same database record as the analysis object. But I was still developing inside my VS and since my model was not stable yet I continuous drop the database using the DxCore addin to drop database at design time which by the way have been updated to support multiple datastores and damn I lose the designed analysis UI cause it was stored in the database Time for some IO module use I could export my analysis objects and use the following code to load the configured objects at application start up from an embedded resource public class Updater : ModuleUpdater

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία: , ,
DxCore addin to drop database at design time
12 Οκτωβρίου 09 02:10 μμ | tolisss | 0 σχόλια   
When using ORM tools like XPO and even more when using application frameworks like Xaf since they create the database for you you often change your object so much that you have to drop the database in order your ORM to create it again so you do not have to deal with any kind of conflict. Tired of doing that I wrote a small DxCore addin and added to expand addins. To use it you have to configure it by telling which connection string will use from your application configuration file   and bind the dropDatabase command to any shortcut key you like eXpand is available at http://code.google.com/p/expandframework/ Technorati Tags: DxCore , Visual Studio plugins

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία: ,
eXpand 0.0.0.8 is out
24 Ιουλίου 09 02:12 μμ | tolisss | 0 σχόλια   
I am releasing a new version of expand this time using continuous integration provided by TeamCilty DictionaryDifferenceStore has now be able to work at all Security Scenarios (Complex or simple). There is one catch though if you want to use your own custom User or Role objects and you cannot modify any of the nested Role/User List view of the DictionaryDifference Views get latest version of expand here http://code.google.com/p/expandframework/

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία: , , ,
DxCore plugins for Xaf are moving
19 Ιουλίου 09 11:36 μμ | tolisss | 0 σχόλια   
I am realizing a new version of eXpand (0.0.0.7) that will contain a configurable low level datastore filtering provider module and I am going to merge Coderush plugins into it as well. You have to download latest version of eXpand from http://code.google.com/p/expandframework/downloads/list and add only the following assemblies into your community folder if you are not interested in eXpand  DevExpress.ExpressApp.ModelEditor.v9.1 eXpand.Utils Wintellect.Threading eXpandAddIns

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία: , , , , ,
Xaf Exception Stack Explorer
10 Ιουνίου 09 09:07 μμ | tolisss | 0 σχόλια   
Xaf has its own tracking system enabled by default . What it does? It tracks almost every from exception to button clicks and object states!! What I want to saw you is how easy we can create a CodeRush addin that every time an exception occurs we could navigate through all the stack trace We will accomplish that using Resharper’s stackTraceExplorer . So all we need to do is to find startup project’s bin directory open expressAppFramework.log which is the file that Xaf writes all traces, find the last entry, copy it to memory and send to Visual studio a Resharper+ExploreStackTrace command Lets do it. In fact we can easily extend the plugins project I posted here and have all in one package. But we have to be careful when trying to read a log file cause it may

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία: , , , ,
CodeRush plugins for Xaf
04 Ιουνίου 09 08:42 μμ | tolisss | 0 σχόλια   
Download sources (10/6/09) (see Xaf Exception Stack Explorer ) ProjectConverter Browsing and downloading from Devexpress support center often I find old projects with broken references Old days when i see broken references at my solution due to version changes I had to go to my C:\Program files\pathToYourProjectConverter executable. Open it, browse to find my solution folder and convert it Nowadays I am using a small CodeRush addin I wrote and I can convert any solution from with in Visual Studio By pressing a shortcut. You have to configure it by setting its path as shown in the image bellow if you use a recompile version of the assemblies you can also set at the PublicToken field Then you go to shortcuts and assign a shortcut key for the convertProject command

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία: , , , ,

Search

Go

Το Ιστολόγιο

Ιστορικό Δημοσιεύσεων

Συνδρομές