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 ... 9 10 11 12 13 14 15 16 17 18 Next ]
Posted in .NET Buzz Forum, Oct 4, 2009, 4:04 AM
“Lazy Instantiation” defers creation of an object till the time it is actually accessed.The process of object creation is always expensive as it involves allocation of memory on the heap.So Lazy Instantiation optimizes resources by using them when it is actually required.Till C# 3.0 we needed to some custom coding to implement...
Posted in All Buzz Forum, Sep 20, 2009, 10:04 AM
For the past couple of months I have been looking into different aspects of functional programming and learning languages like F# and Haskell.While discussing about this with my friends ( particularly to those who are developers without much academic inclination) I find it sometimes a bit difficult to explain the essence of functional...
Posted in .NET Buzz Forum, Sep 20, 2009, 10:04 AM
For the past couple of months I have been looking into different aspects of functional programming and learning languages like F# and Haskell.While discussing about this with my friends ( particularly to those who are developers without much academic inclination) I find it sometimes a bit difficult to explain the essence of functional...
Posted in All Buzz Forum, Sep 19, 2009, 12:05 AM
In the last two posts we have discussed about dynamic languages and how DLR allows dynamic languages to run on CLR.In this post we will take a look into the new “dynamic” type in C# and how it works internally. Let us take a look into the following lines of code: class Program { static void Main(string[] args) { Test t [...]
Posted in .NET Buzz Forum, Sep 19, 2009, 12:05 AM
In the last two posts we have discussed about dynamic languages and how DLR allows dynamic languages to run on CLR.In this post we will take a look into the new “dynamic” type in C# and how it works internally. Let us take a look into the following lines of code: class Program { static void Main(string[] args) { Test t [...]
Posted in All Buzz Forum, Sep 13, 2009, 12:04 AM
In my last post I have covered the basics of dynamic languages and now we will see how this dynamic languages fit into the CLR.The core pourpose of CLR was to host code written in multiple programming languages.But traditionally it had support for the static languages only.Dynamic Language Runtime (DLR) was conceived as a set [...]
Posted in .NET Buzz Forum, Sep 13, 2009, 12:04 AM
In my last post I have covered the basics of dynamic languages and now we will see how this dynamic languages fit into the CLR.The core pourpose of CLR was to host code written in multiple programming languages.But traditionally it had support for the static languages only.Dynamic Language Runtime (DLR) was conceived as a set [...]
Posted in All Buzz Forum, Sep 4, 2009, 11:27 PM
The “dynamic” is the new keyword introduced in C# in version 4.0.This adds some kind dynamic capabilities in this statically typed language.But before getting into the details of how this new keyword will be used and what are it’s implication I would prefer to take a quick look into what are dynamic languages, duck typing [...]
Posted in .NET Buzz Forum, Sep 4, 2009, 11:27 PM
The “dynamic” is the new keyword introduced in C# in version 4.0.This adds some kind dynamic capabilities in this statically typed language.But before getting into the details of how this new keyword will be used and what are it’s implication I would prefer to take a quick look into what are dynamic languages, duck typing [...]
Posted in All Buzz Forum, Aug 29, 2009, 11:27 PM
I started learning Scala about 2 months back.I mean I wanted to start but somehow got delayed because of other things.Now again resumed the endeavour and I have got the book “Programming In Scala”.It’s a nice book for the learners and I am finding it really helpful.In this post I am to write a bit [...]
Posted in .NET Buzz Forum, Aug 29, 2009, 11:27 PM
I started learning Scala about 2 months back.I mean I wanted to start but somehow got delayed because of other things.Now again resumed the endeavour and I have got the book “Programming In Scala”.It’s a nice book for the learners and I am finding it really helpful.In this post I am to write a bit [...]
Posted in All Buzz Forum, Aug 15, 2009, 9:27 AM
I have just started taking a look into the F# programming language for the past few days.While going through the functions in F# I found something very interesting.Let’s consider a very simple function which multiplies two integers. let mul x y = x * y;; Now if I call mul 5 10 I get the output 50 [...]
Posted in .NET Buzz Forum, Aug 15, 2009, 9:27 AM
I have just started taking a look into the F# programming language for the past few days.While going through the functions in F# I found something very interesting.Let’s consider a very simple function which multiplies two integers. let mul x y = x * y;; Now if I call mul 5 10 I get the output 50 [...]
Posted in All Buzz Forum, Aug 9, 2009, 9:27 AM
Those who have been working in ASP.NET MVC are already aware of the ASP.NET Routing feature introduced with .NET 3.5 SP1.But I have seen many who has developed a perception that ASP.NET Routing is something that can be used with only ASP.NET MVC.This is not the case.ASP.NET Routing comes under a separate namespace (System.Web.Routing) and [...]
Posted in .NET Buzz Forum, Aug 9, 2009, 9:27 AM
Those who have been working in ASP.NET MVC are already aware of the ASP.NET Routing feature introduced with .NET 3.5 SP1.But I have seen many who has developed a perception that ASP.NET Routing is something that can be used with only ASP.NET MVC.This is not the case.ASP.NET Routing comes under a separate namespace (System.Web.Routing) and [...]
18 pages [ Previous 1 ... 9 10 11 12 13 14 15 16 17 18 Next ]
Advertisement