|
|
-
Niladri Biswas Posted 1 Years ago through Blogs
It is often a requirement to split a set of contiguous string into individual characters/letters. The below code will help us to do so...
|
-
Niladri Biswas Posted 2 Years ago through Blogs
Interfacing C# application (basic CRUD using functions) with PostgreSQL(9.1.0-1) and NpgSql(2.0.11.91) as .Net data provider - Part 2
PostgreSQL does not support the traditional way of creating stored procedure found in other databases like Sql Server,...
|
-
Niladri Biswas Posted 2 Years ago through Blogs
PostgreSQL does not support the traditional way of creating stored procedure found in other databases like Sql Server, Oracle etc. It lacks the famous Create Procedure syntax....
|
-
Niladri Biswas Posted 2 Years ago through Blogs
In this article we will look into how to interface C# application with PostgreSQL(9.1.0-1) and PgAdmin III(1.14.0) which was release on Sept 9, 2011.This powerful RDBMS is there for a long time and it is free also which indicates that we will not have a...
|
-
Niladri Biswas Posted 2 Years ago through Blogs
In this article we will look into how to interface C# application with PostgreSQL(9.1.0-1) and PgAdmin III(1.14.0) which was release on Sept 9, 2011.This powerful RDBMS is there for a long time and it is free also which indicate...
|
-
Niladri Biswas Learned 2 Years ago through Just Learned
Yesterday I had a requirement of finding whether the http request came from a Mobile Device or not. Its very simple in ASP.NET.
By using "Request.Browser.IsMobileDevice" propety, we can find whether the request came from mobile device or not.
[co...
|
-
Niladri Biswas Liked 2 Years ago through Just Learned
Yesterday I had a requirement of finding whether the http request came from a Mobile Device or not. Its very simple in ASP.NET.
By using "Request.Browser.IsMobileDevice" propety, we can find whether the request came from mobile device or not.
[co...
|
-
Niladri Biswas Learned 2 Years ago through Just Learned
Yesterday I had a requirement of finding whether the http request came from a Mobile Device or not. Its very simple in ASP.NET.
By using "Request.Browser.IsMobileDevice" propety, we can find whether the request came from mobile device or not.
[co...
|
-
Niladri Biswas Liked 2 Years ago through Just Learned
Yesterday I had a requirement of finding whether the http request came from a Mobile Device or not. Its very simple in ASP.NET.
By using "Request.Browser.IsMobileDevice" propety, we can find whether the request came from mobile device or not.
[co...
|
-
Niladri Biswas Liked 2 Years ago through Just Learned
Yesterday I had a requirement of finding whether the http request came from a Mobile Device or not. Its very simple in ASP.NET.
By using "Request.Browser.IsMobileDevice" propety, we can find whether the request came from mobile device or not.
[code]
|