Archive for November, 2010
Step By Step Guide to WCF RIA enabled SL4 application with Entity Framework
Posted by Manas Patnaik in Silverlight 4, WCF on November 27, 2010
In my last post we discussed about the concepts of WCF Ria services , this post is continuation of my earlier post.Here we will create a Silverlight 4 based application with WCF RIA services and Entity Framework.Before going through the article make sure you have downloaded the latest SDKs from Microsoft as mention in my last post.
Well we will develop a simple database centric user management system where the admistrator is going to view and edit user detail.For this app we will use remote sqlserver with following tables.
Read the rest of this entry »
Ingredients for Perfect Web App Recipe , Silverlight 4.0 + WCF RIA Service+ Entity Framework
Posted by Manas Patnaik in Silverlight 4, WCF on November 26, 2010
When Silverlight launched in 2006 , world saw it merely as a flash replacement but with Silverlight 4 things have changed a lot .Now Silverlight far ahead from its adobe competitor at least in terms of technology implementation and rich development environment .RIA enabled Business Apps with Silverlight is not just a illogical stich of technology concept but it is a well thought architectural paradigm shift ,In this post i am going to introduce RIA services in .Net framework 4.0 using Silverlight .
What is Silverlight
Needs no introduction , still if you are new then refer this wiki article What is Silverlight.
What is Entity Framework
Well a brief introduction has been published in my earlier posts , Refer ADO.Net Entity Framework
What Is WCF RIA Service
RIA applications give user rich desktop type like UX with client side browser plugin such as Silverlight.It differs from traditional web applications which mostly relies on stateless HTTP Requests to do operations where as RIA employs a State full client and async operation with servers on client demand.
A new Browser from Netscape founders–ROCKMELT
Posted by Manas Patnaik in General, Latest in the air on November 9, 2010
Well, if I twitch with news that a new browser is coming to the market, you may say enough is enough you are bored with this modern warfare.
However, hold on …..
This is something different ..
Some out of box thinking..
something from the makers of first widely used browser Netscape..
Just watch the introductory video bellow. Amazing will be the only word that is going to draw.
This is what i called Re-Imagined.
I am waiting my invitation , do you ? Visit RockMelt
Make parent window blured for better focus on UI , in WPF
Posted by Manas Patnaik in WPF on November 8, 2010
This post is about UI experience for your application in WPF .In products we come across situations where a user often mishits for a modal form over a parent form.Either they realize once they click on form or upon the warning message.Here a visible inactive/shadowed background window can make user task easy ,that describes some other dialog need attention first.This concept is not new and we can find it in so many websites while showing images etc..(For Example check the Images in my blog and observe the back ground).
Here in this post we will replicate the scenario in win form application using inbuilt effect of WPF , BlurEffect .As shown in image bellow.
Well to achieve the functionality the following piece of code required. Read the rest of this entry »
SQL Server Compact 4.0 CTP2 (V4.0.8435.01) released
Posted by Manas Patnaik in SQLServer, Technology on November 7, 2010
Microsoft SQL Server Compact 4.0 Community Technology Preview for Windows Desktop released and available for download.
Link to Download –:SQLCE CTP 2 ( V 4.0.8435.01)
Changes and Enhancements
- SQL Server Compact 4.0 CTP is also installed as part of WebMatrix. Microsoft WebMatrix is an integrated suite of tools designed to make it easy for people of all skill levels to build dynamic and secure ASP.Net Web applications.
- Can run within the ASP.NET environment to provide the database functionality needed by the starter websites.
- Supports running in medium trust environments in the web server.
- Ability to write paging queries using the OFFSET and FETCH T-SQL Syntaxes
- Better Support for private deployment by having a single private folder (“%ProgramFiles(x86)%\Microsoft SQL Server Compact Edition\v4.0\Private”) containing both the AMD64 and X86 binaries
- Support for SqlCeConnection.GetSchema method to provide the metadata information of the database and its child objects.
- Better encryption facility with the use of the latest Encryption Algorithms (AES-256 and SHA2)
- Tested and certified to handle the starter website load effectively and efficiently without any hangs, crashes, exceptions etc.
Integrate/Install SQLServer Compact (SQLCE) with a ZIP file
Posted by Manas Patnaik in SQLServer, Technology on November 7, 2010
As we know SqlCE database is a collection of dlls and can be distributed along with your applications with out any additional installation.Now integrating sqlserver Compact was never easy before Nuget ( formerly NuPack ) .It is open source ,completely free and comes as a VS add in.This post we will have a look into NuGet features and will integrate SQLCE to our project with out any installation.
- Download and install Nuget from codeplex. Read the rest of this entry »
Recent Comments