The first beta of Silverlight 3 was recently announced at MIX09 conference. The changes are really exciting and the new release brings Silverlight closer to ASP.NET as well as WPF. There are several great features in Silverlight 3 including:
Enhanced data validation support
Support for business objects via RIA Services
Deep linking and Navigational support within an application
Library caching support
Out of Browser Capabilities
New controls like DataForm and DataPager
And much more
GoodCore is already developing an enterprise application in Silverlight 2, and the organization look forward to Silverlight 3 development as well.
GoodCore participated in NEP-AL IT match-making event in Kathmandu, Nepal (26th -29th Jan. 2009). Talks were held with heads of IT companies and delegates from chambers of commerce & industry from Italy, Belgium, Slovenia, Romania, Latvia, and Nepal amongst others.
Hassan Basharat, CEO GoodCore Software, with other delegates in the event
GoodCore’s focus was to meet with potential strategic partners from Europe and Nepal to identify collaboration possibilities in its areas of expertise: institutional order management systems, securities trading software, FIX protocol, and implementation of Enterprise Resource Planning (ERP) systems apart from custom software development.
The match-making event was co-funded by the European Union and organized by the Nepal chamber of commerce in collaboration with the Karachi chamber of commerce, and the chambers of commerce from multiple countries in Europe. More details of the event can be seen at: www.nepalit.eu
Settng up a Navision database on SQL Server requires a few steps. Here’s a quick checklist:
Navision requires traceflag 4616 to be set ON. We have two choices for this:
Execute the following SQL-statement. DBCC TRACEON (4616,-1)
This approach will turn the flag on for the current session only, that is, as long as the SQL Server is not restarted. Once the server gets restarted, you will have to run the above query again.
Add the startup parameter -T 4616 to the SQL server database service: MSSQLSERVER. The best way to do this is to use the SQL Server Configuration Manager. This solution is rather a permanent one and the flag is set across system/service restarts.
If you try to open a Navision database using Windows authentication, it displays a missing stored procedure xp_ndo_enumusersids error in xp_ndo.dll. To solve this, you will need to copy xp_ndo.dll to C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn (default path) and run the following SQL-script:
USE master
EXEC sp_addextendedproc xp_ndo_enumusergroups,'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\xp_ndo.dll'
GO
GRANT EXECUTE
ON[xp_ndo_enumusergroups]TO PUBLIC
GO
USE master
EXEC sp_addextendedproc xp_ndo_enumusersids,'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\xp_ndo.dll'
GO
GRANT EXECUTE
ON[xp_ndo_enumusersids]TO PUBLIC
GO
We’re hiring again. This time for someone senior to join our team that works on financial trading systems. Requires hands-on .NET development experience, solid software engineering fundamentals, and familiarity with the practices of agile development.
Recently I evaluated a few tools for the automation of testing for one of our web applications. I tried a few tools, which are as the following:
AutomatedQA’s TestComplete – It is a very nice product offering a very rich set of features. This produce could be used very nicely for GUI application testing automation. It provides scripting support in C# and has native support for .NET application.
Watir – I couldn’t try this much but it was mainly dropped from the list due to the learning curve involved in learning Ruby for using this whole suite efficiently. It is a very good testing automation suite both for web and desktop applications. Later after my evaluation, I also got to know that there is a .Net port available for Watir named Watin. I am looking forward to try that some time later.
Sahi – I evaluated it and found it super fit for my testing automation. I chose Sahi mainly for the ease of use and the scripting language being Javascript. It provides an easy to use interface for recording and playing back the test cases. I started automating testing of the web application and to date I have been able to automate a very large portion of it. I hope to achieve about 60-70% of automated testing for my web application.
In the next post, I will write more in detail about Sahi that how we used it.
Hassan Basharat was interviewed by BusinessPlus and discussed software applications for financial institutions, ERP systems, the scope for Pakistani companies in IT.
We’re looking for someone with strong programming concepts, having a 4-year bachelor’s degree in the field of MIS or computer systems engineering equivalent.
Fresh graduates with an ability to learn quickly are also encouraged to apply.
Compensation: According to experience and skill level.