-
Asp.net best way to get client IP address
Asp.net example to get client address ysing X-Forwarded-For HTTP header.
-
C# method to remove Unicode punctuation from string
C# method example to remove Unicode punctuations from string.
-
How to get root URL of application using HttpServletRequest
Java Example to get server root/base url. Using HttpServletRequest object.
-
Detecting Device Type Using LiteDeviceResolver
Example of browser’s device type detection using DeviceResolver & LiteDeviceResolver classes of spring device detection library in Servlet application.
-
How to Detect Device Type in Spring MVC
Detecting device type in spring mvc application using spring library. Full details of spring-mvc configuration using classes DeviceWebArgumentResolver, DeviceResolverHandlerInterceptor, DeviceResolverRequestFilter.
-
Spring Boot App Unable to start
Reason of Spring Boot App Unable to start Spring EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean.
-
Jquery script to append url into copied text on clipboard
Jquery script to append page URL into copied clip board text.
-
What is concurrency In Java
Know about concurrency, processes, threads in Java. Multi-Threading is main feature of Java Platform.
-
Java Immutable objects
Know every thing about immutable objects. Strategy for creating mutable objects. Why immutable objects are Important.
-
C# out parameter modifier
Csharp out parameter details. How out works and when we can use ref parameters.