Advertisement
Nickname
sankarsanb
Registered since:
October 23, 2008
Short bio:
Sankarsan is presently working as an Assistant Project Manager.He has 8 years of experience in design & implementation of distributed applications in Microsoft & J2EE technology areas.His deep knowledge in application transformation is derived from diverse experience in designing and implementing technology refresh & reengineering projects to .NET based WinTel platforms.He also has expertise in design/evaluation of various portal products ,system analysis/design using UML,performance engineering and tuning.He holds a Bachelor of Electrical Engineering from Jadavpur University,Kolkata India and is an active member of Kolkatanet(.NET User Group Kolkata,India).He is currently engaged in design and implementation of technology upgrade project migrating to .NET Framework 3.5 In his free time he is a avid reader particularly of popular science and science fiction.He is also a movie buff and is passionate viewer and collector of world movies irrespective region,language or culture.
Home page:
 
Total posts:
260

Forum posts by SANKARSAN BOSE:

18 pages [ Previous 1 ... 10 11 12 13 14 15 16 17 18 Next ]
Posted in All Buzz Forum, Jun 7, 2009, 4:24 AM
In my last post I had discussed about optional arguments and default values.In continuation to that today we will take a look into the named arguments feature.Let us consider the method definition and invocation as shown below: class Program {        static void Main(string[] args) {            Foo f = new Foo();           ...
Posted in .NET Buzz Forum, Jun 7, 2009, 4:24 AM
In my last post I had discussed about optional arguments and default values.In continuation to that today we will take a look into the named arguments feature.Let us consider the method definition and invocation as shown below: class Program {        static void Main(string[] args) {            Foo f = new Foo();           ...
Posted in All Buzz Forum, May 31, 2009, 6:26 AM
I have recently downloaded the Visual Studio 2010 Beta 1 and started looking into the .NET Framework 4.0/IDE features.In the next couple of posts I will be discussing about these.To start with I have chosen optional parameters and default values.This feature is nothing new and has been there in languages like C++ for quite long.We [...]
Posted in .NET Buzz Forum, May 31, 2009, 6:26 AM
I have recently downloaded the Visual Studio 2010 Beta 1 and started looking into the .NET Framework 4.0/IDE features.In the next couple of posts I will be discussing about these.To start with I have chosen optional parameters and default values.This feature is nothing new and has been there in languages like C++ for quite long.We [...]
Posted in All Buzz Forum, May 13, 2009, 10:40 AM
In my last post I had started writing about Instance Pooling in WCF and we ended up developing a simple class providing object pooling functionality.In this post we will see what needs to be done step by step to incorporate this instance pool into the WCF framework. Implementing IInstanceProvider The class...
Posted in .NET Buzz Forum, May 13, 2009, 10:40 AM
In my last post I had started writing about Instance Pooling in WCF and we ended up developing a simple class providing object pooling functionality.In this post we will see what needs to be done step by step to incorporate this instance pool into the WCF framework. Implementing IInstanceProvider The class...
Posted in All Buzz Forum, May 9, 2009, 10:12 PM
In my earlier post on WCF behaviors I had given some code snippets on how we can implement pooling in WCF using Behaviors.In this series of posts I am planning to elaborate on the implementation on the same.So to start with the question What is Pooling? needs to be answered.Pooling is a technique where resources [...]
Posted in .NET Buzz Forum, May 9, 2009, 10:12 PM
In my earlier post on WCF behaviors I had given some code snippets on how we can implement pooling in WCF using Behaviors.In this series of posts I am planning to elaborate on the implementation on the same.So to start with the question What is Pooling? needs to be answered.Pooling is a technique where resources [...]
Posted in All Buzz Forum, May 5, 2009, 2:12 PM
In my last post I had completed the demo of building a layered ASP.NET MVC application(the bookmark list application).This week I thought of adding the StructureMap container to that demo.I am quite new to StructureMap but I loved it’s usage of Fluent Interfaces and DSL a lot.I have primarily applied what I understood from it’s [...]
Posted in .NET Buzz Forum, May 5, 2009, 2:12 PM
In my last post I had completed the demo of building a layered ASP.NET MVC application(the bookmark list application).This week I thought of adding the StructureMap container to that demo.I am quite new to StructureMap but I loved it’s usage of Fluent Interfaces and DSL a lot.I have primarily applied what I understood from it’s [...]
Posted in All Buzz Forum, Apr 25, 2009, 10:14 PM
For the past few months we have been only discussing,discussing and… discussing.How to make our development community more diverse with mix of multiple platforms and technologies and take the best out of all??… how to run the show without any marketing or propaganda??… how to focus solely on developing better software??.But...
Posted in .NET Buzz Forum, Apr 25, 2009, 10:14 PM
For the past few months we have been only discussing,discussing and… discussing.How to make our development community more diverse with mix of multiple platforms and technologies and take the best out of all??… how to run the show without any marketing or propaganda??… how to focus solely on developing better software??.But...
Posted in All Buzz Forum, Apr 12, 2009, 2:14 PM
Building the ASP.NET MVC Application In the last 2 posts we have seen how to develop the Repository and WCF Services for our sample ASP.NET MVC application.This application contains the following Views: Home/Index (Index.aspx) - Displaying the list of Bookmarks with options to Add New,Edit and Delete. Add New (Create.aspx) - Displaying a blank...
Posted in .NET Buzz Forum, Apr 12, 2009, 2:14 PM
Building the ASP.NET MVC Application In the last 2 posts we have seen how to develop the Repository and WCF Services for our sample ASP.NET MVC application.This application contains the following Views: Home/Index (Index.aspx) - Displaying the list of Bookmarks with options to Add New,Edit and Delete. Add New (Create.aspx) - Displaying a blank...
Posted in All Buzz Forum, Apr 12, 2009, 12:14 PM
Building the Service In my last post I have explained step by step how we can implement the Repository pattern with ADO.NET Entity Framework.In this post we will see how to expose that functionality as a WCF service.But prior to that let us briefly touch upon the Service Interface pattern to get our concepts clear.While developing [...]
18 pages [ Previous 1 ... 10 11 12 13 14 15 16 17 18 Next ]
Advertisement