Hi
We have a blog for our company.
Our requirement is we want to create an add-on application in visual studio, though we can post new blog and also view the posts posted by other users.
- Will it be a feasible idea?
- Will this proposed application be an over load for visual studio?
- How the add-on get the updates from the server frequently ? Do I need to create a timer in client side and frequently need to check any new updates come in server?
- Is this timer approach a bad idea? Or are there any other methods to implement this?
Please guide me. Thanks in Advance.